diff options
| author | Charlotte Koch <dressupgeekout@gmail.com> | 2023-03-12 18:20:28 -0700 |
|---|---|---|
| committer | Charlotte Koch <dressupgeekout@gmail.com> | 2023-03-12 18:20:28 -0700 |
| commit | f8d5f27e30a301ca376485c154ea8533f729f3ea (patch) | |
| tree | b646c2682a54fa18d23281484b8ed6cabe279b0e | |
| parent | 5251b6ce56ed087bf9b9e6f6466270142135801b (diff) | |
"Boring" theme tweaks
| -rw-r--r-- | themes/boring-theme.yml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/themes/boring-theme.yml b/themes/boring-theme.yml index bd93838..c71f0e0 100644 --- a/themes/boring-theme.yml +++ b/themes/boring-theme.yml @@ -3,7 +3,8 @@ # "Boring" Asciidoctor PDF theme # # - US Letter paper -# - Based on the "Standard Manuscript Format" +# - Based on the "Standard Manuscript Format" (Modern) +# - https://www.shunn.net/format/story/1/ # --- @@ -26,12 +27,13 @@ title-page: text-align: center title: font-family: Times-Roman - font-size: 34pt + font-size: 12pt authors: - font-size: 16pt + font-size: 12pt prose: - text-indent-inner: 24pt + text-indent: 24pt + text-align: left margin-bottom: 0 margin-inner: 0 @@ -56,8 +58,8 @@ header: height: 1.0in line-height: 1.0 verso: - center: + right: content: '{page-number}' recto: - center: + right: content: '{page-number}' |
