summaryrefslogtreecommitdiff
path: root/epub.css
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2019-05-04 14:32:25 -0500
committerluxagraf <sng@luxagraf.net>2019-05-04 14:32:25 -0500
commitf55b83f67737a8974e6d357b481f71c44b79cfe4 (patch)
tree1d19c23d76e48860cfcc2377f777a2d867d2bbe0 /epub.css
parent19beefd6c56b2c6c7da4ccd4d293c574ca8b2821 (diff)
added latest changes
Diffstat (limited to 'epub.css')
-rw-r--r--epub.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/epub.css b/epub.css
new file mode 100644
index 0000000..34ec1af
--- /dev/null
+++ b/epub.css
@@ -0,0 +1,23 @@
+/* This defines styles and classes used in the book */
+body { margin: 5%; text-align: justify; font-size: medium; }
+code { font-family: monospace; }
+h1 { text-align: left; }
+h2 { text-align: left; }
+h3 { text-align: left; }
+h4 { text-align: left; }
+h5 { text-align: left; }
+h6 { text-align: left; }
+h1.title { }
+h2.author { }
+h3.date { }
+nav#toc ol,
+nav#landmarks ol { padding: 0; margin-left: 1em; }
+nav#toc ol li,
+nav#landmarks ol li { list-style-type: none; margin: 0; padding: 0; }
+p {
+ margin: 0;
+ text-indent: 1.2em;
+}
+a.footnote-ref { vertical-align: super; }
+em, em em em, em em em em em { font-style: italic;}
+em em, em em em em { font-style: normal; }