aboutsummaryrefslogtreecommitdiffstats
path: root/themes/Sylvia
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2012-03-24 20:33:18 +0000
committermistic100 <mistic@piwigo.org>2012-03-24 20:33:18 +0000
commitbab1dbfcfb2f0bf3b04ace1b5001d3a5a356c043 (patch)
treed46ac57034aaba56ec8c99ad640914a072621c39 /themes/Sylvia
parentd8dd5560e6b6707e982decd6b7975a33417bb471 (diff)
feature 2588: rename css classes 'thumbnailCategories' and 'thumbnailCategory' on comment_list.tpl
git-svn-id: http://piwigo.org/svn/trunk@13697 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/Sylvia')
-rw-r--r--themes/Sylvia/theme.css46
1 files changed, 29 insertions, 17 deletions
diff --git a/themes/Sylvia/theme.css b/themes/Sylvia/theme.css
index b2baf4dd5..5ae238727 100644
--- a/themes/Sylvia/theme.css
+++ b/themes/Sylvia/theme.css
@@ -2,7 +2,7 @@
.content .thumbnailCategory div.illustration {
width:165px !important; /* Usable range 162px-360px , optimal : Thumbnail width + 40px */
}
-#comments .thumbnailCategory div.illustration {
+#comments .commentElement div.illustration {
width:220px !important; /* Usable range 219px-360px , optimal : Thumbnail width + 95px */
}
@@ -266,31 +266,43 @@
}
/* User comments */
-#theCommentsPage .content .thumbnailCategories li,
-#theCommentsPage .content .thumbnailCategory ,
-#theCommentsPage .content .thumbnailCategory .description,
-#theCommentsPage .content .thumbnailCategory div.illustration {
- background-image: none;
+#comments {
+ padding: 0 0 5px 10px;
+}
+.content .commentsList li {
+ padding: 0 0;
+ margin:0;
}
-#theCommentsPage .content .thumbnailCategory {
+.content .commentElement {
padding: 15px 2px 6px 12px;
+ margin:0;
border: 1px solid #666;
}
-#theCommentsPage .content .odd {
+.content .commentElement.odd {
background-color: #222;
border-top:0 !important;
}
-#theCommentsPage .content .even {
+.content .commentElement.even {
background-color: #111;
}
-#theCommentsPage .content .thumbnailCategories li:hover {
- background-color: transparent;
+.content .commentElement div.illustration {
+ padding: 0 0 0 10px;
+ margin: 0 !important;
}
-#theCommentsPage #comments {
- padding: 0 0 5px 10px;
+.content .commentElement div.illustration a {
+ display: block;
+ margin: 0;
+ padding:20px 0 0 8px;
+ border:0;
+}
+.content .commentElement .description {
+ margin: 0;
+ padding:15px 10px 3px 0;
+ overflow-x: hidden !important;
+ height:158px;
}
-#comments .thumbnailCategories hr {display:none;}
+#comments .commentsList hr {display:none;}
#comments .filter input[type="submit"] { margin-top:1.8em; }
/* Thumbnails */
@@ -339,14 +351,14 @@
background-image: url('icon/rating-stars.gif');
}
-#thePicturePage .thumbnailCategory {
+#thePicturePage .commentElement {
padding: 15px 2px 6px 12px;
border: 1px solid #666;
}
-#thePicturePage .thumbnailCategory .date, #thePicturePage .thumbnailCategory .author {
+#thePicturePage .commentElement .date, #thePicturePage .commentElementy .author {
font-weight:bold;
}
-#thePicturePage .thumbnailCategories {
+#thePicturePage .commentsList {
padding-left: 12px;
padding-right: 12px;
}