Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
/*
2
SOURCE: http://iconexpo.com/2008/12/free-8color-star-icons/
3
 
4
*/
5
 
6
 
7
div.bigstars div.rateit-range
8
{
9
    background: url(star-white32.png);
10
    height: 32px;
11
}
12
 
13
div.bigstars div.rateit-hover
14
{
15
    background: url(star-gold32.png);
16
}
17
 
18
div.bigstars div.rateit-selected
19
{
20
    background: url(star-red32.png);
21
}
22
 
23
div.bigstars div.rateit-reset
24
{
25
    background: url(star-black32.png);
26
    width: 32px;
27
    height: 32px;
28
 
29
}
30
 
31
div.bigstars div.rateit-reset:hover
32
{
33
    background: url(star-white32.png);
34
}