Part 2 done.

This commit is contained in:
2025-08-15 11:48:19 +02:00
parent c5d1961ac6
commit 024a3f4b9f
23 changed files with 860 additions and 60 deletions

View File

@@ -2,7 +2,7 @@ body { font-family: Georgia,"Times New Roman",Times; margin: 5%; text-align: jus
code { font-family: monospace; }
section h1 { text-align: left; font-size: 4.5em; font-weight: bold; margin-bottom: 0; padding-bottom: 0; font-style: italic; }
h1 + p { margin-top: 0; padding-top: 0; }
h2 { text-align: left; font-size: 1.5em; }
h2 { text-align: left; font-size: 1.5em; page-break-after: always; }
h3 { text-align: left; font-size: 1em; font-weight: bold; }
h4 { text-align: left; }
h5 { text-align: left; }
@@ -16,5 +16,5 @@ ol.toc li { list-style-type: none; margin: 0; padding: 0; }
hr { border: none; text-align: center; }
hr:after { content: '* * *'; }
#toc > ol > li > a { display: none; }
#the-night-alphabet blockquote { margin-top: 50%; font-style: italic; }
#the-night-alphabet h1 { text-align: center; font-size: 4em; page-break-after: always; }
blockquote { margin-top: 50%; font-style: italic; }
h1 { text-align: center; font-size: 4em; page-break-after: always; }