-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
141 lines (119 loc) · 2.24 KB
/
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
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
body{
font-family: 'Roboto Condensed', sans-serif;
}
#inner-content {
margin:0 auto;
margin-top:30px;
}
.article-title{
color: #c90707;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
font-size: 50px;
max-width: 800px;
text-align: center;
margin: 0 auto;
padding: 0 10px 0 10px;
}
.clearboth{
clear: both;
height: 0;
}
.intro{
font-size: 16px;
font-family: 'Roboto Condensed', sans-serif;
text-align: center;
margin: 0 auto 52px;
padding: 0 10px 0 10px;
max-width: 840px;
}
a.ref{
font-size: 14px;
font-family: 'Roboto Condensed', sans-serif;
/* margin: 0 auto 52px;
max-width: 840px; */
float: left;
}
#infographic{
overflow: auto;
padding: 0 10px 0 10px;
min-height: 500px;
min-width: 1000px;
position: relative;
}
#sections{
width: 240px;
float: left;
}
#sections div {
padding-bottom: 450px;
font-family: 'Roboto Condensed', sans-serif;
font-size: 16px;
color: #454545;
line-height: 2;
/* margin-left: 80px; */
text-align: center;
}
#sections div .step {
font-size: 18px;
font-family: 'Roboto Condensed', sans-serif;
color:#000;
padding-bottom: 0;
}
#sections > div{
background: white;
opacity: .2;
margin-bottom: 200px;
}
#sections > div:last-child{
margin-bottom: 200px;
}
#sections > div.graph-scroll-active{
opacity: 1;
}
#chart svg{
margin-top: 20px;
}
#chart{
font-family: 'Roboto Condensed', sans-serif;
color: #3c3c3c;
margin-left: 120px;
/* background-color: #ddd; */
}
#chart.graph-scroll-fixed {
position: fixed;
top: 0px;
/* margin-left: 215px; */
}
#chart.graph-scroll-below {
position: absolute;
bottom: 0px;
margin-left: 215px;
}
#chart-c {
width: 600px;
float: left;
/* background-color: #cd9d9d; */
}
#rhh-twice{
position: relative;
padding: 10px 40px 0 40px;
text-align: justify;
}
.sankey-container{
display: flex;
}
#sankey{
position: relative;
padding: 10px 10px 0 10px;
margin-left: 120px;
}
#sankey-desc{
padding: 300px 100px 0px 0px;
/* text-align: center; */
}
#footer{
position: relative;
padding: 10px 10px 0 10px;
margin-top: 50px;
}