-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetacritic.css
More file actions
29 lines (25 loc) · 808 Bytes
/
metacritic.css
File metadata and controls
29 lines (25 loc) · 808 Bytes
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
.metascore_w {
vertical-align: middle;
text-align: center;
color: #fff!important;
font-family: Arial,Helvetica,sans-serif;
font-style: normal!important;
font-weight: bold!important;
background-color: transparent;
height: 2em;
width: 2em;
line-height: 2em;
font-size: 17px;
z-index: 1;
position:absolute;
right: 0px;
}
.metascore_w.negative,.metascore_w.bad,.metascore_w.score_terrible,.metascore_w.score_unfavorable {
background-color: #f00
}
.metascore_w.mixed,.metascore_w.forty,.metascore_w.game.fifty,.metascore_w.score_mixed {
background-color: #fc3
}
.metascore_w.positive,.metascore_w.good,.metascore_w.sixtyone,.metascore_w.game.seventyfive,.metascore_w.score_favorable,.metascore_w.score_outstanding {
background-color: #6c3
}