X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fskin%2FLCARStrek%2Fcommunicator%2Fformatting.css;fp=LCARStrek%2Fskin%2FLCARStrek%2Fcommunicator%2Fformatting.css;h=81487f426aaf262790134d6b058e5cf0ecf6066a;hp=0000000000000000000000000000000000000000;hb=3c30e09ec8f11f7db9feecc16d101f9b9f50f209;hpb=613a86e80f09c2eeef7a7ec37d175323c739c978 diff --git a/LCARStrek/skin/LCARStrek/communicator/formatting.css b/LCARStrek/skin/LCARStrek/communicator/formatting.css new file mode 100644 index 00000000..81487f42 --- /dev/null +++ b/LCARStrek/skin/LCARStrek/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