34
34
--text-color-very-subtle : # 8E8E93 ;
35
35
--heading-color : # 2C98D1 ;
36
36
--link-hover-color : # 0086BF ;
37
- --button-color-primary : rgb (52 , 170 , 220 );
37
+ --button-color-primary : rgb (52 , 170 , 220 );
38
38
--error-text-color : # d24a59 ;
39
39
--benchmark-heading-color : rgb (183 , 183 , 183 );
40
40
--benchmark-error-text-color : # ff8686 ;
41
41
--benchmark-done-result-color : # 4A4A4A ;
42
42
}
43
43
44
- html , svg text {
44
+ html ,
45
+ svg text {
45
46
font-family : "Helvetica Neue" , Helvetica, Verdana, sans-serif;
46
47
font-size : 62.5% ;
47
48
font-synthesis : none;
@@ -126,7 +127,7 @@ img {
126
127
text-align : center;
127
128
}
128
129
129
- .summary + .summary {
130
+ .summary + .summary {
130
131
padding-top : 5px ;
131
132
margin-top : 5px ;
132
133
}
@@ -135,7 +136,8 @@ img {
135
136
display : none;
136
137
}
137
138
138
- article , .summary {
139
+ article ,
140
+ .summary {
139
141
max-width : 70rem ;
140
142
margin : 0 auto 1rem ;
141
143
opacity : 0 ;
@@ -149,13 +151,19 @@ h1 {
149
151
}
150
152
151
153
152
- h2 , h3 , h4 , h5 , h6 {
153
- color : var (--heading-color );
154
- text-align : left;
154
+ h2 ,
155
+ h3 ,
156
+ h4 ,
157
+ h5 ,
158
+ h6 {
159
+ color : var (--heading-color );
160
+ text-align : left;
155
161
}
156
162
157
163
158
- h4 , h5 , h6 {
164
+ h4 ,
165
+ h5 ,
166
+ h6 {
159
167
margin-bottom : 0 ;
160
168
}
161
169
165
173
margin : 0 0 3rem 0 ;
166
174
}
167
175
168
- h5 , h6 {
176
+ h5 ,
177
+ h6 {
169
178
font-size : 1.6rem ;
170
179
}
171
180
@@ -206,7 +215,7 @@ a.button {
206
215
text-decoration : none;
207
216
font-size : 2rem ;
208
217
background-color : var (--button-color-primary );
209
- background-image : linear-gradient (180deg , rgba (134 , 217 , 255 , 1 ) -80% , rgb (52 , 170 , 220 ) 100% );
218
+ background-image : linear-gradient (180deg , rgba (134 , 217 , 255 , 1 ) -80% , rgb (52 , 170 , 220 ) 100% );
210
219
color : var (--text-color-inverse );
211
220
border : 1px solid var (--button-color-primary );
212
221
border-radius : 2px ;
@@ -255,7 +264,8 @@ a.button {
255
264
margin : 0 auto 1rem ;
256
265
}
257
266
258
- .error h2 , .error p {
267
+ .error h2 ,
268
+ .error p {
259
269
color : var (--error-text-color );
260
270
margin-bottom : 0 ;
261
271
text-align : center;
@@ -318,24 +328,34 @@ a.button {
318
328
319
329
}
320
330
321
- .benchmark h4 , .benchmark .result , .benchmark label , .benchmark .plot {
331
+ .benchmark h4 ,
332
+ .benchmark .result ,
333
+ .benchmark label ,
334
+ .benchmark .plot {
322
335
color : transparent;
323
- background : linear-gradient (160deg , rgba (249 , 249 , 249 , 1 ) 0% , rgba (238 , 238 , 238 , 1 ) 100% );
336
+ background : linear-gradient (160deg , rgba (249 , 249 , 249 , 1 ) 0% , rgba (238 , 238 , 238 , 1 ) 100% );
324
337
border-radius : 3px ;
325
338
}
326
339
327
340
.benchmark h3 {
328
- color : var (--benchmark-heading-color );
341
+ color : var (--benchmark-heading-color );
329
342
}
330
343
331
- .benchmark-running h4 , .benchmark-running .result , .benchmark-running label , .benchmark-running .plot {
344
+ .benchmark-running h4 ,
345
+ .benchmark-running .result ,
346
+ .benchmark-running label ,
347
+ .benchmark-running .plot {
332
348
color : var (--color-secondary );
333
349
background-color : var (--color-secondary );
334
350
background-image : none;
335
351
}
336
352
337
353
338
- .benchmark-done h3 , .benchmark-done h4 , .benchmark-done .result , .benchmark-done label , .benchmark-done .plot {
354
+ .benchmark-done h3 ,
355
+ .benchmark-done h4 ,
356
+ .benchmark-done .result ,
357
+ .benchmark-done label ,
358
+ .benchmark-done .plot {
339
359
background-color : transparent;
340
360
background-image : none;
341
361
-webkit-touch-callout : revert;
@@ -345,7 +365,10 @@ a.button {
345
365
user-select : text;
346
366
}
347
367
348
- .benchmark-error h4 , .benchmark-error .result , .benchmark-error label , .benchmark-error .plot {
368
+ .benchmark-error h4 ,
369
+ .benchmark-error .result ,
370
+ .benchmark-error label ,
371
+ .benchmark-error .plot {
349
372
color : var (--benchmark-error-text-color );
350
373
background-color : var (--benchmark-error-text-color );
351
374
background-image : none;
@@ -373,16 +396,19 @@ a.button {
373
396
374
397
.benchmark a .info {
375
398
display : inline-block;
376
- text-align : center;
377
- vertical-align : middle;
378
- font-style : italic;
379
- font-weight : bold;
399
+ width : 1.5rem ;
400
+ height : 1.5rem ;
380
401
border-radius : 100% ;
381
402
background-color : var (--benchmark-heading-color );
382
403
color : var (--text-color-inverse ) !important ;
383
- width : 1em ;
384
- height : 1em ;
385
404
user-select : none;
405
+ text-align : center;
406
+ vertical-align : middle;
407
+ font-style : italic;
408
+ font-weight : bold;
409
+ font-family : 'Times New Roman' , Times, serif;
410
+ line-height : 1.6rem ;
411
+ margin-top : -0.2rem ;
386
412
387
413
}
388
414
@@ -469,24 +495,27 @@ dt:target {
469
495
from {
470
496
opacity : 0 ;
471
497
}
498
+
472
499
to {
473
500
opacity : 1 ;
474
501
}
475
502
}
476
503
477
504
@keyframes scaledown {
478
505
from {
479
- transform : scale (1.3 , 1.3 );
506
+ transform : scale (1.3 , 1.3 );
480
507
}
508
+
481
509
to {
482
- transform : scale (1 , 1 );
510
+ transform : scale (1 , 1 );
483
511
}
484
512
}
485
513
486
514
@keyframes shine {
487
515
0% {
488
516
background-position : -1200px center;
489
517
}
518
+
490
519
100% {
491
520
background-position : 100vw center;
492
521
}
@@ -497,6 +526,7 @@ dt:target {
497
526
opacity : 0 ;
498
527
transform : rotateY (-85deg ) translateZ (200px );
499
528
}
529
+
500
530
to {
501
531
opacity : 1 ;
502
532
transform : rotateY (0deg ) translateZ (0px );
@@ -517,7 +547,8 @@ dt:target {
517
547
}
518
548
519
549
520
- article , .summary {
550
+ article ,
551
+ .summary {
521
552
padding-top : 10rem ;
522
553
margin : 0 1rem ;
523
554
}
0 commit comments