aboutsummaryrefslogtreecommitdiffstats
path: root/themes/elegant/theme.css
diff options
context:
space:
mode:
authorZaphod <zaphod@piwigo.org>2012-03-26 21:01:32 +0000
committerZaphod <zaphod@piwigo.org>2012-03-26 21:01:32 +0000
commitaf4dd67f8fa3b578b3b07e56491576b2eed21e8f (patch)
treec678416dede787aa3d13d188adac364951659ec6 /themes/elegant/theme.css
parent355eca5e7136d5cc631cdd8daa6c0a4b7682451a (diff)
feature 2587: new comments layout
git-svn-id: http://piwigo.org/svn/trunk@13762 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/elegant/theme.css')
-rw-r--r--themes/elegant/theme.css58
1 files changed, 48 insertions, 10 deletions
diff --git a/themes/elegant/theme.css b/themes/elegant/theme.css
index c6b072249..f0f0ae557 100644
--- a/themes/elegant/theme.css
+++ b/themes/elegant/theme.css
@@ -10,6 +10,8 @@ html, body { background-color: #111;}
#thePicturePage, #imageHeaderBar { background-color: #111;}
#imageInfos, #infoSwitcher.infohidden { background-color: #333;}
#thePicturePage #comments { background-color: #333;}
+#pictureCommentList li { background-color: #444;}
+#pictureCommentList .commentElement { background-color: transparent;}
.switchBox, .header_notes { background-color: #555;}
.thumbnailCategory, .commentElement { background-color: #333;}
@@ -17,8 +19,9 @@ html, body { background-color: #111;}
INPUT[type="text"], INPUT[type="password"],
INPUT[type="button"], INPUT[type="submit"],
-INPUT[type="reset"], INPUT[type="file"] { background-color: #999;}
-INPUT:focus, SELECT:focus, TEXTAREA:focus { background-color: #ccc;}
+INPUT[type="reset"], INPUT[type="file"],
+SELECT, TEXTAREA { background-color: #555;}
+INPUT:focus, SELECT:focus, TEXTAREA:focus { background-color: #666;}
/* font colors */
@@ -30,6 +33,11 @@ INPUT.rateButton { color: #fff;}
H1, H3, INPUT.rateButtonSelected { color: #ccc;}
.message { color: #fff;}
.commentContent .comments_toggle:hover { color: #fff;}
+INPUT[type="text"], INPUT[type="password"],
+INPUT[type="button"], INPUT[type="submit"],
+INPUT[type="reset"], INPUT[type="file"],
+SELECT, TEXTAREA { color: #ccc;}
+INPUT:focus, SELECT:focus, TEXTAREA:focus { color: #fff;}
/* borders */
@@ -39,7 +47,7 @@ H1, H3, INPUT.rateButtonSelected { color: #ccc;}
#copyright { border-top-width:2px;}
.switchBox { border: 1px solid #000;}
.switchBoxTitle { border-bottom: 1px solid #444;}
-FIELDSET, INPUT, SELECT, TEXTAREA { border: 1px solid #999;}
+FIELDSET, INPUT, SELECT, TEXTAREA { border: 1px solid #777;}
/* icons */
@@ -143,7 +151,7 @@ a:hover { border-bottom: none;}
}
.switchBox .switchCheck { width: 18px; text-align: left; display: inline-block; line-height:17px;}
.switchBox .switchUnselected { margin-left: 18px; line-height:17px;}
-
+.derivativeSizeDetails { display: none;}
/* thumbnails */
@@ -222,16 +230,46 @@ a:hover { border-bottom: none;}
#thePicturePage #comments { padding: 2px 5px;}
#thePicturePage #comments h3 { margin: 10px 0;}
-#thePicturePage #comments form { margin-bottom: 10px;}
+#thePicturePage #comments form { margin: 10px 0;}
#thePicturePage #comments fieldset { margin: 0 1em;}
.noCommentText { display:block;}
-.commentshidden ul,
-.commentshidden form {display:none;}
-.commentContent .comments_toggle {cursor: pointer;}
-
+.commentshidden #pictureComments { display: none;}
+.commentContent .comments_toggle { cursor: pointer;}
+
+#commentAdd, #pictureCommentList { width: 48%; padding: 0 1%;}
+#commentAdd { float: left; }
+#pictureCommentList { float: right; }
+
+#commentAdd input[type="text"],
+#commentAdd textarea {
+ min-width: 95%;
+ max-width: 95%;
+ width: 95%;
+ 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;}
+#pictureComments form p { margin: 5px 0;}
+#pictureComments form p textarea { margin: 10px 0;}
+#pictureComments INPUT { margin: 10px;}
+#pictureComments INPUT[type=submit] { margin: 0;}
/* plugins */
#the_page .content .stuffs { margin: 0!important}
-.categoryActions .theme_menuf { display: none;} \ No newline at end of file
+.categoryActions .theme_menuf { display: none;}