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