X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Fformatting.css;h=38138ea3bce52b2dd3a3f84fb1a7edc425acf698;hp=41187e270e997a0ca3dfedf79c370f0d5bf64d07;hb=4c66fa004c2eb9b671f9b8a75b7d5bb37a60a838;hpb=c9b2b3ef52cf12effa0b33e5a20735ccb5e637a7 diff --git a/EarlyBlue/communicator/formatting.css b/EarlyBlue/communicator/formatting.css index 41187e27..38138ea3 100644 --- a/EarlyBlue/communicator/formatting.css +++ b/EarlyBlue/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