bigstars.css 498 B

12345678910111213141516171819202122232425262728293031323334
  1. /*
  2. SOURCE: http://iconexpo.com/2008/12/free-8color-star-icons/
  3. */
  4. div.bigstars div.rateit-range
  5. {
  6. background: url(star-white32.png);
  7. height: 32px;
  8. }
  9. div.bigstars div.rateit-hover
  10. {
  11. background: url(star-gold32.png);
  12. }
  13. div.bigstars div.rateit-selected
  14. {
  15. background: url(star-red32.png);
  16. }
  17. div.bigstars div.rateit-reset
  18. {
  19. background: url(star-black32.png);
  20. width: 32px;
  21. height: 32px;
  22. }
  23. div.bigstars div.rateit-reset:hover
  24. {
  25. background: url(star-white32.png);
  26. }