-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
52 lines (40 loc) · 875 Bytes
/
styles.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
.ratingOverlay {
width: 100px;
height: 50px;
position: absolute;
bottom: 3px;
right: 3px;
opacity: 0.9;
}
.rateBox {
width: 50px;
height: 50px;
background: url('chrome-extension://__MSG_@@extension_id__/images/rt_lg_bw.png') no-repeat;
text-align: center;
vertical-align: middle;
line-height: 60px;
font-size: 150%;
font-weight: bold;
float: right;
}
.fresh {
color: #eee;
background: url('chrome-extension://__MSG_@@extension_id__/images/rt_lg.png') no-repeat;
line-height: 65px;
background-position: 0px 0px;
}
.rotten {
color: #111;
line-height: 55px;
background-position: 0px -50px;
}
.upright {
color: #111;
line-height: 65px;
background-position: 0px -150px;
}
.spilt {
color: #111;
line-height: 55px;
background-position: 0px -250px;
}