X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=stylesheet.css;h=0f09bdc317cb1505ddd4417586aba0423df55bfd;hp=02f69a4ca33a2c9ed0b7f5a097bbd9d2490ce24e;hb=15a6c1b6db19c2304d4c1c15dc6ed2a21a51cee2;hpb=7c498e18d97daa7ae42e355adf24b8c77cacad33;ds=sidebyside diff --git a/stylesheet.css b/stylesheet.css index 02f69a4..0f09bdc 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; @@ -20,20 +15,20 @@ table, tr, td { vertical-align: top; } -td.tags { - font-size: 14px; - width: 150px; +td.options { + 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; padding-right: 10px; + line-height: 21px; } td.logo { @@ -55,6 +50,7 @@ td.index_header { background-color: #eeeeee; padding: 10px; vertical-align: middle; + white-space: nowrap; } img { @@ -64,37 +60,105 @@ 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: 202px; + height: 152px; +} + +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: 202px; + height: 152px; +} + a { font-size: 14px; color: #008200; text-decoration: none; } -a:visited, a:active { - color: #00ff00; -} a:hover { color: #00aa44; } -#matrix { +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; +} + +a.thumblink { + font-size: 12px; +} + +a.thumblink:hover { + color: #4761ab; +} + +#matrix,#single { padding: 10px; } td.thumb { - padding: 1px; + padding: 5px; text-align: center; } -#outter { +#inner { padding: 10px; + -moz-border-radius: 3px; + border-radius: 3px; + border: dashed 1px #888888; background-color: #eeeeee; } -#inner { - padding: 7px; +#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 { + clip: auto; + overflow: auto; }