aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2007-02-16 06:24:25 +0000
committerrub <rub@piwigo.org>2007-02-16 06:24:25 +0000
commit1ddc82e5104c6daa52723f3b5cac88b941200a33 (patch)
treec3b28fc5385a9a7b25e6b1ab72a7e3edbc907a1b /template
parentd9b6ce8e875128e0bcac16c09db67636370856d0 (diff)
- reduced size of clear/wipi theme.css by combining selectors with identical
content - don't send comment/user notification to admin/adviser git-svn-id: http://piwigo.org/svn/trunk@1828 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/theme/clear/theme.css14
-rw-r--r--template/yoga/theme/wipi/theme.css14
2 files changed, 4 insertions, 24 deletions
diff --git a/template/yoga/theme/clear/theme.css b/template/yoga/theme/clear/theme.css
index 511be2c69..f4640473a 100644
--- a/template/yoga/theme/clear/theme.css
+++ b/template/yoga/theme/clear/theme.css
@@ -50,18 +50,8 @@ FIELDSET, INPUT, SELECT, TEXTAREA,
border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */
}
-#content UL.thumbnails SPAN.wrap2:hover {
- background-color: AntiqueWhite;
- border-color: yellow; /* thumbnails border color when mouse cursor is over it */
- color: black;
-}
-
-#content UL.thumbnailCategories DIV.thumbnailCategory:hover {
- background-color: AntiqueWhite;
- border-color: yellow; /* thumbnails border color when mouse cursor is over it */
- color: black;
-}
-
+#content UL.thumbnails SPAN.wrap2:hover,
+#content UL.thumbnailCategories DIV.thumbnailCategory:hover,
#content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
background-color: AntiqueWhite;
border-color: yellow; /* thumbnails border color when mouse cursor is over it */
diff --git a/template/yoga/theme/wipi/theme.css b/template/yoga/theme/wipi/theme.css
index fb337d9cf..2150a5b35 100644
--- a/template/yoga/theme/wipi/theme.css
+++ b/template/yoga/theme/wipi/theme.css
@@ -193,18 +193,8 @@ FIELDSET, INPUT, SELECT, TEXTAREA,
border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */
}
-#content UL.thumbnails SPAN.wrap2:hover {
- background-color: #f92;
- border-color: #69c; /* thumbnails border color when mouse cursor is over it */
- color: black;
-}
-
-#content UL.thumbnailCategories DIV.thumbnailCategory:hover {
- background-color: #f92;
- border-color: #69c; /* thumbnails border color when mouse cursor is over it */
- color: black;
-}
-
+#content UL.thumbnails SPAN.wrap2:hover,
+#content UL.thumbnailCategories DIV.thumbnailCategory:hover,
#content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
background-color: #f92;
border-color: #69c; /* thumbnails border color when mouse cursor is over it */