issue59, further cleanup code after removing html tables
[phpfspot.git] / themes / default / stylesheet.css
index b07fff1e27eac4a80ba07d053971cb3195844f52..7550311e96abfefe97f15c1963e593bc56ae66ef 100644 (file)
@@ -84,25 +84,17 @@ td.searchfor {
    font-weight:            bolder;
 }
 
    font-weight:            bolder;
 }
 
-td.index_header {
+div.header {
    background-color:       #eeeeee;
    padding:                10px;
    vertical-align:         middle;
    white-space:            nowrap;
 }
 
    background-color:       #eeeeee;
    padding:                10px;
    vertical-align:         middle;
    white-space:            nowrap;
 }
 
-td.content_title {
-   background-color:       #eeeeee;
-   padding:                10px;
-   vertical-align:         middle;
-}
-
 img {
    border:                none;
 }
 
 img {
    border:                none;
 }
 
-img.thumb {
-}
 
 a {
    font-size:              14px;
 
 a {
    font-size:              14px;
@@ -134,52 +126,39 @@ a.smalltag:hover {
    color:                  #00aa44;
 }
 
    color:                  #00aa44;
 }
 
-a.thumblink {
-   font-size:              12px;
-}
-
 a.calendar {
    font-size:              10px;
 }
 
 a.calendar {
    font-size:              10px;
 }
 
-a.thumblink:hover {
-   color:                  #4761ab;
-}
-
-#single {
-   padding:                10px;
-   display:                table;
-   table-layout:           fixed;
-   border:                 hidden;
-   border-spacing:         10px;
-   border-collapse:        separate;
-   margin-left:            auto;
-   margin-right:           auto;
-}
-
-table.matrix {
-   padding:                10px;
-   display:                table;
-   table-layout:           fixed;
-   border-style:           hidden;
-   border-spacing:         10px;
-   border-collapse:        separate;
-   margin-left:            auto;
-   margin-right:           auto;
-}
-
-td.thumb {
+div.thumb {
    text-align:             center;
    text-align:             center;
-   display:                table-cell;
    vertical-align:         top;
    -moz-border-radius:     3px;
    border-radius:          3px;
    border:                 dashed 1px #888888;
    vertical-align:         top;
    -moz-border-radius:     3px;
    border-radius:          3px;
    border:                 dashed 1px #888888;
-   margin:                 5px;
+   margin:                 10px 0px 0px 10px;
    background-color:       #eeeeee;
    padding:                10px;
    background-color:       #eeeeee;
    padding:                10px;
+   float:                  left;
+}
+
+div.thumb img.thumb {
+   border:                 0px;
+   padding:                0px;
+   margin:                 0px;
 }
 
 }
 
+div.thumb a.thumblink {
+   font-size:              12px;
+   border:                 0px;
+}
+
+div.thumb a.thumblink:hover {
+   color:                  #4761ab;
+}
+
+.clearboth { clear: both; }
+
 #photo_details {
    width:                  150px;
    font-size:              12px;
 #photo_details {
    width:                  150px;
    font-size:              12px;
@@ -187,6 +166,7 @@ td.thumb {
    -moz-border-radius:     1em;
    border-radius:          1em;
    border:                 dashed 1px #888888;
    -moz-border-radius:     1em;
    border-radius:          1em;
    border:                 dashed 1px #888888;
+   z-index:                100;
 }
 
 #available_tags {
 }
 
 #available_tags {