You are here

lullabot.txt in Fivestar 7.2

Same filename and directory in other branches
  1. 8 widgets/lullabot/lullabot.txt
  2. 6.2 widgets/lullabot/lullabot.txt
/* Static View-only Star Version */
div.fivestar-widget-static .star {
  width: 17px;
  height: 16px;
  background: url(lullabot.gif) no-repeat 0 0px;
}

div.fivestar-widget-static .star span.on {
  background: url(lullabot.gif) no-repeat 0 -32px;
}

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

/* Javascript Star Version */
div.fivestar-widget .cancel, div.fivestar-widget .star {
  width: 17px;
  height: 16px;
}

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

div.fivestar-widget div.on a {
  background-position: 0 -16px;
}
div.fivestar-widget div.hover a, div.rating div a:hover {
  background-position: 0 -32px;
}

File

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