-
Notifications
You must be signed in to change notification settings - Fork 0
/
sliders.css
executable file
·111 lines (98 loc) · 1.53 KB
/
sliders.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
body {
font-family: MetricWeb, sans-serif;
-webkit-font-smoothing: antialiased;
margin: 0 auto;
}
h1 {
margin-left: 20px;
display: inline-block;
content:"";
font-size: 32px;
font-weight: 200;
height: 13px;
margin-top: 10px;
}
p {
margin-top: 10px;
margin-top: 0px;
}
.sliderAxis text{
font-size: 16px;
fill: #b8b1a9;
font-weight: 400;
}
.sliderAxis line{
fill: none;
stroke: #b8b1a9;
stroke-width: 1px;
}
.sliderAxis .domain{
fill: none;
stroke: none;
}
.track,
.track-inset,
.track-overlay {
/*stroke-linecap: round;*/
}
.track {
stroke: #b8b1a9;
stroke-width: 4px;
cursor: pointer;
}
/*.track-inset {
stroke: #ddd;
stroke-width: 50px;
}*/
.track-overlay {
stroke: #A5526A;
stroke-width: 4px;
}
.handle {
fill: #ffffff;
stroke: #A5526A;
stroke-width: 4px;
cursor: pointer;
}
.label {
fill: #b8b1a9;
stroke: none;
}
.labelText {
fill: #ffffff;
stroke: none;
font-size: 16px;
font-weight: 400;
text-anchor: middle;
}
.intro {
margin-left: 20px;
margin-top: 10px;
font-family: MetricWeb, sans-serif;
font-size: 16px;
line-height: 20px;
font-weight: 200;
}
.holder {
margin-left: 20px;
font-family: MetricWeb, sans-serif;
}
.subhead {
margin-top: 10px;
font-family: MetricWeb, sans-serif;
font-size: 18px;
font-weight: 400;
}
.infoText {
font-family: MetricWeb, sans-serif;
margin-top: 10px;
font-size: 16px;
line-height: 18px;
font-weight: 200;
}
.code {
margin-top: 4px;
font-family: "Courier";
font-size: 16px;
font-weight: 400;
}