aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/theme/Sylvia/theme.css
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-12-15 20:42:35 +0000
committervdigital <vdigital@piwigo.org>2008-12-15 20:42:35 +0000
commitc7c4836934fa07c9908abe320dce5dee0e270437 (patch)
tree98149856c04459dcd4727ff80cd06eaf394f5c91 /template/yoga/theme/Sylvia/theme.css
parentd911ccca2c6235953a5eec9e7ef5f25ca6cea9a6 (diff)
Fieldset background removal
Alternate colours of lines for each comment, AND have the "Add a comment" border (only) in orange merge -c2982 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@2983 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--template/yoga/theme/Sylvia/theme.css25
1 files changed, 24 insertions, 1 deletions
diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css
index 13f512e2b..e5803e263 100644
--- a/template/yoga/theme/Sylvia/theme.css
+++ b/template/yoga/theme/Sylvia/theme.css
@@ -366,4 +366,27 @@ input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hove
color:#999;
border-color:#666;
}
-.titrePage img.button[alt="x"] { margin: 0 3px 3px; } \ No newline at end of file
+.titrePage img.button[alt="x"] { margin: 0 3px 3px; }
+
+#thePicturePage .thumbnailCategory {
+ padding: 15px 2px 6px 12px;
+ border: 1px solid #666;
+}
+#thePicturePage .thumbnailCategory .date, #thePicturePage .thumbnailCategory .author {
+ font-weight:bold;
+}
+#thePicturePage .thumbnailCategories {
+ padding-left: 12px;
+ padding-right: 12px;
+}
+#thePicturePage .odd {
+ background-color: #222;
+ border-top:0 !important;
+}
+#addComment fieldset {
+ color: #f70;
+ border-color: #f70;
+}
+#addComment fieldset label {
+ color: #666;
+}