From 01bbc5f90e683a03ec16179d95879a8baeb8c167 Mon Sep 17 00:00:00 2001
From: Patrick Goltzsch <pg (at) in-transit.cc>
Date: Wed, 4 Mar 2020 16:26:18 +0100
Subject: initial commit

---
 OEBPS/Styles/style.css | 211 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 211 insertions(+)
 create mode 100644 OEBPS/Styles/style.css

(limited to 'OEBPS/Styles')

diff --git a/OEBPS/Styles/style.css b/OEBPS/Styles/style.css
new file mode 100644
index 0000000..3697239
--- /dev/null
+++ b/OEBPS/Styles/style.css
@@ -0,0 +1,211 @@
+body
+{
+  padding: 1em;
+  line-height: 1.3em;
+  text-align: justify;
+}
+
+h1
+{
+  font-size: 1.7em;
+}
+
+h2
+{
+  font-size: 1.5em;
+}
+
+h3
+{
+  font-size: 1.3em;
+} 
+
+h4
+{
+  font-size: 1.1em;
+} 
+
+h5
+{
+  font-size: 1.1em;
+} 
+
+.subtitle,
+.subheading
+{
+  font-size: 0.9em;
+}
+
+.section
+{
+  padding-top: 3em;
+}
+
+.sub
+{
+  text-indent: 2em;
+}
+
+.center
+{
+  text-align: center;
+}
+
+.alignright
+{
+  text-align: right;
+}
+
+.floatright
+{
+  float: right;
+}
+
+.floatleft
+{
+  float: left;
+}
+
+p
+{
+  margin: 0em;
+  widows: 2 !important;
+  orphans: 2 !important;
+}
+
+.indent
+{
+  padding-left: 2em;
+}
+
+
+.initial
+{
+  font-size: 150%;
+  font-weight: bold;
+  display: inline;
+} 
+
+.sansserif
+{
+  font-family: sans-serif;
+}
+
+.dedication,
+.source
+{
+  font-size: 0.9em;
+  font-style: italic;
+}
+
+.zitat
+{
+  text-align: right;
+  font-size: 0.9em;
+  font-style: italic;
+}
+
+.footnote
+{
+  font-size: 0.8em;
+}
+
+.spaced
+{
+  letter-spacing: 0.125em;
+}
+
+.bold
+{
+    font-weight: bold;
+}
+
+.inhalt-entry,
+.index-entry
+{
+  line-height: 1.6em;
+}
+
+a
+{
+  text-decoration: underline;
+}
+
+.footer
+{
+  right: 1em;
+  text-align: right;
+}
+
+#anzeige
+{
+    max-width: 32em; 
+    border: solid 3px #000;
+    padding: 0 1em 0 1em;
+    font-family: sans-serif;
+}
+
+#anzeige .head
+{
+    font-size: 300%;
+    line-height: 110%
+}
+
+#anzeige p
+{
+    margin-bottom: 1em;
+    font-size: 90%;
+    line-height: 120%;
+    width: 100%;
+    text-align: justify;
+}
+
+#anzeige .subhead
+{
+    font-size: 100%;
+    line-height: 100%;
+}
+
+#anzeige .schluss
+{
+    font-size: 100%;
+    line-height: 100%;
+    text-align: center;
+}
+
+#anhang
+{
+    font-family: sans-serif;
+    line-height: 1.5em;
+}
+
+#halbseite
+{
+    width: 50%;
+    float: right;
+}
+
+#halbseite p
+{
+    text-align: center;
+}
+
+#titel
+{
+    padding-top: 15%;
+    text-align: center;
+    line-height: 250%;
+}
+
+#vignette
+{
+    text-align: center;
+    line-height: 250%;
+}
+
+.anhangtitel
+{
+    margin-top: 15%;
+    text-align: center;
+    line-height: 250%;
+}
-- 
cgit v1.2.3