@oxide/design-system 6.3.0 → 6.4.1-canary.dca2986
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/asciidoc.css
CHANGED
|
@@ -14,20 +14,20 @@
|
|
|
14
14
|
color: var(--content-default);
|
|
15
15
|
line-height: 1.5 !important;
|
|
16
16
|
margin-bottom: 1.25rem;
|
|
17
|
-
}
|
|
18
17
|
|
|
19
|
-
|
|
20
|
-
p {
|
|
18
|
+
@media (min-width: 800px) {
|
|
21
19
|
margin-bottom: 0.75rem;
|
|
22
20
|
}
|
|
23
21
|
}
|
|
24
22
|
|
|
25
|
-
.lead
|
|
26
|
-
|
|
27
|
-
|
|
23
|
+
.lead {
|
|
24
|
+
p {
|
|
25
|
+
color: var(--content-raise);
|
|
26
|
+
}
|
|
28
27
|
|
|
29
|
-
|
|
30
|
-
|
|
28
|
+
&.paragraph p {
|
|
29
|
+
@apply text-sans-xl;
|
|
30
|
+
}
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
/* --- Strong / emphasis --- */
|
|
@@ -92,13 +92,28 @@
|
|
|
92
92
|
}
|
|
93
93
|
|
|
94
94
|
/* Section numbers rendered before each heading */
|
|
95
|
-
:is(h1, h2, h3, h4, h5)[data-sectnum]
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
95
|
+
:is(h1, h2, h3, h4, h5)[data-sectnum] {
|
|
96
|
+
&::before {
|
|
97
|
+
content: attr(data-sectnum);
|
|
98
|
+
color: var(--content-tertiary);
|
|
99
|
+
display: inline-block;
|
|
100
|
+
pointer-events: none;
|
|
101
|
+
margin-right: 0.5rem;
|
|
102
|
+
top: 6px;
|
|
103
|
+
|
|
104
|
+
@media (min-width: 800px) {
|
|
105
|
+
@apply text-sans-lg;
|
|
106
|
+
position: absolute;
|
|
107
|
+
left: -72px;
|
|
108
|
+
width: 60px;
|
|
109
|
+
margin-right: 0;
|
|
110
|
+
text-align: right;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
a::after {
|
|
115
|
+
display: none;
|
|
116
|
+
}
|
|
102
117
|
}
|
|
103
118
|
|
|
104
119
|
h3[data-sectnum]::before {
|
|
@@ -110,21 +125,6 @@
|
|
|
110
125
|
top: 0;
|
|
111
126
|
}
|
|
112
127
|
|
|
113
|
-
@media (min-width: 800px) {
|
|
114
|
-
:is(h1, h2, h3, h4, h5)[data-sectnum]::before {
|
|
115
|
-
@apply text-sans-lg;
|
|
116
|
-
position: absolute;
|
|
117
|
-
left: -72px;
|
|
118
|
-
width: 60px;
|
|
119
|
-
margin-right: 0;
|
|
120
|
-
text-align: right;
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
:is(h1, h2, h3, h4, h5)[data-sectnum] a::after {
|
|
125
|
-
display: none;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
128
|
/* Heading anchors */
|
|
129
129
|
.anchor,
|
|
130
130
|
.sectionanchor {
|
|
@@ -139,10 +139,10 @@
|
|
|
139
139
|
color: var(--content-accent-secondary);
|
|
140
140
|
text-decoration: underline;
|
|
141
141
|
text-decoration-color: color-mix(in srgb, currentColor 50%, transparent);
|
|
142
|
-
}
|
|
143
142
|
|
|
144
|
-
|
|
145
|
-
|
|
143
|
+
&:hover {
|
|
144
|
+
color: var(--content-accent);
|
|
145
|
+
}
|
|
146
146
|
}
|
|
147
147
|
|
|
148
148
|
a:hover,
|
|
@@ -161,26 +161,30 @@
|
|
|
161
161
|
@apply text-mono-sm;
|
|
162
162
|
margin-bottom: 0.75rem;
|
|
163
163
|
list-style-position: inside;
|
|
164
|
+
|
|
165
|
+
@media (min-width: 800px) {
|
|
166
|
+
list-style-position: outside;
|
|
167
|
+
}
|
|
164
168
|
}
|
|
165
169
|
|
|
166
170
|
ul {
|
|
167
171
|
list-style-type: disc;
|
|
168
|
-
}
|
|
169
172
|
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
+
ul li {
|
|
174
|
+
list-style-type: circle;
|
|
175
|
+
}
|
|
173
176
|
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
+
ul ul li {
|
|
178
|
+
list-style-type: square;
|
|
179
|
+
}
|
|
177
180
|
|
|
178
|
-
|
|
179
|
-
|
|
181
|
+
ul ul ul li {
|
|
182
|
+
list-style-type: disc;
|
|
183
|
+
}
|
|
180
184
|
}
|
|
181
185
|
|
|
182
|
-
|
|
183
|
-
list-style-type:
|
|
186
|
+
ol {
|
|
187
|
+
list-style-type: decimal;
|
|
184
188
|
}
|
|
185
189
|
|
|
186
190
|
.arabic {
|
|
@@ -223,6 +227,19 @@
|
|
|
223
227
|
margin-bottom: 0;
|
|
224
228
|
}
|
|
225
229
|
|
|
230
|
+
/* --- Description lists --- */
|
|
231
|
+
dl {
|
|
232
|
+
dt {
|
|
233
|
+
margin-bottom: 0.3125em;
|
|
234
|
+
font-weight: bold;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
dd {
|
|
238
|
+
margin-bottom: 1.25em;
|
|
239
|
+
margin-left: 1.125em;
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
|
|
226
243
|
/* Lists inside blocks where outside marker position would be clipped */
|
|
227
244
|
.tableblock ul,
|
|
228
245
|
.tableblock ol,
|
|
@@ -238,14 +255,13 @@
|
|
|
238
255
|
.olist .ulist,
|
|
239
256
|
.olist .olist {
|
|
240
257
|
margin-left: 2rem;
|
|
241
|
-
}
|
|
242
258
|
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
ol {
|
|
246
|
-
list-style-position: outside;
|
|
259
|
+
@media (min-width: 800px) {
|
|
260
|
+
margin-left: 0.5rem;
|
|
247
261
|
}
|
|
262
|
+
}
|
|
248
263
|
|
|
264
|
+
@media (min-width: 800px) {
|
|
249
265
|
ul:first-of-type,
|
|
250
266
|
.github-markdown > ul {
|
|
251
267
|
margin-left: 1rem;
|
|
@@ -255,25 +271,18 @@
|
|
|
255
271
|
.github-markdown > ol {
|
|
256
272
|
margin-left: 1.5rem;
|
|
257
273
|
}
|
|
258
|
-
|
|
259
|
-
.ulist .ulist,
|
|
260
|
-
.ulist .olist,
|
|
261
|
-
.olist .ulist,
|
|
262
|
-
.olist .olist {
|
|
263
|
-
margin-left: 0.5rem;
|
|
264
|
-
}
|
|
265
274
|
}
|
|
266
275
|
|
|
267
276
|
/* --- Description lists --- */
|
|
268
277
|
.dlist dt {
|
|
269
278
|
@apply text-sans-lg;
|
|
270
279
|
color: var(--content-raise);
|
|
271
|
-
}
|
|
272
280
|
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
281
|
+
&::after {
|
|
282
|
+
@apply text-sans-lg;
|
|
283
|
+
content: ':';
|
|
284
|
+
color: var(--content-tertiary);
|
|
285
|
+
}
|
|
277
286
|
}
|
|
278
287
|
|
|
279
288
|
/* --- Quote blocks --- */
|
|
@@ -282,15 +291,15 @@
|
|
|
282
291
|
border-left: 1px solid var(--stroke-default);
|
|
283
292
|
margin: 2rem 0;
|
|
284
293
|
padding-left: 1.6rem;
|
|
285
|
-
}
|
|
286
294
|
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
295
|
+
p {
|
|
296
|
+
color: var(--content-secondary);
|
|
297
|
+
}
|
|
290
298
|
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
299
|
+
.attribution {
|
|
300
|
+
color: var(--content-raise);
|
|
301
|
+
margin-top: 2rem;
|
|
302
|
+
}
|
|
294
303
|
}
|
|
295
304
|
|
|
296
305
|
.attribution cite {
|
|
@@ -306,15 +315,23 @@
|
|
|
306
315
|
border-radius: var(--radius-md);
|
|
307
316
|
margin: 1.5rem 0;
|
|
308
317
|
padding: 0.75rem;
|
|
309
|
-
}
|
|
310
318
|
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
319
|
+
strong {
|
|
320
|
+
color: var(--content-accent);
|
|
321
|
+
}
|
|
314
322
|
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
323
|
+
a {
|
|
324
|
+
color: var(--content-accent);
|
|
325
|
+
text-decoration-line: underline;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
.quoteblock {
|
|
329
|
+
background-color: var(--surface-default);
|
|
330
|
+
border: 0;
|
|
331
|
+
border-radius: var(--radius-md);
|
|
332
|
+
margin: 0.5rem 0;
|
|
333
|
+
padding: 0.75rem;
|
|
334
|
+
}
|
|
318
335
|
}
|
|
319
336
|
|
|
320
337
|
.admonition-icon svg {
|
|
@@ -326,48 +343,48 @@
|
|
|
326
343
|
|
|
327
344
|
.admonition-content {
|
|
328
345
|
@apply text-sans-md;
|
|
329
|
-
}
|
|
330
346
|
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
margin-bottom: 0;
|
|
335
|
-
}
|
|
347
|
+
@media (min-width: 800px) {
|
|
348
|
+
margin-right: 1.25rem;
|
|
349
|
+
}
|
|
336
350
|
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
351
|
+
p {
|
|
352
|
+
@apply text-sans-md;
|
|
353
|
+
color: currentColor;
|
|
354
|
+
margin-bottom: 0;
|
|
355
|
+
}
|
|
340
356
|
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
}
|
|
357
|
+
> div:first-of-type {
|
|
358
|
+
color: var(--content-accent);
|
|
359
|
+
}
|
|
345
360
|
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
361
|
+
.admonition-title {
|
|
362
|
+
margin-bottom: 0.5rem;
|
|
363
|
+
font-style: italic;
|
|
364
|
+
}
|
|
349
365
|
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
}
|
|
366
|
+
.paragraph {
|
|
367
|
+
margin-bottom: 0.25rem;
|
|
353
368
|
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
369
|
+
&:last-child {
|
|
370
|
+
margin-bottom: 0;
|
|
371
|
+
}
|
|
357
372
|
}
|
|
358
373
|
}
|
|
359
374
|
|
|
360
|
-
.admonitionblock .quoteblock {
|
|
361
|
-
background-color: var(--surface-default);
|
|
362
|
-
border: 0;
|
|
363
|
-
border-radius: var(--radius-md);
|
|
364
|
-
margin: 0.5rem 0;
|
|
365
|
-
padding: 0.75rem;
|
|
366
|
-
}
|
|
367
|
-
|
|
368
375
|
/* --- Inline code --- */
|
|
369
376
|
code {
|
|
370
377
|
font-feature-settings: 'calt' 0;
|
|
378
|
+
|
|
379
|
+
/* Prevent asciidoc styles from leaking into mermaid SVG output */
|
|
380
|
+
svg {
|
|
381
|
+
line-height: 1 !important;
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
svg,
|
|
385
|
+
svg * {
|
|
386
|
+
all: revert-layer;
|
|
387
|
+
}
|
|
371
388
|
}
|
|
372
389
|
|
|
373
390
|
:not(pre) > code {
|
|
@@ -386,19 +403,11 @@
|
|
|
386
403
|
overflow-wrap: normal;
|
|
387
404
|
}
|
|
388
405
|
|
|
389
|
-
/* Prevent asciidoc styles from leaking into mermaid SVG output */
|
|
390
|
-
code svg {
|
|
391
|
-
line-height: 1 !important;
|
|
392
|
-
}
|
|
393
|
-
code svg,
|
|
394
|
-
code svg * {
|
|
395
|
-
all: revert-layer;
|
|
396
|
-
}
|
|
397
|
-
|
|
398
406
|
/* --- Code blocks --- */
|
|
399
407
|
pre {
|
|
400
408
|
overflow-x: auto;
|
|
401
409
|
font-size: 13px;
|
|
410
|
+
line-height: 1.5;
|
|
402
411
|
letter-spacing: 0;
|
|
403
412
|
text-transform: none !important;
|
|
404
413
|
font-feature-settings: 'calt' 0;
|
|
@@ -406,30 +415,30 @@
|
|
|
406
415
|
border: 1px solid var(--stroke-secondary);
|
|
407
416
|
border-radius: var(--radius-md);
|
|
408
417
|
padding: 1rem 1.25rem;
|
|
409
|
-
}
|
|
410
418
|
|
|
411
|
-
|
|
412
|
-
pre {
|
|
419
|
+
@media (min-width: 800px) {
|
|
413
420
|
padding: 1.5rem 1.75rem;
|
|
414
421
|
}
|
|
415
422
|
}
|
|
416
423
|
|
|
417
|
-
.listingblock
|
|
418
|
-
|
|
419
|
-
|
|
424
|
+
.listingblock {
|
|
425
|
+
.content {
|
|
426
|
+
position: relative;
|
|
427
|
+
}
|
|
420
428
|
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
429
|
+
pre:not(.highlight) {
|
|
430
|
+
color: var(--content-default);
|
|
431
|
+
}
|
|
424
432
|
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
+
code[data-lang]::before {
|
|
434
|
+
@apply text-mono-xs;
|
|
435
|
+
content: attr(data-lang);
|
|
436
|
+
position: absolute;
|
|
437
|
+
top: 0.5rem;
|
|
438
|
+
right: 0.5rem;
|
|
439
|
+
display: block;
|
|
440
|
+
color: var(--content-secondary);
|
|
441
|
+
}
|
|
433
442
|
}
|
|
434
443
|
|
|
435
444
|
/* --- Callout numbers (conum) --- */
|
|
@@ -449,15 +458,15 @@
|
|
|
449
458
|
border-radius: var(--radius-full);
|
|
450
459
|
text-align: center;
|
|
451
460
|
font-style: normal;
|
|
452
|
-
}
|
|
453
461
|
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
462
|
+
&::after {
|
|
463
|
+
content: attr(data-value);
|
|
464
|
+
padding-left: 1px;
|
|
465
|
+
}
|
|
458
466
|
|
|
459
|
-
|
|
460
|
-
|
|
467
|
+
& + b {
|
|
468
|
+
display: none;
|
|
469
|
+
}
|
|
461
470
|
}
|
|
462
471
|
|
|
463
472
|
/* --- Example blocks --- */
|
|
@@ -466,25 +475,31 @@
|
|
|
466
475
|
background-color: var(--surface-raise);
|
|
467
476
|
border-radius: var(--radius-md);
|
|
468
477
|
padding: 1.25rem 1.5rem;
|
|
469
|
-
}
|
|
470
478
|
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
479
|
+
p {
|
|
480
|
+
@apply text-sans-md;
|
|
481
|
+
margin-bottom: 0.5rem;
|
|
482
|
+
}
|
|
475
483
|
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
484
|
+
.content,
|
|
485
|
+
.paragraph:last-of-type p {
|
|
486
|
+
margin: 0;
|
|
487
|
+
}
|
|
480
488
|
|
|
481
|
-
|
|
482
|
-
|
|
489
|
+
> .content {
|
|
490
|
+
margin: 1rem 0;
|
|
491
|
+
}
|
|
483
492
|
}
|
|
484
493
|
|
|
485
494
|
/* --- Images --- */
|
|
486
495
|
img {
|
|
487
496
|
background-color: var(--surface-raise);
|
|
497
|
+
|
|
498
|
+
&.wide {
|
|
499
|
+
max-width: none;
|
|
500
|
+
width: calc(100% / 8 * 10);
|
|
501
|
+
margin-left: calc(100% / 8 * -1);
|
|
502
|
+
}
|
|
488
503
|
}
|
|
489
504
|
|
|
490
505
|
span img {
|
|
@@ -492,29 +507,25 @@
|
|
|
492
507
|
background-color: transparent;
|
|
493
508
|
}
|
|
494
509
|
|
|
495
|
-
.imageblock
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
.imageblock .title {
|
|
506
|
-
@apply text-mono-xs;
|
|
507
|
-
margin-top: 0.75rem;
|
|
508
|
-
max-width: 100%;
|
|
509
|
-
text-align: center;
|
|
510
|
-
color: var(--content-secondary);
|
|
511
|
-
font-style: normal;
|
|
512
|
-
}
|
|
510
|
+
.imageblock {
|
|
511
|
+
img {
|
|
512
|
+
margin: 0 auto;
|
|
513
|
+
width: 100%;
|
|
514
|
+
height: auto;
|
|
515
|
+
max-height: max(500px, 75vh);
|
|
516
|
+
object-fit: contain;
|
|
517
|
+
border: 1px solid var(--stroke-tertiary);
|
|
518
|
+
border-radius: var(--radius-md);
|
|
519
|
+
}
|
|
513
520
|
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
521
|
+
.title {
|
|
522
|
+
@apply text-mono-xs;
|
|
523
|
+
margin-top: 0.75rem;
|
|
524
|
+
max-width: 100%;
|
|
525
|
+
text-align: center;
|
|
526
|
+
color: var(--content-secondary);
|
|
527
|
+
font-style: normal;
|
|
528
|
+
}
|
|
518
529
|
}
|
|
519
530
|
|
|
520
531
|
/* --- Block-level vertical rhythm --- */
|
|
@@ -536,20 +547,20 @@
|
|
|
536
547
|
.table-wrapper {
|
|
537
548
|
position: relative;
|
|
538
549
|
overflow-x: auto;
|
|
539
|
-
}
|
|
540
550
|
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
}
|
|
551
|
+
caption {
|
|
552
|
+
position: sticky;
|
|
553
|
+
left: 0;
|
|
554
|
+
text-align: left;
|
|
546
555
|
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
556
|
+
> a {
|
|
557
|
+
text-decoration: none;
|
|
558
|
+
}
|
|
550
559
|
|
|
551
|
-
|
|
552
|
-
|
|
560
|
+
a:hover::after {
|
|
561
|
+
vertical-align: -2px;
|
|
562
|
+
}
|
|
563
|
+
}
|
|
553
564
|
}
|
|
554
565
|
|
|
555
566
|
table {
|
|
@@ -560,20 +571,36 @@
|
|
|
560
571
|
border: 1px solid var(--stroke-secondary);
|
|
561
572
|
border-radius: var(--radius-md);
|
|
562
573
|
padding: 0;
|
|
563
|
-
}
|
|
564
574
|
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
575
|
+
p {
|
|
576
|
+
@apply text-sans-md;
|
|
577
|
+
margin: 0;
|
|
578
|
+
padding: 0;
|
|
579
|
+
}
|
|
570
580
|
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
581
|
+
td,
|
|
582
|
+
th {
|
|
583
|
+
padding: 0.5rem;
|
|
584
|
+
vertical-align: top;
|
|
585
|
+
border-right: 1px solid var(--stroke-secondary);
|
|
586
|
+
border-bottom: 1px solid var(--stroke-secondary);
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
th {
|
|
590
|
+
@apply text-mono-xs;
|
|
591
|
+
text-align: left;
|
|
592
|
+
color: var(--content-secondary);
|
|
593
|
+
background-color: var(--surface-raise);
|
|
594
|
+
|
|
595
|
+
p {
|
|
596
|
+
@apply text-mono-xs;
|
|
597
|
+
}
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
pre {
|
|
601
|
+
border: 0;
|
|
602
|
+
padding: 0;
|
|
603
|
+
}
|
|
577
604
|
}
|
|
578
605
|
|
|
579
606
|
table tr th:last-child,
|
|
@@ -587,63 +614,57 @@
|
|
|
587
614
|
border-bottom: 0;
|
|
588
615
|
}
|
|
589
616
|
|
|
590
|
-
table
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
background-color: var(--surface-raise);
|
|
595
|
-
}
|
|
596
|
-
|
|
597
|
-
table th p {
|
|
598
|
-
@apply text-mono-xs;
|
|
599
|
-
}
|
|
600
|
-
|
|
601
|
-
table pre {
|
|
602
|
-
border: 0;
|
|
603
|
-
padding: 0;
|
|
604
|
-
}
|
|
605
|
-
|
|
606
|
-
table.tableblock table.tableblock {
|
|
607
|
-
margin: 0.5rem 0;
|
|
608
|
-
}
|
|
617
|
+
table.tableblock {
|
|
618
|
+
table.tableblock {
|
|
619
|
+
margin: 0.5rem 0;
|
|
620
|
+
}
|
|
609
621
|
|
|
610
|
-
|
|
611
|
-
|
|
622
|
+
.imageblock {
|
|
623
|
+
margin: 0;
|
|
624
|
+
}
|
|
612
625
|
}
|
|
613
626
|
|
|
614
627
|
/* --- Callout list --- */
|
|
615
628
|
.colist table {
|
|
616
629
|
margin: 1.5rem 0;
|
|
617
|
-
}
|
|
618
630
|
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
631
|
+
td {
|
|
632
|
+
@apply text-sans-md;
|
|
633
|
+
}
|
|
622
634
|
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
635
|
+
tr td:first-of-type {
|
|
636
|
+
width: 1%;
|
|
637
|
+
white-space: nowrap;
|
|
638
|
+
color: var(--content-tertiary);
|
|
639
|
+
}
|
|
628
640
|
|
|
629
|
-
|
|
630
|
-
|
|
641
|
+
tr td:last-of-type {
|
|
642
|
+
border-right: none;
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
tr:last-of-type td {
|
|
646
|
+
border-bottom: none;
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
b {
|
|
650
|
+
@apply text-mono-sm;
|
|
651
|
+
}
|
|
631
652
|
}
|
|
632
653
|
|
|
633
654
|
/* --- Bibliography --- */
|
|
634
655
|
div.bibliography ~ h2 {
|
|
635
656
|
margin-top: 3rem;
|
|
636
|
-
}
|
|
637
657
|
|
|
638
|
-
|
|
639
|
-
div.bibliography ~ h2 {
|
|
658
|
+
@media (min-width: 800px) {
|
|
640
659
|
margin-top: 4rem;
|
|
641
660
|
}
|
|
642
661
|
}
|
|
643
662
|
|
|
644
|
-
.bibliography
|
|
645
|
-
|
|
646
|
-
|
|
663
|
+
.bibliography {
|
|
664
|
+
ul > li + li,
|
|
665
|
+
ol > li + li {
|
|
666
|
+
margin-top: 0.5rem;
|
|
667
|
+
}
|
|
647
668
|
}
|
|
648
669
|
|
|
649
670
|
/* --- Misc --- */
|
|
@@ -674,11 +695,11 @@
|
|
|
674
695
|
sup.footnote {
|
|
675
696
|
@apply text-mono-xs;
|
|
676
697
|
color: var(--content-secondary);
|
|
677
|
-
}
|
|
678
698
|
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
699
|
+
a {
|
|
700
|
+
padding-top: calc(var(--header-height) + 20px);
|
|
701
|
+
margin-top: calc(var(--header-height) * -1 - 20px);
|
|
702
|
+
}
|
|
682
703
|
}
|
|
683
704
|
|
|
684
705
|
/* --- Titles --- */
|
|
@@ -716,20 +737,57 @@
|
|
|
716
737
|
.valign-bottom {
|
|
717
738
|
vertical-align: bottom;
|
|
718
739
|
}
|
|
740
|
+
|
|
741
|
+
/* --- Collapsible blocks --- */
|
|
742
|
+
details {
|
|
743
|
+
border: 1px solid var(--stroke-default);
|
|
744
|
+
border-radius: var(--radius-md);
|
|
745
|
+
|
|
746
|
+
summary:first-of-type {
|
|
747
|
+
padding: 0.75rem 1rem;
|
|
748
|
+
margin-bottom: 0;
|
|
749
|
+
max-width: initial;
|
|
750
|
+
display: block;
|
|
751
|
+
user-select: none;
|
|
752
|
+
cursor: pointer;
|
|
753
|
+
|
|
754
|
+
&:hover {
|
|
755
|
+
background-color: var(--surface-hover);
|
|
756
|
+
}
|
|
757
|
+
|
|
758
|
+
&::before {
|
|
759
|
+
content: '▸';
|
|
760
|
+
color: var(--content-tertiary);
|
|
761
|
+
font-size: 1.25rem;
|
|
762
|
+
margin-right: 0.5rem;
|
|
763
|
+
}
|
|
764
|
+
}
|
|
765
|
+
|
|
766
|
+
&[open] summary:first-of-type::before {
|
|
767
|
+
content: '▾';
|
|
768
|
+
}
|
|
769
|
+
|
|
770
|
+
.content {
|
|
771
|
+
padding: 0.75rem 1rem 0 1rem;
|
|
772
|
+
border-top: 1px solid var(--stroke-default);
|
|
773
|
+
}
|
|
774
|
+
}
|
|
719
775
|
}
|
|
720
776
|
|
|
721
|
-
/* Footnotes and TOC share the inline-code / accent-link treatments
|
|
722
|
-
|
|
777
|
+
/* Footnotes and TOC share the inline-code / accent-link treatments. The
|
|
778
|
+
`.footnotes` class lets the same treatment be reused outside the footnotes
|
|
779
|
+
section (e.g. a footnote hover card) without relying on the `#footnotes` id. */
|
|
780
|
+
:is(#footnotes, .footnotes) p a {
|
|
723
781
|
color: var(--content-accent-secondary);
|
|
724
782
|
text-decoration: underline;
|
|
725
783
|
text-decoration-color: color-mix(in srgb, currentColor 50%, transparent);
|
|
726
|
-
}
|
|
727
784
|
|
|
728
|
-
|
|
729
|
-
|
|
785
|
+
&:hover {
|
|
786
|
+
color: var(--content-accent);
|
|
787
|
+
}
|
|
730
788
|
}
|
|
731
789
|
|
|
732
|
-
#footnotes p code,
|
|
790
|
+
:is(#footnotes, .footnotes) p code,
|
|
733
791
|
.toc code {
|
|
734
792
|
font-size: 0.825em;
|
|
735
793
|
letter-spacing: 0;
|
|
@@ -745,14 +803,14 @@
|
|
|
745
803
|
@media screen and (min-width: 720px) {
|
|
746
804
|
.animated-accordion {
|
|
747
805
|
overflow: hidden;
|
|
748
|
-
}
|
|
749
806
|
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
807
|
+
&[data-state='open'].hydrated {
|
|
808
|
+
animation: accordionSlideDown 300ms cubic-bezier(0.87, 0, 0.13, 1);
|
|
809
|
+
}
|
|
753
810
|
|
|
754
|
-
|
|
755
|
-
|
|
811
|
+
&[data-state='closed'].hydrated {
|
|
812
|
+
animation: accordionSlideUp 300ms cubic-bezier(0.87, 0, 0.13, 1);
|
|
813
|
+
}
|
|
756
814
|
}
|
|
757
815
|
}
|
|
758
816
|
|
|
@@ -790,12 +848,12 @@
|
|
|
790
848
|
a {
|
|
791
849
|
color: inherit !important;
|
|
792
850
|
text-decoration: underline;
|
|
793
|
-
}
|
|
794
851
|
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
852
|
+
&.bare,
|
|
853
|
+
&[href^='#'],
|
|
854
|
+
&[href^='mailto:'] {
|
|
855
|
+
text-decoration: none;
|
|
856
|
+
}
|
|
799
857
|
}
|
|
800
858
|
|
|
801
859
|
tr,
|
|
@@ -850,10 +908,10 @@
|
|
|
850
908
|
|
|
851
909
|
p {
|
|
852
910
|
color: black !important;
|
|
853
|
-
}
|
|
854
911
|
|
|
855
|
-
|
|
856
|
-
|
|
912
|
+
a {
|
|
913
|
+
text-decoration-color: black !important;
|
|
914
|
+
}
|
|
857
915
|
}
|
|
858
916
|
|
|
859
917
|
.imageblock img {
|