You are here

oxygen.css in Fivestar 7.2

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

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

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

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

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

File

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