better style for single photo details
[phpfspot.git] / stylesheet.css
index b4c69c55c82650524de086f636a65a8bf2bf6a23..76840140647661fed16ded588bb9df7eb0dc9960 100644 (file)
@@ -21,7 +21,6 @@ table, tr, td {
 }\r
 \r
 td.tags {\r
 }\r
 \r
 td.tags {\r
-   font-size:              14px;\r
    width:                  150px;\r
    padding:                2px;\r
    padding-top:            10px;\r
    width:                  150px;\r
    padding:                2px;\r
    padding-top:            10px;\r
@@ -105,6 +104,35 @@ a:hover {
    color:                  #00aa44;\r
 }\r
 \r
    color:                  #00aa44;\r
 }\r
 \r
+a.tag {\r
+   font-size:              14px;\r
+   color:                  #000000;\r
+   text-decoration:        underline;\r
+   font-style:             italic;\r
+}\r
+\r
+a.tag:visited, a.tag:active {\r
+   color:                  #00ff00;\r
+} \r
+a.tag:hover {\r
+   color:                  #00aa44;\r
+}\r
+\r
+\r
+a.smalltag {\r
+   font-size:              12px;\r
+   color:                  #000000;\r
+   text-decoration:        underline;\r
+   font-style:             italic;\r
+}\r
+\r
+a.smalltag:visited, a.smalltag:active {\r
+   color:                  #00ff00;\r
+} \r
+a.smalltag:hover {\r
+   color:                  #00aa44;\r
+}\r
+\r
 #matrix,#single {\r
    padding:                10px;\r
 }\r
 #matrix,#single {\r
    padding:                10px;\r
 }\r
@@ -126,3 +154,12 @@ td.thumb {
    border:                 dashed 1px #888888;\r
 \r
 }\r
    border:                 dashed 1px #888888;\r
 \r
 }\r
+\r
+#photo_details {\r
+   width:                  150px;\r
+   font-size:              12px;\r
+   padding:                10px;\r
+   -moz-border-radius:     1em;\r
+   border-radius:          1em;\r
+   border:                 dashed 1px #888888;\r
+}\r