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