-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
236 lines (230 loc) · 4.46 KB
/
style.css
File metadata and controls
236 lines (230 loc) · 4.46 KB
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300,400);
/* Material Design Palette */
.orange{
background-color: #FF5722;
color: #FF5722;
}
.pink{
background-color: #E91E63;
color: #E91E63;
}
.purple{
background-color: #9C27B0;
color: #9C27B0;
}
.deeppurple{
background-color:#673AB7;
color: #673AB7;
}
.indigo{
background-color: #3F51B5;
color: #3F51B5;
}
.blue{
background-color: #2196F3;
color: #2196F3;}
.lightblue{
background-color: #03A9F4;
color: #03A9F4;
}
.cyan{
background-color: #00BCD4;
color: #00BCD4;
}
.teal{
background-color: #009688;
color: #009688;
}
*{
box-sizing: border-box;
font-family: 'Roboto Condensed', sans-serif;
letter-spacing: -1px;
}
body, html {
width: 1920px;
height: 1080px;
background-color: #FFC107;
}
#container{
width: 1860px;
height: 1020px;
position: absolute;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
background: #ECEFF1;
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.34);
overflow: hidden;
}
#etappe{
width: 1180px;
height: 100%;
position: absolute;
right: 0;
}
#etappe #etappe_header{
width: 110%;
height: 130px;
position: relative;
right: 10%;
background: #00BCD4;
box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.50);
}
#etappe #etappe_header h2, #etappe #etappe_header h3{
position: absolute;
left: 12%;
top: 30px;
font-weight: 300;
font-size: 60px;
color: #FFFFFF;
line-height: 71px;
letter-spacing: -1px;
}
#etappe #etappe_header h2 span{
font-size: 40px;
line-height: 47px;
}
#etappe #etappe_header h3{
left: inherit;
right: 30px !important;
}
#etappe #etappe_distance, #etappe #etappe_distance #distancegrid{
position: absolute;
width: 650px;
height: 880px;
padding-top: 100px
}
#etappe #etappe_distance #distancegrid{
padding-top: 0
}
#etappe #etappe_distance #distancegrid div.distancegrid_line{
width: 100%;
height: 2px;
background-color: #FFC107;
margin-bottom: 70px;
}
#etappe #etappe_distance div.distancegrid_dot{
width: 16px;
height: 16px;
border-radius: 8px;
box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.27);
margin-bottom: 56px;
position: relative;
top: -8px;
}
#etappe #etappe_speed{
width: 433px;
height: 830px;
position: absolute;
right: 110px;
top: 110px;
background: #FFFFFF;
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.50);
border-radius: 4px;
}
#etappe #etappe_speed h4{
font-size: 30px;
font-weight: 300;
color: rgba(0,0,0,0.87);
line-height: 35px;
text-align: center;
position: relative;
top: 46px;
}
#etappe #speedgrid{
width: 302px;
height: 600px;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 122px;
border-left: 2px solid #FFC107;
border-right: 2px solid #FFC107;
}
#etappe #speedgrid div.speedgrid_line{
width: 2px;
height: 100%;
float: left;
margin-left: 48px;
background-color: #FFC107;
}
#etappe #speedgrid div.speedgrid_dot{
width: 16px;
height: 16px;
border-radius: 8px;
box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.27);
margin-bottom: 56px;
position: relative;
left: -9px;
}
#etappe #speedgrid_legend{
position: absolute;
bottom: 40px;
left: 60px;
width: 370px;
font-weight: 300;
font-size: 30px;
color: rgba(0,0,0,0.54);
line-height: 35px;
text-align: center;
}
#etappe #speedgrid_legend span{
float: left;
margin-right: 65px;
text-align: center;
}
#etappe #speedgrid_legend span:last-child{
margin-right: 0
}
#ranking{
position: absolute;
background: #FFFFFF;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.34);
width: 680px;
height: 100%;
}
#ranking h1{
font-weight: 400;
font-size: 60px;
color: #00BCD4;
line-height: 71px;
position: relative;
left: 60px;
top: 30px;
}
#ranking table{
position: relative;
left: 60px;
top: 120px;
width: calc(100% - 60px);
}
#ranking table tr:nth-child(1) td:nth-child(1){
background-image: url(leader.svg);
background-repeat: no-repeat;
width: 90px;
height: 90px;
color: transparent;
}
#ranking table tr:nth-child(1) td:nth-child(2), #ranking table tr:nth-child(1) td:nth-child(3){
position: relative;
top: 16px;
}
#ranking table td:nth-child(1){
font-size: 30px;
color: rgba(0,0,0,0.54);
line-height: 70px;
text-align: center;
}
#ranking table td:nth-child(2){
font-size: 40px;
font-weight: 400;
color: rgba(0,0,0,0.87);
padding-left: 16px;
}
#ranking table td:nth-child(3){
font-family: RobotoCondensed-Light;
font-size: 40px;
color: rgba(0,0,0,0.54);
text-align: right;
padding-right: 30px;
}