X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fformatting.css;h=b87c06ae0377c0957633c92b5ab848eb9a4df94a;hp=ef6de3a32231b675e9e9d96d8dfbee69887243a4;hb=07b3f50491fd13e9107c43e9c86b00af6a8f2fe2;hpb=351107c90e7ee7a17d9bf63798f2861307118309 diff --git a/LCARStrek/communicator/formatting.css b/LCARStrek/communicator/formatting.css index ef6de3a3..b87c06ae 100644 --- a/LCARStrek/communicator/formatting.css +++ b/LCARStrek/communicator/formatting.css @@ -38,19 +38,24 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* 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; - } +.text-link { + color: blue; + text-decoration: underline; +} + +.text-link:focus { + color: red; + -moz-outline: 1px dotted invert; +} + +.text-link:hover { + cursor: pointer; +} + +.text-link:hover:active { + color: red; +} + +.text-link[visited="true"] { + color: purple; +} \ No newline at end of file