X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fformatting.css;fp=EarlyBlue%2Fglobal%2Fformatting.css;h=ea8e3993b8aec68a070c3fdf0de307cf53c3a2e9;hp=a2fbd6aa74d665f64a915c444b2a7f1738ce59ae;hb=1d4ddf3044b84fc0b806064b1edcdbaa4c44677b;hpb=020a0978982e6d65abe6cac7e5514a4b4fd94e39 diff --git a/EarlyBlue/global/formatting.css b/EarlyBlue/global/formatting.css index a2fbd6aa..ea8e3993 100644 --- a/EarlyBlue/global/formatting.css +++ b/EarlyBlue/global/formatting.css @@ -174,3 +174,26 @@ label { .caption-text { margin: 0px 2px 0px 1px !important; } + +/* class for text with a 'link' appearance */ +.text-link { + color: blue; + text-decoration: underline; +} + +.text-link:focus { + color: red; + outline: 1px dotted invert; +} + +.text-link:hover { + cursor: pointer; +} + +.text-link:hover:active { + color: red; +} + +.text-link[visited="true"] { + color: purple; +}