-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrsports.css
75 lines (60 loc) · 1.07 KB
/
rsports.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
body {
background:#000;
color: #c3c3c3;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
line-height: 32px;
padding-top: 75px;
}
table {
caption-side: top;
}
caption {
font-weight: bold;
color: #c3c3c3;
}
th {
cursor: pointer;
text-align: right;
}
td[data-value] {
text-align: right;
}
th.alignleft,
td.alignleft,
td[data-value].alignleft {
text-align: left;
}
nav {
height: 56px;
}
.coin {
color: #c1991c;
filter: drop-shadow(1px 1px 1px #000);
font-size: 1.4rem;
line-height: 1rem;
vertical-align: baseline;
}
.trend_negative {
color: red;
}
.trend_positive {
color: green;
}
footer {
text-align: center;
margin-top: 15px;
}
footer a,
footer a:active,
footer a:link,
footer a:visited {
color:#777;
text-decoration: none;
}
footer a:hover {
text-decoration: underline;
}
footer a img {
height: 16px;
width: 16px;
}