X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fformatting.css;h=ea8e3993b8aec68a070c3fdf0de307cf53c3a2e9;hp=ec9732a602cd295e4859ee1147793979f2b7e349;hb=1d4ddf3044b84fc0b806064b1edcdbaa4c44677b;hpb=d36c7ec407cc272dc85e6bfba54df0961303877c diff --git a/EarlyBlue/global/formatting.css b/EarlyBlue/global/formatting.css index ec9732a6..ea8e3993 100644 --- a/EarlyBlue/global/formatting.css +++ b/EarlyBlue/global/formatting.css @@ -42,7 +42,14 @@ border: 1px inset #CCD0DD; margin: 0px 5px 5px 5px; } - + +.box-inset { + margin: 2px 4px; + border: 1px inset #CCD0DD; + background-color: #FFFFFF; + color: #000000; +} + /* formatting */ .groove-top { border-top: 2px groove #CCD0DD; @@ -167,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; +}