remove visited-links style
[phpfspot.git] / stylesheet.css
index e4f5523fb2b20cd36907af18f73c2fbd94360424..5322b01b2115de2e18c55db3aec7ee1f2d6a0200 100644 (file)
@@ -21,7 +21,6 @@ table, tr, td {
 }\r
 \r
 td.tags {\r
-   font-size:              14px;\r
    width:                  150px;\r
    padding:                2px;\r
    padding-top:            10px;\r
@@ -29,7 +28,7 @@ td.tags {
    border-right:           solid 1px #000000;\r
 }\r
 \r
-td.available_tags,td.selected_tags {\r
+td.available_tags,td.selected_tags,td.searchfor {\r
    border-bottom:          solid 1px #000000;\r
    padding-top:            10px;\r
    padding-bottom:         10px;\r
@@ -98,13 +97,32 @@ a {
    text-decoration:        none;\r
 }\r
 \r
-a:visited, a:active {\r
-   color:                  #00ff00;\r
-} \r
 a:hover {\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:hover {\r
+   color:                  #00aa44;\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:hover {\r
+   color:                  #00aa44;\r
+}\r
+\r
 #matrix,#single {\r
    padding:                10px;\r
 }\r
@@ -126,3 +144,12 @@ td.thumb {
    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