aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-12-15 21:23:03 +0000
committervdigital <vdigital@piwigo.org>2008-12-15 21:23:03 +0000
commit9c084c3a919f77e312a03b8a904fdcd7466fbc96 (patch)
tree9f7f6f16b1d288f455efeaaf28c8ec11bff3076b /template
parent2b00e510054f7c8aa8384a926539c9e13f3c0e12 (diff)
comments.php
Please, have the ancient squared boxes for each comment git-svn-id: http://piwigo.org/svn/branches/2.0@2984 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/theme/Sylvia/theme.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css
index e3d77082a..f88f8051e 100644
--- a/template/yoga/theme/Sylvia/theme.css
+++ b/template/yoga/theme/Sylvia/theme.css
@@ -389,4 +389,27 @@ input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hove
}
#addComment fieldset label {
color: #666;
+}
+#theCommentsPage .content ul.thumbnailCategories li,
+#theCommentsPage .content div.thumbnailCategory ,
+#theCommentsPage .content div.thumbnailCategory div.description,
+#theCommentsPage .content .thumbnailCategory div.illustration {
+ background-image: none;
+}
+#theCommentsPage .content div.thumbnailCategory {
+ padding: 15px 2px 6px 12px;
+ border: 1px solid #666;
+}
+#theCommentsPage .content .odd {
+ background-color: #222;
+ border-top:0 !important;
+}
+#theCommentsPage .content .even {
+ background-color: #111;
+}
+#theCommentsPage .content ul.thumbnailCategories li:hover {
+ background-color: transparent;
+}
+#theCommentsPage div#comments {
+ padding: 0 0 5px 10px;
} \ No newline at end of file