-
Notifications
You must be signed in to change notification settings - Fork 5
/
style.css
74 lines (63 loc) · 961 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
67
68
69
70
71
72
73
74
html {
min-width: 1040px;
}
body {
font-family: "Helvetica Neue", Helvetica, sans-serif;
margin: 1em auto 4em auto;
position: relative;
width: 960px;
}
h1 {
font-size: 64px;
font-weight: 300;
letter-spacing: -2px;
margin: .3em 0 .1em 0;
}
div h1 {
position: inherit;
padding: 20px 50px;
background: #F4D6BC;
color: #294052;
}
.slider-container {
width: 245px;
margin: 10px 30px;
position: relative;
margin-left: 400px;
float: right;
text-align: right;
}
.all-sliders {
float: right
position: right;
margin-bottom:-400px;
text-align: right;
}
.label {
margin: 20px;
color: #447294;
}
.background {
fill: #fff;
stroke: #aaa;
stroke-width: 1.5px;
pointer-events: none;
}
#states {
fill: #aaa;
stroke: #fff;
stroke-width: 1.5px;
}
.highlight {
fill: #8FBCDB;
stroke: #fff;
stroke-width: 1.5px;
}
#states .active {
fill: #8FBCDB;
}
#circles {
fill: steelblue;
fill-opacity: .8;
stroke: #fff;
}