drupal.txt
737 Bytes
/* Static View-only Star Version */
div.fivestar-widget-static .star {
width: 17px;
height: 16px;
background: url(druplicon.gif) no-repeat 0 0px;
}
div.fivestar-widget-static .star span.on {
background: url(druplicon.gif) no-repeat 0 -32px;
}
div.fivestar-widget-static .star span.off {
background: url(druplicon.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(druplicon.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;
}