lullabot.txt 733 Bytes
/* 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;
}