You are here

oxygen.css in Fivestar 6.2

/* Static View-only Star Version */
div.fivestar-widget-static .star {
  background-image: url(star.png);
}

div.fivestar-widget-static .star span.on {
  background-image: url(star.png);
}

div.fivestar-widget-static .star span.off {
  background-image: url(star.png);
}

/* Javascript Star Version */
div.fivestar-widget .cancel,
div.fivestar-widget .cancel a {
  background-image: url(cancel.png);
}
div.fivestar-widget .star,
div.fivestar-widget .star a {
  background-image: url(star.png);
}

div.fivestar-widget div.hover a,
div.rating div a:hover {
  background-image: url(star.png);
}

File

widgets/oxygen/oxygen.css
View source
  1. /* Static View-only Star Version */
  2. div.fivestar-widget-static .star {
  3. background-image: url(star.png);
  4. }
  5. div.fivestar-widget-static .star span.on {
  6. background-image: url(star.png);
  7. }
  8. div.fivestar-widget-static .star span.off {
  9. background-image: url(star.png);
  10. }
  11. /* Javascript Star Version */
  12. div.fivestar-widget .cancel,
  13. div.fivestar-widget .cancel a {
  14. background-image: url(cancel.png);
  15. }
  16. div.fivestar-widget .star,
  17. div.fivestar-widget .star a {
  18. background-image: url(star.png);
  19. }
  20. div.fivestar-widget div.hover a,
  21. div.rating div a:hover {
  22. background-image: url(star.png);
  23. }