-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
56 lines (48 loc) · 778 Bytes
/
styles.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
html,
body {
margin: 0;
margin-top: 0.5em;
padding: 0;
}
svg {
font: 10px sans-serif;
text-align: center;
display: block;
margin: auto;
}
a {
text-decoration: none;
}
body {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
}
.tile-text {
cursor: default;
}
#title {
font-size: 45px;
margin-bottom: 10px;
}
#description {
padding-bottom: 1.5rem;
}
div.tooltip {
position: absolute;
padding: 10px;
font: 12px Arial;
background: rgba(255, 255, 204, 0.95);
box-shadow: 1px 1px 10px rgba(128, 128, 128, 0.6);
border: 0;
border-radius: 2px;
pointer-events: none;
}
#legend {
font-size: 15px;
text-align: center;
display: block;
margin: auto;
padding-bottom: 5px;
margin-bottom: 2rem;
margin-top: 1rem;
}