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
This commit is contained in:
rvelices
2010-12-14 06:45:52 +00:00
parent 7626e48e01
commit 549b6e0507
12 changed files with 198 additions and 302 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

+12 -4
View File
@@ -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;
}
color: #ffff80;
}
.pwg-icon {
background-image: url(images/s26_outline_ffffff.png);
}
A:hover .pwg-icon {
background-image: url(images/s26_outline_ffff80.png);
}