-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathdark.css
85 lines (75 loc) · 1.7 KB
/
dark.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
@font-face {
font-family:font2;
src: url(digit.ttf)
}
body{
padding:5%;
margin: 1% auto;
max-width:650px;
background: black;
}
p{
font-family:font2;
}
.triCombo{
color:#04B0FD;
font-size:22px
}
.realTimeFans{
text-align:center;
font-size:20px;
color: white;
}
.incFans{
margin:5px 1px 5px 1px;
font-size:18px;
color:white;
}
.incFansNum{
color:#00E676;
font-size:30px;
}
.realTimeFansNum{
text-align:center;
margin:-12px 1px 0px 1px;
font-size:48px;
color:#04B0FD;
}
.fansNum{
/*border: 1px solid white; */
/*border-radius:14px;*/
background-color: black;
/*box-shadow:0px 0px 1px 1px #cccccc;*/
}
.dataList{
/*border: 1px solid white; */
/*border-radius:14px;*/
background-color: black;
/*box-shadow:0px 0px 1px 1px #cccccc;*/
padding:0% 4%;
margin: 1% 0 4% 0;
color: white;
}
.play{
color:#FF4684;
font-size:30px;
}
.dataCaption{
text-align:center;
margin:-5px 0px 7px 0px;
font-size: 14px;
}
.headHoriHot{
vertical-align: middle;
font-size: 10px;
background:red;
margin: 0 4px 2px 4px;
color: white;
border-radius: 20px;
padding: 3px 8px;
}
.videoCaption{
text-decoration:none;
cursor: pointer;
color: white;
}