-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmultiseries.css
68 lines (59 loc) · 965 Bytes
/
multiseries.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
body {
margin: 0 auto 0 auto;
}
h1 {
font-family: 'Helvetica Neue', Helvetica, sans-serif;
font-size: 64px;
font-weight: 300;
height: 74px;
letter-spacing: -2px;
}
p {
font-family: 'Helvetica Neue', Helvetica, sans-serif;
height: 72px;
line-height: 24px;
}
aside {
color: #636363;
display: block;
font-family: 'Helvetica Neue', Helvetica, sans-serif;
font-size: 13px;
height: 16px;
left: 780px;
text-align: right;
}
#chart {
display: inline-block;
position: relative;
margin: 0;
border: 1px solid #dedede;
}
.rickshaw_graph .x_tick {
position: absolute;
top: 0;
bottom: 0;
border-left: 1px dotted rgba(0, 0, 0, 0.2);
pointer-events: none;
}
.rickshaw_graph .x_tick .title {
position: absolute;
white-space: nowrap;
margin-left: 3px;
bottom: 1px;
}
#chart_container {
display: inline;
position: relative;
}
.y_grid {
display: none;
}
#y_axis {
position: absolute;
width: 40px;
left: -40px;
}
#legend {
vertical-align: top;
display: inline-block;
}