X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=stylesheet.css;h=7460f20f86c0952e388a6bf5191a254e7e015eb9;hp=c21e3ffeba21ba26a92752b85814ea2ffb5ae03a;hb=02fa42f4fa425887713b1df57ed17a48f2b83c6e;hpb=d902cdfd067b6ae1356c537b4d5605307f3ed524 diff --git a/stylesheet.css b/stylesheet.css index c21e3ff..7460f20 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,7 +16,6 @@ table, tr, td { } td.tags { - font-size: 14px; width: 150px; padding: 2px; padding-top: 10px; @@ -29,7 +23,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; @@ -98,14 +92,32 @@ a { 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; +} + +#matrix,#single { padding: 10px; } @@ -126,3 +138,18 @@ 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; +} +