further try to fix the stylesheet mess
[phpfspot.git] / themes / default / stylesheet.css
index 5c29ddf9ba3c56a97122a528bc1fefacf2a070eb..07571c9b58f304777b698b751c9b8b7e79995b73 100644 (file)
@@ -45,22 +45,18 @@ table, tr, td {
    padding:                0px;
 }
 
-td.available_tags,td.selected_tags {
-   border-bottom:          solid 1px #000000;
-   padding-top:            10px;
-   padding-bottom:         10px;
-   padding-right:          10px;
-   line-height:            21px;
-}
-
-td.searchfor {
-   border-bottom:          solid 1px #000000;
+div.searchfor {
    padding-top:            10px;
-   padding-bottom:         10px;
    padding-right:          10px;
+   padding-bottom:          10px;
    line-height:            21px;
    font-size:              12px;
    vertical-align:         middle;
+   border-bottom:          solid 1px #000000;
+}
+
+div.searchfor td.nowrap { 
+   white-space:            nowrap;
 }
 
 .menu {
@@ -84,24 +80,86 @@ td.searchfor {
    font-weight:            bolder;
 }
 
-td.index_header,div.index_header {
+div.header {
    background-color:       #eeeeee;
    padding:                10px;
    vertical-align:         middle;
    white-space:            nowrap;
+   text-align:             left;
 }
 
-td.content_title,div.content_title {
+div.subheader {
    background-color:       #eeeeee;
-   padding:                10px;
+   padding:                5px 10px 5px 10px;
    vertical-align:         middle;
+   white-space:            nowrap;
+   text-align:             left; 
+}
+
+div.tagresult{ 
+   height:                 1px; 
+   background-color:       #ffffff;
+}
+
+div.tagresulttags{
+   padding:                5px 10px 5px 10px;
+   background-color:       #eeeeee;
+}
+
+div.photo{ 
+   text-align:             left; 
+   margin-top:             20px;
+   margin-left:            20px;
+}
+
+div.photonavigation{ 
+   margin-left:            20px;
+}
+
+div.indexnavigation{ 
+   width:                  100%; 
+   margin-top:             20px;
+}
+
+div.indexnavigationright{ 
+   float:                  right; 
+   width:                  40px; 
+   margin-right:           0px; 
+   padding-right:          10px;
+}
+
+div.indexnavigationleft{ 
+   float:                  left; 
+   margin:                 0px; 
+   padding-left:           10px; 
+   width:                  40px;
+}
+
+div.indexnavigationcenter{ 
+   text-align:             center;
+}
+
+div.textright { 
+   text-align:             right;
+}
+
+div.welcome { 
+   padding:                10px; 
+   margin-left:            10px;  
+   margin-right:           10px;
+}
+
+div.welcome  span { 
+   float:                  left; 
+   padding-right:          10px;
+   width:                  150px; 
+   text-align:             center;
 }
 
 img {
    border:                none;
 }
 
-
 a {
    font-size:              14px;
    color:                  #008200;
@@ -172,11 +230,42 @@ div.thumb a.thumblink:hover {
    -moz-border-radius:     1em;
    border-radius:          1em;
    border:                 dashed 1px #888888;
+   z-index:                100;
+   float:                  right;
+   margin-top:             20px;
+   margin-right:           20px;
+}
+
+#HTML_AJAX_LOADING {
+   position:               fixed;
+   z-index:                1000;
+   top:                    90px;
+   right:                  10px;
+   background-color:       #ffffff;
+   padding:                10px;
+   -moz-border-radius:     1em;
+   border-radius:          1em;
+   border:                 dashed 1px #aaaaaa;
 }
 
-#available_tags {
+#available_tags,#selected_tags {
    clip:                   auto;
    overflow:               auto;
+   border-bottom:          solid 1px #000000;
+   padding-top:            10px;
+   padding-bottom:         10px;
+   padding-right:          10px;
+   line-height:            21px;
+}
+
+span.tags {
+   vertical-align:         middle; 
+   text-decoration:        underline;
+}
+
+div.credits{
+   margin-top:             10px; 
+   margin-left:            10px;
 }
 
 table.calendar tr td {
@@ -212,6 +301,16 @@ table.calendar tr td {
    vertical-align:         middle;
 }
 
+#slide_close { 
+   margin:                 0 auto; 
+   padding:                10px;
+}
+
+#slide_close img { 
+   padding:                15px; 
+   background-color:       #000000;
+}
+
 input.submit,input.checkbox {
    background-color:       transparent;
    border:                 0px;
@@ -224,3 +323,6 @@ input, select, textarea {
    border-collapse:        collapse;
 }
 
+#slider-1{ 
+   margin:                 0 auto;
+}