X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fskin%2FEarlyBlue%2Fcommunicator%2Fformatting.css;fp=EarlyBlue%2Fskin%2FEarlyBlue%2Fcommunicator%2Fformatting.css;h=81487f426aaf262790134d6b058e5cf0ecf6066a;hb=f6e0a33f329fdf02e7c41c683152890a9c44ccd3;hp=0000000000000000000000000000000000000000;hpb=eded43de50f02946eb9ad3b89bbe2217f8cb742e;p=themes.git diff --git a/EarlyBlue/skin/EarlyBlue/communicator/formatting.css b/EarlyBlue/skin/EarlyBlue/communicator/formatting.css new file mode 100644 index 00000000..81487f42 --- /dev/null +++ b/EarlyBlue/skin/EarlyBlue/communicator/formatting.css @@ -0,0 +1,18 @@ + +/* class for text with a 'link' appearance */ +.text-link + { + color : #666699; + text-decoration : underline; + cursor : pointer; + } + +.text-link:hover + { + color : #333366; + } + +.text-link:hover:active + { + color : #990000; + } \ No newline at end of file