X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=stylesheet.css;h=72955f685daeed0749e60aff42e566468ee88d8c;hp=e4f5523fb2b20cd36907af18f73c2fbd94360424;hb=d2108af33e8fa5dbddab409e379edfd3c92ea492;hpb=5fb6c33b320620281f50a71d627963caae291d9a diff --git a/stylesheet.css b/stylesheet.css index e4f5523..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,6 +105,21 @@ a:hover { color: #00aa44; } +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; }