You are here

outline.css in Fivestar 7.2

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

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

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

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

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

.fivestar-outline div.fivestar-widget div.on a {
  background-position: 0 -14px;
}
.fivestar-outline div.fivestar-widget div.hover a,
.fivestar-outlinediv.rating div a:hover {
  background-position: 0 -28px;
}

File

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