X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=stylesheet.css;h=76840140647661fed16ded588bb9df7eb0dc9960;hp=e4f5523fb2b20cd36907af18f73c2fbd94360424;hb=53c9a3f97dbe67a8695ce3504135b39afc45dfb8;hpb=5fb6c33b320620281f50a71d627963caae291d9a diff --git a/stylesheet.css b/stylesheet.css index e4f5523..7684014 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; @@ -29,7 +28,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; @@ -105,6 +104,35 @@ 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; + text-decoration: underline; + font-style: italic; +} + +a.smalltag:visited, a.smalltag:active { + color: #00ff00; +} +a.smalltag:hover { + color: #00aa44; +} + #matrix,#single { padding: 10px; } @@ -126,3 +154,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; +}