aboutsummaryrefslogtreecommitdiffstats
path: root/themes/Sylvia
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2010-12-16 05:44:29 +0000
committerrvelices <rv-github@modusoptimus.com>2010-12-16 05:44:29 +0000
commit7364bc1606063e03972f35bedb65b1528840ce96 (patch)
treeed32a620c3a9152787dfb998ef0f266086748239 /themes/Sylvia
parente97974a42e64ee43d95cef258d65d9b022929dbe (diff)
css sprites for all themes
git-svn-id: http://piwigo.org/svn/trunk@8161 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/Sylvia')
-rw-r--r--themes/Sylvia/theme.css19
1 files changed, 14 insertions, 5 deletions
diff --git a/themes/Sylvia/theme.css b/themes/Sylvia/theme.css
index 7f00ae82d..dc22f7b89 100644
--- a/themes/Sylvia/theme.css
+++ b/themes/Sylvia/theme.css
@@ -321,16 +321,16 @@ A, .rateButton {
}
A:hover, A:active {
color:#f33;
- border-bottom: 1px solid #FF3363;
+ border-bottom: 1px solid #ff3363;
cursor: pointer;
}
a.external {
- color:#FF3363;
+ color:#ff3363;
border:0;
text-decoration: none;
}
a.external:hover {
- color:#FF7700;
+ color:#ff7700;
border:0;
}
a.Piwigo {
@@ -338,7 +338,7 @@ a.Piwigo {
font-size: 11px; font-weight: normal; letter-spacing: 0;
color : #F33; text-decoration: none; border: 0; }
a.Piwigo:hover span.Piwigo {
- border-bottom: 1px solid #FF3363;
+ border-bottom: 1px solid #ff3363;
}
#theImage A, .illustration A, A.navThumb, A.navThumb {
border-bottom-width: 0;
@@ -425,9 +425,18 @@ input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hove
padding: 0 0 5px 10px;
}
tr.tagLine, fieldset.tagLetter, legend.tagLetterLegend {
- border-color: #666666;
+ border-color: #666;
}
#the_page .content div.thumbnailCategory div.description {
height:158px;
}
+
+.pwg-icon {
+ background-image: url(../default/s26/outline_ff3363.png);
+}
+
+A:hover .pwg-icon {
+ background-image: url(../default/s26/outline_ff7700.png);
+}
+