X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fformatting.css;h=b87c06ae0377c0957633c92b5ab848eb9a4df94a;hp=e6665e5300845f786e7233669f303aea8ca64bfd;hb=0d8920693c7adf75e9a58be6b3714ca67a722a31;hpb=e20d243c9ffcc255a5eb40a0bae66bf492e561a7 diff --git a/LCARStrek/communicator/formatting.css b/LCARStrek/communicator/formatting.css index e6665e53..b87c06ae 100644 --- a/LCARStrek/communicator/formatting.css +++ b/LCARStrek/communicator/formatting.css @@ -39,15 +39,23 @@ /* class for text with a 'link' appearance */ .text-link { - color: #666699; + color: blue; text-decoration: underline; - cursor: pointer; +} + +.text-link:focus { + color: red; + -moz-outline: 1px dotted invert; } .text-link:hover { - color: #333366; + cursor: pointer; } .text-link:hover:active { - color: #990000; + color: red; } + +.text-link[visited="true"] { + color: purple; +} \ No newline at end of file