issue46, added a nice slideshow icon
[phpfspot.git] / stylesheet.css
index 20c1974f5c8a2476e22bf2b3bf0c9412d4ec518c..610e7aadabaae4e4d571398721ee989bb51700bc 100644 (file)
@@ -1,7 +1,7 @@
 body {\r
    background-color:       #000000;\r
    color:                  rgb(26,151,15);\r
-   font-family:            verdana;\r
+   font-family:            sans-serif;\r
    font-style:             normal;\r
    border:                 solid 1px #ffffff;\r
    border-color:           rgb(15,15,15);\r
@@ -17,13 +17,15 @@ table, tr, td {
 \r
 td.options {\r
    width:                  250px;\r
+   max-width:              250px;\r
+   min-width:              250px;\r
    padding:                2px;\r
    padding-top:            8px;\r
    border-top:             solid 1px #000000;\r
    border-right:           solid 1px #000000;\r
 }\r
 \r
-td.available_tags,td.selected_tags,td.searchfor {\r
+td.available_tags,td.selected_tags {\r
    border-bottom:          solid 1px #000000;\r
    padding-top:            10px;\r
    padding-bottom:         10px;\r
@@ -31,6 +33,16 @@ td.available_tags,td.selected_tags,td.searchfor {
    line-height:            21px;\r
 }\r
 \r
+td.searchfor {\r
+   border-bottom:          solid 1px #000000;\r
+   padding-top:            10px;\r
+   padding-bottom:         10px;\r
+   padding-right:          10px;\r
+   line-height:            21px;\r
+   font-size:              12px;\r
+   vertical-align:         middle;\r
+}\r
+\r
 td.logo {\r
    font-weight:            bolder;\r
    height:                 40px;\r
@@ -53,6 +65,13 @@ td.index_header {
    white-space:            nowrap;\r
 }\r
 \r
+td.content_title {\r
+   background-color:       #eeeeee;\r
+   padding:                10px;\r
+   vertical-align:         middle;\r
+}\r
+\r
+\r
 img {\r
    border:                none;\r
 }\r
@@ -73,7 +92,6 @@ a:hover {
 a.tag {\r
    color:                  #000000;\r
    text-decoration:        underline;\r
-   font-style:             italic;\r
 }\r
 \r
 a.tag:hover {\r