minimal.css in Fivestar 6.2
/* Static View-only Star Version */
div.fivestar-widget-static .star {
width: 8px;
height: 18px;
background: url(min_star.png) no-repeat 0 0;
}
div.fivestar-widget-static .star span.on {
background: url(min_star.png) no-repeat 0 -32px;
}
div.fivestar-widget-static .star span.off {
background: url(min_star.png) no-repeat 0 0;
}
/* Javascript Star Version */
div.fivestar-widget .cancel, div.fivestar-widget .star {
width: 8px;
height: 18px;
}
div.fivestar-widget .cancel, div.fivestar-widget .cancel a {
background: url(min_delete.png) no-repeat 0 0;
}
div.fivestar-widget .star, div.fivestar-widget .star a {
background: url(min_star.png) no-repeat 0 0;
}
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/minimal/minimal.css
View source
- /* Static View-only Star Version */
- div.fivestar-widget-static .star {
- width: 8px;
- height: 18px;
- background: url(min_star.png) no-repeat 0 0;
- }
-
- div.fivestar-widget-static .star span.on {
- background: url(min_star.png) no-repeat 0 -32px;
- }
-
- div.fivestar-widget-static .star span.off {
- background: url(min_star.png) no-repeat 0 0;
- }
-
- /* Javascript Star Version */
- div.fivestar-widget .cancel, div.fivestar-widget .star {
- width: 8px;
- height: 18px;
- }
- div.fivestar-widget .cancel, div.fivestar-widget .cancel a {
- background: url(min_delete.png) no-repeat 0 0;
- }
-
- div.fivestar-widget .star, div.fivestar-widget .star a {
- background: url(min_star.png) no-repeat 0 0;
- }
-
- 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;
- }