X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=stylesheet.css;h=72955f685daeed0749e60aff42e566468ee88d8c;hp=c21e3ffeba21ba26a92752b85814ea2ffb5ae03a;hb=d2108af33e8fa5dbddab409e379edfd3c92ea492;hpb=d902cdfd067b6ae1356c537b4d5605307f3ed524 diff --git a/stylesheet.css b/stylesheet.css index c21e3ff..72955f6 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -29,7 +29,7 @@ td.tags { border-right: solid 1px #000000; } -td.available_tags,td.selected_tags { +td.available_tags,td.selected_tags,td.searchfor { border-bottom: solid 1px #000000; padding-top: 10px; padding-bottom: 10px; @@ -105,7 +105,22 @@ a:hover { color: #00aa44; } -#matrix { +a.tag { + font-size: 14px; + color: #000000; + text-decoration: underline; + font-style: italic; +} + +a.tag:visited, a.tag:active { + color: #00ff00; +} +a.tag:hover { + + color: #00aa44; +} + +#matrix,#single { padding: 10px; }