You are here

flames.css in Fivestar 7.2

/* Static View-only Star Version */
.fivestar-flames div.fivestar-widget-static .star {
  width: 20px;
  height: 26px;
  background: url(flame.png) no-repeat 0 0;
}

.fivestar-flames div.fivestar-widget-static .star span.on {
  background: url(flame.png) no-repeat 0 -52px;
}

.fivestar-flames div.fivestar-widget-static .star span.off {
  background: url(flame.png) no-repeat 0 0;
}

/* Javascript Star Version */
.fivestar-flames div.fivestar-widget .cancel,
.fivestar-flames div.fivestar-widget .star {
  width: 17px;
  height: 26px;
}
.fivestar-flames div.fivestar-widget .cancel,
.fivestar-flames div.fivestar-widget .cancel a {
  background: url(delete.png) no-repeat 0 0;
}

.fivestar-flames div.fivestar-widget .star,
.fivestar-flames div.fivestar-widget .star a {
  background: url(flame.png) no-repeat 0 0;
}

.fivestar-flames div.fivestar-widget div.on a {
  background-position: 0 -26px;
}
.fivestar-flames div.fivestar-widget div.hover a,
.fivestar-flames div.rating div a:hover {
  background-position: 0 -52px;
}

File

widgets/flames/flames.css
View source
  1. /* Static View-only Star Version */
  2. .fivestar-flames div.fivestar-widget-static .star {
  3. width: 20px;
  4. height: 26px;
  5. background: url(flame.png) no-repeat 0 0;
  6. }
  7. .fivestar-flames div.fivestar-widget-static .star span.on {
  8. background: url(flame.png) no-repeat 0 -52px;
  9. }
  10. .fivestar-flames div.fivestar-widget-static .star span.off {
  11. background: url(flame.png) no-repeat 0 0;
  12. }
  13. /* Javascript Star Version */
  14. .fivestar-flames div.fivestar-widget .cancel,
  15. .fivestar-flames div.fivestar-widget .star {
  16. width: 17px;
  17. height: 26px;
  18. }
  19. .fivestar-flames div.fivestar-widget .cancel,
  20. .fivestar-flames div.fivestar-widget .cancel a {
  21. background: url(delete.png) no-repeat 0 0;
  22. }
  23. .fivestar-flames div.fivestar-widget .star,
  24. .fivestar-flames div.fivestar-widget .star a {
  25. background: url(flame.png) no-repeat 0 0;
  26. }
  27. .fivestar-flames div.fivestar-widget div.on a {
  28. background-position: 0 -26px;
  29. }
  30. .fivestar-flames div.fivestar-widget div.hover a,
  31. .fivestar-flames div.rating div a:hover {
  32. background-position: 0 -52px;
  33. }