diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-03-29 19:34:00 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-03-29 19:34:00 +0000 |
commit | 0929426813a04f627ff3ef357138a154c79f368a (patch) | |
tree | 5ca23984b6f53c16d87e1ec07fa3d9842e82ba85 /themes/elegant/theme.css | |
parent | dd9d0beded1bd4629d42dfc19d9779c9e819104e (diff) |
removed unused css, merged some css, etc...
git-svn-id: http://piwigo.org/svn/trunk@13801 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/elegant/theme.css')
-rw-r--r-- | themes/elegant/theme.css | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/themes/elegant/theme.css b/themes/elegant/theme.css index d2b30ae40..199398406 100644 --- a/themes/elegant/theme.css +++ b/themes/elegant/theme.css @@ -11,11 +11,10 @@ html, body { background-color: #111;} #imageInfos, #infoSwitcher.infohidden { background-color: #333;} #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;} +.thumbnailCategory { background-color: #333;} .message { background-color: #666;} INPUT[type="text"], INPUT[type="password"], @@ -162,7 +161,7 @@ a:hover { border-bottom: none;} #thumbnails { padding-top: 5px;} .thumbnails IMG { margin-bottom: 0; vertical-align: middle;} .thumbnailCategory DIV.illustration, -.commentElement DIV.illustration { margin: 2px; text-align: center;} +.commentElement .illustration { margin: 2px; text-align: center;} /* picture page */ @@ -238,7 +237,6 @@ a:hover { border-bottom: none;} #thePicturePage #comments form { margin: 10px 0;} #thePicturePage #comments fieldset { margin: 0 1em;} -.noCommentText { display:block;} .commentshidden #pictureComments { display: none;} .commentContent .comments_toggle { cursor: pointer;} @@ -254,18 +252,7 @@ a:hover { border-bottom: none;} font-family: Arial,Helvetica,sans-serif; font-size: 100%; } -#pictureCommentList li { - clear: both; - display: block; - padding: 0.5em 0; - margin-bottom: 5px; - border-radius: 5px; - width: 100%; -} -#pictureCommentList ul { list-style: none; padding: 0;} -#pictureCommentList li ul { list-style-type: none; padding: 4px;} -#pictureCommentList .author { font-weight: bold;} -#pictureCommentList .date { font-style: italic;} + #pictureCommentList .commentsOrder { float: left; margin-bottom: 5px;} #pictureCommentList .navigationBar { float: right; margin-bottom: 5px;} #pictureComments h4 { margin: 0;} |