-
Notifications
You must be signed in to change notification settings - Fork 2
/
style.css
56 lines (48 loc) · 1.01 KB
/
style.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
body { font-family: Roboto, sans-serif; }
.main { padding-top: 8vw; }
.verylarge { font-size: 10vw; }
.large { font-size: 4vw; }
.middle { font-size: 2vw; }
.subtext { padding: 32px; }
.footnote { color: #888888; font-size: 12px; }
.footer { padding: 32px; }
.links { padding: 32px; }
.stand { padding-bottom: 16px; }
.fngroup { padding-top: 32px; }
.updateinfo { padding-top: 32px; }
.attentionTitle { color: #ff0000; font-weight: bold; }
.attentionInfo { color: #ff0000; }
#forkme {
position: absolute;
top: 0;
right: 0;
border: 0;
z-index:100;
}
#vaccinationChart {
padding-bottom: 32px;
}
hr {
border-top: 2px dashed #dddddd;
}
table {
border: 2px dashed #dddddd;
border-radius: 10px;
}
table.footnote {
border: none;
width: 580px;
}
th {
font-weight: normal;
text-align: right;
vertical-align: top;
}
td {
vertical-align: top;
text-align: left;
}
@media only screen and (max-width: 600px) {
.verylarge { font-size: 18vw}
.large { font-size: 8vw}
}