X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=stylesheet.css;h=5322b01b2115de2e18c55db3aec7ee1f2d6a0200;hp=b4c69c55c82650524de086f636a65a8bf2bf6a23;hb=c7e18357997a370d30d53d800c8e7d3f34d695ef;hpb=c48fe9f8904f3e82b484bba7b62c79a58a9dc5b4 diff --git a/stylesheet.css b/stylesheet.css index b4c69c5..5322b01 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -21,7 +21,6 @@ table, tr, td { } td.tags { - font-size: 14px; width: 150px; padding: 2px; padding-top: 10px; @@ -98,13 +97,32 @@ 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: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 +144,12 @@ 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; +}