Skip to content

Commit

Permalink
feature 2587: slideshow & calendar pages layout update
Browse files Browse the repository at this point in the history
git-svn-id: http://piwigo.org/svn/trunk@13789 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
Zaphod committed Mar 28, 2012
1 parent 67135f0 commit e57843a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions themes/elegant/theme.css
Expand Up @@ -12,6 +12,7 @@ html, body { background-color: #111;}
#thePicturePage #comments { background-color: #333;}
#pictureCommentList li { background-color: #444;}
#pictureCommentList .commentElement { background-color: transparent;}
.calendarTitle { background-color: #222;}

.switchBox, .header_notes { background-color: #555;}
.thumbnailCategory, .commentElement { background-color: #333;}
Expand Down Expand Up @@ -45,11 +46,15 @@ INPUT:focus, SELECT:focus, TEXTAREA:focus { color: #fff;}
#content,.content, .content .titrePage { border-bottom: 2px solid #444;}
#imageHeaderBar { border: solid 0 #444; border-bottom-width:2px;}
#copyright { border-top-width:2px;}
#content .calendarTitleBar { border-bottom: none;}
.calendarTitle { border-top: 2px solid #444;}
.switchBox { border: 1px solid #000;}
.switchBoxTitle { border-bottom: 1px solid #444;}
FIELDSET, INPUT, SELECT, TEXTAREA { border: 1px solid #777;}




/* icons */

.pwg-icon { background-image: url(../default/s26/outline_808080.png);}
Expand Down Expand Up @@ -125,6 +130,7 @@ a:hover { border-bottom: none;}
margin:0;
}

#slideshow #theImage { width: 100%; margin: auto; overflow: visible;}
#theImage.infohidden { width: 100%;}

#commentsSwitcher { float: left; margin: 2px 0; cursor:pointer;}
Expand Down Expand Up @@ -268,6 +274,11 @@ a:hover { border-bottom: none;}
#pictureComments INPUT { margin: 10px;}
#pictureComments INPUT[type=submit] { margin: 0;}


/* calendar */

.calendarViews { margin-top: 4px;}

/* plugins */

#the_page .content .stuffs { margin: 0!important}
Expand Down

0 comments on commit e57843a

Please sign in to comment.