forked from surveywp/kk-star-ratings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
css.css
71 lines (69 loc) · 1.38 KB
/
css.css
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
.kk-star-ratings {
width: 120px;
min-height: 48px;
}
.kk-star-ratings.top-left,
.kk-star-ratings.top-right {
margin-top: 3px;
}
.kk-star-ratings.lft {
float: left;
margin-right: 10px;
}
.kk-star-ratings.rgt{
float: right;
margin-left: 10px;
}
.kk-star-ratings .kksr-stars {
height: 24px;
position: relative;
}
.kk-star-ratings .kksr-star {
background-position: 0px 0px;
}
.kk-star-ratings .kksr-star.gray {
background-image: url(gray.png);
}
.kk-star-ratings .kksr-star.yellow {
background-image: url(yellow.png);
}
.kk-star-ratings .kksr-star.orange {
background-image: url(orange.png);
}
.kk-star-ratings .kksr-stars .kksr-fuel {
height: 24px;
position: absolute;
top: 0px;
left: 0px;
z-index: 0;
}
.kk-star-ratings .kksr-stars a {
width: 24px;
height: 24px;
float: left;
position: relative;
z-index: 1;
text-decoration: none;
border: 0;
}
.kk-star-ratings .kksr-stars a:focus {
text-decoration: none;
border: 0;
outline: none;
}
.kk-star-ratings .kksr-legend {
font-size: 12px;
color: #999;
text-align: center;
line-height: 18px;
padding: 3px;
font-family: Arial, Helvetica, sans-serif;
}
.kk-star-ratings .kksr-legend .kksr-title {
display: none;
}
.kk-star-ratings .kksr-stars,
.kk-star-ratings .kksr-stars .kksr-fuel,
.kk-star-ratings .kksr-stars a {
background-color: transparent !important;
}