From 5c1297cc5a7d2ec104bf3b6abef96e862d585bcd Mon Sep 17 00:00:00 2001 From: Juraj Oravec Date: Wed, 3 Jan 2018 16:32:25 +0100 Subject: [PATCH] Include default style Signed-off-by: Juraj Oravec --- template/style.css | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 template/style.css diff --git a/template/style.css b/template/style.css new file mode 100644 index 0000000..1312c91 --- /dev/null +++ b/template/style.css @@ -0,0 +1,27 @@ +@namespace epub "http://www.idpf.org/2007/ops"; + +h1 { + text-align: center; +} + +h2 { + text-align: left; + text-transform: uppercase; + font-weight: 200; +} + +ol { + margin: 0; +} + +ol > li { + margin-top: 0.3em; +} + +ol > li > span { + font-weight: bold; +} + +ol > li > ol { + margin-left: 0.5em; +} \ No newline at end of file