summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorCharlotte Koch <dressupgeekout@gmail.com>2023-02-27 22:26:55 -0800
committerCharlotte Koch <dressupgeekout@gmail.com>2023-02-27 22:26:55 -0800
commitee73c4b63c38226191da1605324d76b223cee3e2 (patch)
treefa81e8776e2b6ce2af87ba211502af9b2c85c4c2 /themes
parent6d7f1d86929a87b4217a8d771635e58c990f26af (diff)
Allow Colophon and Dedication page to have unique styles
The unique styling for the Colophon and Dedication pages (and probably some others in the future, too) is taken care of with the "imported PDF" feature of Asciidoctor-PDF.
Diffstat (limited to 'themes')
-rw-r--r--themes/poppy-colophon-theme.yml9
-rw-r--r--themes/poppy-dedication-theme.yml13
2 files changed, 22 insertions, 0 deletions
diff --git a/themes/poppy-colophon-theme.yml b/themes/poppy-colophon-theme.yml
new file mode 100644
index 0000000..6e42e4b
--- /dev/null
+++ b/themes/poppy-colophon-theme.yml
@@ -0,0 +1,9 @@
+---
+
+extends: poppy
+
+base:
+ line-height: 1.0
+
+prose:
+ text-indent-inner: 0
diff --git a/themes/poppy-dedication-theme.yml b/themes/poppy-dedication-theme.yml
new file mode 100644
index 0000000..351b9e1
--- /dev/null
+++ b/themes/poppy-dedication-theme.yml
@@ -0,0 +1,13 @@
+---
+
+extends: poppy
+
+page:
+ margin: [2.5in, ~, ~, ~]
+
+base:
+ line-height: 1.0
+ text-align: center
+
+prose:
+ text-indent-inner: 0