aboutsummaryrefslogtreecommitdiff
path: root/OEBPS/Styles/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'OEBPS/Styles/style.css')
-rw-r--r--OEBPS/Styles/style.css65
1 files changed, 65 insertions, 0 deletions
diff --git a/OEBPS/Styles/style.css b/OEBPS/Styles/style.css
new file mode 100644
index 0000000..91997eb
--- /dev/null
+++ b/OEBPS/Styles/style.css
@@ -0,0 +1,65 @@
+body
+{
+ padding: 1em;
+}
+
+h1.toc_id_1,
+h1.toc_id_2
+{
+ font-size: 2em;
+}
+
+h1
+{
+ font-size: 1.7em;
+}
+
+h2
+{
+ font-size: 1.3em;
+}
+
+p
+{
+ margin: 0.5em 0em;
+ widows: 2;
+ orphans: 2;
+}
+
+#note
+{
+ font-size: 0.8em;
+ margin-top: 2em;
+ font-style: italic;
+}
+
+#widmung
+{
+ font-size: 0.9em;
+ font-style: italic;
+}
+
+div.toc-title
+{
+ font-size: 2em;
+ font-face: bold;
+ margin-bottom: 1em;
+ text-align: center;
+}
+
+div.toc-level-1
+{
+ margin-bottom: 0.5em;
+ margin-top: 0.5em
+}
+
+div.toc-level-2 { margin-left: 2em; }
+div.toc-level-3 { margin-left: 2em; }
+div.toc-level-4 { margin-left: 2em; }
+div.toc-level-5 { margin-left: 2em; }
+div.toc-level-6 { margin-left: 2em; }
+
+.anhang
+{
+ padding-top: 1em;
+}