This repository has been archived by the owner on Nov 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathabout.css
329 lines (275 loc) · 5.08 KB
/
about.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
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
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
@import url(Fira/fira.css);
html {
font-size: 16px;
font-family: "Fira Sans";
}
body {
color: #5E5E5E;
font-weight: 400;
background: url(Header.png) no-repeat top center,
url(Header_Gradient.png) repeat-x top center;
background-size: 800px, 1px 216px;
}
h1 {
font-size: 3em;
font-weight: 300;
text-align: center;
margin: 235px 0 25px 0;
}
h2 {
font-size: 1.6em;
font-weight: 500;
text-align: center;
}
h3 {
font-size: 1.1em;
font-weight: 300;
text-align: left;
line-height: 1.3;
}
h4 {
margin: 0;
}
ul {
padding: 0;
list-style-type: none;
}
#title {
font-size: 45px;
font-weight: 300;
}
#title .os-name {
font-weight: 500;
}
#wrapper,
#telemetry {
max-width: 950px;
display: flex;
overflow: hidden;
margin: 0 auto;
}
#wrapper section {
background-size: 100px;
background-repeat: no-repeat;
background-position: center top;
}
#wrapper section h2 {
margin-top: 120px;
}
#wrapper section h3 {
margin-bottom: 25px;
}
#wrapper section.connect {
background-image: url(Connect_Icon_130x130.png);
}
#wrapper section.select {
background-image: url(Select_Icon_130x130.png);
margin: 0 90px;
}
#wrapper section.flash {
background-image: url(Flash_Icon_130x130.png);
}
#wrapper[data-current-step="connect"] .select,
#wrapper[data-current-step="connect"] .flash,
#wrapper[data-current-step="select"] .flash {
opacity: .2;
pointer-events: none;
}
.connect, .flash {
text-align: left;
}
#keep-data[data-isb2g="true"] {
display: block;
visibility: visible;
}
#keep-data[data-isb2g="false"] {
display: none;
visibility: hidden;
}
#deviceId:empty::before {
content: 'No device detected';
}
#deviceId:empty {
color: #AAA;
font-style: italic;
font-weight: 400;
}
#tooManyDevices {
color: #ff0000;
font-weight: bold;
}
#tooManyDevices[data-toomany="true"] {
display: block;
visibility: visible;
}
#tooManyDevices[data-toomany="false"] {
display: none;
visibility: hidden;
}
#noDevice {
color: #ff0000;
font-weight: bold;
}
.build {
display: flex;
margin-bottom: 15px;
}
.description {
padding-left: 8px;
line-height: 18px;
margin-block-end: 10px;
}
.description span {
font-size: .8rem;
}
button {
border: 0;
background: #7EC14D;
color: white;
height: 35px;
border-radius: 18px;
position: left;
margin: 0 auto;
font-size: .9rem;
font-style: italic;
padding: 0 20px;
}
#installBtn {
display: block;
margin: 0 0 10px 0;
}
#installBtn:active {
background: #FFFFFF;
border: 1px solid #c0c0c0;
color: #5E5E5E;
}
.dialog {
display: none;
}
.dialog > div {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(255, 255, 255, .75);
display: flex;
align-items: center;
justify-content: center;
}
.dialog section {
background: #F4F4F4;
box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
overflow: hidden;
}
#errorDisplay {
background: rgba(255, 0, 0, .20);
position: fixed;
width: 100%;
height: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
align-items: center;
justify-content: center;
display: none;
visibility: hidden;
}
.error section {
background: #F4F4F4;
box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
overflow: hidden;
display: none;
visibility: hidden;
text-align: center;
padding: 1rem;
}
#progressDialog h2 {
font-size: 1rem;
font-weight: bold;
background: #EEE;
border-bottom: 1px solid #CCC;
margin: 0;
padding: .8em;
}
#progressDialog li {
position: relative;
}
#progressDialog li.done {
background: url(checkmark.png) no-repeat right 10px center;
background-size: 20px;
}
#progressDialog li.fail{
background: url(failure.png) no-repeat right 10px center;
background-size: 20px;
}
#progressDialog li.inprogress:after {
content: "";
width: 20px;
height: 20px;
position: absolute;
right: 10px;
background: url(spinner.png) no-repeat right center;
animation: 0.9s spinner-animation infinite steps(30);
background-size: 20px;
}
#progressDialog li, #progressDialog p {
line-height: 2rem;
padding: 0 2rem;
}
#progressDialog section {
width: 380px;
}
#additionalProgress, #subAdditionalProgress {
color: #999;
min-height: 1.5rem;
margin-bottom: 0;
padding: 0 1rem;
text-align: center;
font-size: .8rem;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
progress::-moz-progress-bar {
background: repeating-linear-gradient(135deg,
#00caf2 0px,
#00caf2 11%,
#b2f2ff 11%,
#b2f2ff 22%,
#a6a6a6 22%,
#a6a6a6 33%);
}
progress {
position: relative;
top: 1px; /* Weird 1px margin at the bottom */
border: 0;
height: .4rem;
min-width: 300%;
animation: moving-backward 1500ms infinite linear;
}
@keyframes moving-backward {
0% { transform: translateX(0); }
100% { transform: translateX(-33%); }
}
@keyframes spinner-animation {
from { transform: rotate(1deg); }
to { transform: rotate(360deg); }
}
.dialog {
whitespace: wrap;
}
#confirmDialog section {
max-width: 250px;
}
#confirmDialog p {
padding: 0 1rem;
}
#confirmDialog button {
background: white;
display: block;
width: 100%;
border-radius: 0;
color: #0194DE;
}