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