-
Notifications
You must be signed in to change notification settings - Fork 4
/
content.css
120 lines (102 loc) · 1.79 KB
/
content.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
.positive{
background-color: #6c3;
}
.mixed{
background-color: #fc3;
}
.negtive{
background-color: #f00;
}
.tbd{
background-color: #ccc;
text-transform: lowercase;
}
.small {
font-size: 0.75em!important;
}
.large{
font-size: 1.5em!important;
}
.detail_metascore_container{
display: inline-block;
margin-top: 0.8em;
margin-right: 2em;
}
.detail_metascore_container a:hover{
color: #87cefa;
}
.detail_metascore_container a:link{
color: #fff;
text-decoration:none;
}
.detail_metascore_container a:visited{
color: #fff;
text-decoration:none;
}
.detail_metascore_title{
font-weight: bold;
}
.detail_metascore_text{
display: inline-block;
vertical-align: middle;
margin-left: 0.8em;
}
.metascore_container{
bottom: .5rem;
display: flex;
flex-wrap: nowrap;
right: .5rem;
position: absolute
}
.lowest_badge{
position: absolute;
top: 0em;
z-index: 2;
height: 1.8em;
line-height: 1.8em;
padding: 0 .25em;
}
.plus_lowest{
background-color: #968719;
color:#ffffff;
}
.regular_lowest{
background-color: #006cff;
color:#ffffff;
}
.both_lowest{
background-color: #cc1d1d;
color:#ffffff;
}
.discount_container{
font-size: 0.85em!important;
}
.discount_container a:link
{
color: #fff;
}
.discount_container a:visited
{
color: #fff;
}
.discount_container a:hover{
color: #87cefa;
}
.user{
border-radius: 55%;
height: 2em;
width: 2em;
line-height: 2.18em;
}
.metascore_w {
display: inline-block;
vertical-align: middle;
text-align: center;
color: #fff!important;
font-family: Arial,Helvetica,sans-serif;
font-style: normal!important;
font-weight: bold!important;
height: 1.8em;
width: 1.8em;
line-height: 1.8em;
}