X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=stylesheet.css;h=8da852227223cc449235e78afc6bde8efc7a24f7;hp=76840140647661fed16ded588bb9df7eb0dc9960;hb=38599c2345c2cd49dec2e7ae25093cdb15eb5a23;hpb=53c9a3f97dbe67a8695ce3504135b39afc45dfb8 diff --git a/stylesheet.css b/stylesheet.css index 7684014..8da8522 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -8,11 +8,6 @@ body { padding: 10px; } -#frame { - padding: 10px; - background-color: #ffffff; -} - table, tr, td { border-collapse: collapse; padding: 0px; @@ -21,9 +16,9 @@ table, tr, td { } td.tags { - width: 150px; + width: 250px; padding: 2px; - padding-top: 10px; + padding-top: 8px; border-top: solid 1px #000000; border-right: solid 1px #000000; } @@ -33,6 +28,7 @@ td.available_tags,td.selected_tags,td.searchfor { padding-top: 10px; padding-bottom: 10px; padding-right: 10px; + line-height: 21px; } td.logo { @@ -54,6 +50,7 @@ td.index_header { background-color: #eeeeee; padding: 10px; vertical-align: middle; + white-space: nowrap; } img { @@ -73,8 +70,8 @@ img.bubbleimg_up { margin-bottom: 0; margin-right: 0; border: 0; - width: 202; - height: 152; + width: 202px; + height: 152px; } img.bubbleimg_down { @@ -87,8 +84,8 @@ img.bubbleimg_down { margin-bottom: 0; margin-right: 0; border: 0; - width: 202; - height: 152; + width: 202px; + height: 152px; } a { @@ -97,28 +94,20 @@ a { text-decoration: none; } -a:visited, a:active { - color: #00ff00; -} 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; } - a.smalltag { font-size: 12px; color: #000000; @@ -126,9 +115,6 @@ a.smalltag { font-style: italic; } -a.smalltag:visited, a.smalltag:active { - color: #00ff00; -} a.smalltag:hover { color: #00aa44; } @@ -163,3 +149,13 @@ td.thumb { border-radius: 1em; border: dashed 1px #888888; } + +#frame { + padding: 10px; + background-color: #ffffff; +} + +#available_tags { + clip: auto; + overflow: auto; +}