-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathstyle.css
66 lines (59 loc) · 875 Bytes
/
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
57
58
59
60
61
62
63
64
65
66
body {
width: 960px;
margin: 2em auto 0;
}
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
div,
label,
li{
font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
font-size: 1em;
line-height: 1.25em;
color:#333;
}
h1 span {
font-weight:normal;
text-decoration:underline;
}
#sandbox {
margin-top: 40%;
text-align: center;
}
#sandbox svg {
margin-top: -40%;
}
.bar {
display: inline-block;
width: 150px;
margin: 0 25px;
position: relative;
}
.bar > div {
width: 100%;
position: absolute;
background: teal;
}
.label {
font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
font-size: 1em;
stroke: #fff;
fill: #fff;
text-anchor: middle;
cursor: pointer;
}
.map {
position:relative;
height:400px;
}
.number {
text-anchor: middle;
fill: #333;
cursor: pointer;
}