From 7090a54beef98ac34b42301ac95e96dd930081b8 Mon Sep 17 00:00:00 2001 From: Patrick Goltzsch Date: Wed, 4 Mar 2020 17:30:28 +0100 Subject: initial commit --- OEBPS/Styles/style.css | 118 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 OEBPS/Styles/style.css (limited to 'OEBPS/Styles/style.css') diff --git a/OEBPS/Styles/style.css b/OEBPS/Styles/style.css new file mode 100644 index 0000000..24d6aa2 --- /dev/null +++ b/OEBPS/Styles/style.css @@ -0,0 +1,118 @@ +body { + padding: 1em; + line-height: 1.3em; +} + +h1 { + font-size: 1.7em; + line-height: 2em; +} + +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; +} + +h2.section { + text-align: center; +} + +.section { + padding-top: 1em; +} + +.sub { + text-indent: 2em; +} + +.center { + text-align: center; +} + +.rightofcenter { + margin-left: 50%; +} + +.lower { + padding-top: 10%; +} + +p { + margin: 1em 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; +} + +.bookdedication { + font-size: 1.3em; +} + +.footnote { + font-size: 0.8em; +} + +.smallcaps { + font-variant: small-caps; +} + +.spaced { + letter-spacing: 0.125em; +} + +.inhalt-entry, +.index-entry { + line-height: 1.6em; +} + +a { + text-decoration: underline; +} + +.right { + text-align: right; +} + +.bold { + font-weight: bold; +} + +.italic { + font-style: italic; +} -- cgit v1.2.3