X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=stylesheet.css;h=72955f685daeed0749e60aff42e566468ee88d8c;hp=02f69a4ca33a2c9ed0b7f5a097bbd9d2490ce24e;hb=d2108af33e8fa5dbddab409e379edfd3c92ea492;hpb=7c498e18d97daa7ae42e355adf24b8c77cacad33 diff --git a/stylesheet.css b/stylesheet.css index 02f69a4..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; @@ -64,6 +64,34 @@ img { img.thumb { } +img.bubbleimg_up { + padding-top: 0; + padding-left: 0; + padding-right: 0; + padding-bottom: 0; + margin-top: 39px; + margin-left: 36px; + margin-bottom: 0; + margin-right: 0; + border: 0; + width: 202; + height: 152; +} + +img.bubbleimg_down { + padding-top: 0; + padding-left: 0; + padding-right: 0; + padding-bottom: 0; + margin-top: 34px; + margin-left: 36px; + margin-bottom: 0; + margin-right: 0; + border: 0; + width: 202; + height: 152; +} + a { font-size: 14px; color: #008200; @@ -77,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; }