X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=stylesheet.css;h=b38411ffc5ef9f2342ba5752cde4219acb1d210f;hp=e4f5523fb2b20cd36907af18f73c2fbd94360424;hb=c6745c143300a59acc48cec937b77ab071a5a693;hpb=5fb6c33b320620281f50a71d627963caae291d9a diff --git a/stylesheet.css b/stylesheet.css index e4f5523..b38411f 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,15 +16,14 @@ table, tr, td { } td.tags { - font-size: 14px; - width: 150px; + width: 250px; padding: 2px; - padding-top: 10px; + padding-top: 8px; border-top: solid 1px #000000; 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; @@ -74,8 +68,8 @@ img.bubbleimg_up { margin-bottom: 0; margin-right: 0; border: 0; - width: 202; - height: 152; + width: 202px; + height: 152px; } img.bubbleimg_down { @@ -88,8 +82,8 @@ img.bubbleimg_down { margin-bottom: 0; margin-right: 0; border: 0; - width: 202; - height: 152; + width: 202px; + height: 152px; } a { @@ -98,13 +92,31 @@ a { text-decoration: none; } -a:visited, a:active { - color: #00ff00; -} a:hover { color: #00aa44; } +a.tag { + color: #000000; + text-decoration: underline; + font-style: italic; +} + +a.tag:hover { + color: #00aa44; +} + +a.smalltag { + font-size: 12px; + color: #000000; + text-decoration: underline; + font-style: italic; +} + +a.smalltag:hover { + color: #00aa44; +} + #matrix,#single { padding: 10px; } @@ -126,3 +138,23 @@ td.thumb { border: dashed 1px #888888; } + +#photo_details { + width: 150px; + font-size: 12px; + padding: 10px; + -moz-border-radius: 1em; + border-radius: 1em; + border: dashed 1px #888888; +} + +#frame { + padding: 10px; + background-color: #ffffff; +} + +#available_tags { + width: 250px; + clip: auto; + overflow: auto; +}