aboutsummaryrefslogtreecommitdiffstats
path: root/themes/dark
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2010-12-14 06:45:52 +0000
committerrvelices <rv-github@modusoptimus.com>2010-12-14 06:45:52 +0000
commit549b6e0507cce14192670645ec1f4be43aa205a7 (patch)
tree74139d2b8fa28230e5bc21dbf674c740d4b1a8d7 /themes/dark
parent7626e48e0172ffcbdca9c14f27134b03e0e501fb (diff)
css sprites - almost done - still to implement nice colors and hover effect for clear and sylvia
git-svn-id: http://piwigo.org/svn/trunk@8119 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/dark')
-rw-r--r--themes/dark/images/s26_outline_ffff80.pngbin0 -> 2033 bytes
-rw-r--r--themes/dark/images/s26_outline_ffffff.pngbin0 -> 2033 bytes
-rw-r--r--themes/dark/theme.css16
3 files changed, 12 insertions, 4 deletions
diff --git a/themes/dark/images/s26_outline_ffff80.png b/themes/dark/images/s26_outline_ffff80.png
new file mode 100644
index 000000000..2232f0395
--- /dev/null
+++ b/themes/dark/images/s26_outline_ffff80.png
Binary files differ
diff --git a/themes/dark/images/s26_outline_ffffff.png b/themes/dark/images/s26_outline_ffffff.png
new file mode 100644
index 000000000..d440b68d9
--- /dev/null
+++ b/themes/dark/images/s26_outline_ffffff.png
Binary files differ
diff --git a/themes/dark/theme.css b/themes/dark/theme.css
index 56d441091..c52d69767 100644
--- a/themes/dark/theme.css
+++ b/themes/dark/theme.css
@@ -6,7 +6,7 @@ INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
}
H2, #menubar DT {
- color: #fff48e;
+ color: #ffff80;
}
@@ -67,9 +67,17 @@ UL.thumbnails SPAN.wrap2:hover,
/* links */
A, INPUT.rateButton {
color: #fff;
- border: 0;
}
A:hover {
- color: #FFF48E;
-} \ No newline at end of file
+ color: #ffff80;
+}
+
+.pwg-icon {
+ background-image: url(images/s26_outline_ffffff.png);
+}
+
+A:hover .pwg-icon {
+ background-image: url(images/s26_outline_ffff80.png);
+}
+