update INSTALL and UPGRADE file
[phpfspot.git] / themes / default / stylesheet.css
index cfc62236d9118db98f9b8bfe8f6958d20ed17723..4618c772a9666a9ffe2d707c309cdb3572625cba 100644 (file)
@@ -45,14 +45,18 @@ table, tr, td {
    padding:                0px;
 }
 
-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 {
@@ -81,6 +85,81 @@ div.header {
    padding:                10px;
    vertical-align:         middle;
    white-space:            nowrap;
+   text-align:             left;
+   height:                 2em;
+}
+
+div.header_title {
+   white-space:            nowrap;
+   text-align:             left; 
+   float:                  left;
+}
+
+div.header_menu {
+   text-align:             right;
+}
+
+div.tagresult{ 
+   height:                 1px; 
+   background-color:       #ffffff;
+}
+
+div.tagresulttags{
+   padding:                5px 0px 5px 10px;
+   background-color:       #eeeeee;
+   vertical-align:         middle;
+}
+
+div.tagresulttag{
+   padding:                0 0 0 5px;
+   background-color:       #eeeeee;
+   display:                inline;
+}
+
+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.welcome { 
+   padding:                10px; 
+   margin-left:            10px;  
+   margin-right:           10px;
+}
+
+div.welcome  span { 
+   float:                  left; 
+   padding-right:          10px;
+   width:                  150px; 
+   text-align:             center;
 }
 
 img {
@@ -117,10 +196,6 @@ a.smalltag:hover {
    color:                  #00aa44;
 }
 
-a.calendar {
-   font-size:              10px;
-}
-
 div.thumb {
    text-align:             center;
    vertical-align:         top;
@@ -148,7 +223,9 @@ div.thumb a.thumblink:hover {
    color:                  #4761ab;
 }
 
-.clearboth { clear: both; }
+.cb {
+   clear:                  both;
+}
 
 #photo_details {
    width:                  150px;
@@ -158,6 +235,21 @@ div.thumb a.thumblink:hover {
    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,#selected_tags {
@@ -170,28 +262,46 @@ div.thumb a.thumblink:hover {
    line-height:            21px;
 }
 
+span.tags {
+   vertical-align:         middle; 
+   text-decoration:        underline;
+}
+
+div.credits{
+   margin-top:             10px; 
+   margin-left:            10px;
+}
+
+/*
+ * calendar layer
+ */
+
+a.calendar {
+   font-size:              14px;
+}
+
 table.calendar tr td {
-   border:                 solid 1px #ffffff;
+   border:                 solid 1px #00aa00;
    padding:                1px;
    text-align:             center;
-   font-size:              10px;
+   font-size:              14px;
 }
 
 .prevMonth {
-    font-size: 10px;
-    text-align: left;
+   font-size:              14px;
+   text-align:             left;
 }
 .nextMonth {
-    font-size: 10px;
-    text-align: right;
+   font-size:              14px;
+   text-align:             right;
 }
+
 #calendar {
-   position: absolute;
-   width: 140px;
-   height: 200px;
-   background-color: #000000;
-   visibility: hidden;
-   z-index: 1000;
+   position:               absolute;
+   background-color:       #ffffff;
+   visibility:             hidden;
+   z-index:                1000;
+   border:                 solid 3px #aaaaaa;
 }
 
 #slide_navigation {
@@ -203,6 +313,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;
@@ -214,3 +334,7 @@ input, select, textarea {
    border:                 1px solid #888888;
    border-collapse:        collapse;
 }
+
+#slider-1{ 
+   margin:                 0 auto;
+}