︙ | | |
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
|
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
|
+
+
+
+
-
+
+
|
article>h1 {
font-size: ◊x-lineheight[1];
line-height: ◊x-lineheight[1];
margin: 0 0 ◊x-lineheight[1] 0;
font-style: italic;
font-weight: bold;
}
article.no-title>h1 {
font-weight: normal;
font-weight: normal
}
/* Titles non-bold, non-smallcaps by default. This can be overridden in document markup. */
h1.entry-title {
margin: 0 0 0 0;
text-transform: none;
font-style: normal;
line-height: 1.7rem;
}
h1.entry-title.note-full {
font-weight: normal;
font-feature-settings: "smcp" on, "liga" on, "clig" on, "dlig" on, "kern" on, "onum" on, "pnum" on;
}
/* This <SPAN> class is used in titles for Notes appended to earlier articles */
h1.entry-title .cross-reference {
|
︙ | | |
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
|
413
414
415
416
417
418
419
420
421
422
423
424
|
-
-
-
-
-
+
|
section.entry-content blockquote:first-child {
margin-top: 0;
}
section.entry-content blockquote footer::before {
content: '—'; /* Em-dash */
}
section.entry-content blockquote footer {
margin-top: ◊x-lineheight[1];
margin-top: ◊x-lineheight[0.5];
text-align: right;
width: calc(100% + 2em);
}
section.entry-content h2 {
|
︙ | | |
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
|
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
|
+
+
-
-
+
+
+
+
+
+
+
|
}
code {
font-size: 0.75rem;
font-family: ◊mono-font;
background: #ddd;
border-radius: 0.2em;
}
pre {
line-height: ◊derive-lineheight[7 #:per-lines 6];
max-width: 100%;
overflow-x: auto;
tab-size: 4;
}
pre code {
border: 0;
background: none;
font-style: italic;
font-size: 0.75rem;
font-size: 0.6rem;
}
pre.code {
border: dotted #aaa 2px;
padding-left: 0.2em;
line-height: 0.7rem;
}
samp {
font-family: ◊mono-font;
font-size: 0.7rem;
}
pre.verse {
font-family: ◊body-font;
font-size: 1rem;
|
︙ | | |
493
494
495
496
497
498
499
500
501
502
|
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
|
+
+
+
+
+
+
|
p.verse-heading {
font-feature-settings: "smcp" on, "liga" on, "clig" on, "dlig" on, "kern" on, "onum" on, "pnum" on;
text-align: center;
font-size: 1.3rem;
}
div.attrib {
text-align: right;
font-size: .8rem;
margin-top: -◊x-lineheight[0.5];
}
section.entry-content figure {
margin: ◊x-lineheight[1] 0;
padding: 0;
}
|
︙ | | |