diff options
author | Patrick Goltzsch <pg (at) in-transit.cc> | 2020-03-04 16:53:51 +0100 |
---|---|---|
committer | Patrick Goltzsch <pg (at) in-transit.cc> | 2020-03-04 16:53:51 +0100 |
commit | 4231a8f24da76d954d951e77a941b432399c2751 (patch) | |
tree | 623dd3478e31a1ecf03f39c8b98699d3c57d6ab7 /OEBPS/Styles/style.css | |
download | johann-gottfried-seume-spaziergang-nach-syrakus-4231a8f24da76d954d951e77a941b432399c2751.tar.gz johann-gottfried-seume-spaziergang-nach-syrakus-4231a8f24da76d954d951e77a941b432399c2751.tar.bz2 johann-gottfried-seume-spaziergang-nach-syrakus-4231a8f24da76d954d951e77a941b432399c2751.zip |
initial commit
Diffstat (limited to 'OEBPS/Styles/style.css')
-rw-r--r-- | OEBPS/Styles/style.css | 175 |
1 files changed, 175 insertions, 0 deletions
diff --git a/OEBPS/Styles/style.css b/OEBPS/Styles/style.css new file mode 100644 index 0000000..f6bc348 --- /dev/null +++ b/OEBPS/Styles/style.css @@ -0,0 +1,175 @@ +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; +} + +h2.section +{ + width: 12em; + margin-left: auto; + margin-right: auto; + margin-top: 10%; + text-align: center; +} + +.section +{ + padding-top: 3em; +} + +.chapter +{ + padding: 2em 0; +} + +.sub +{ + text-indent: 2em; +} + +.center +{ + text-align: center; +} + +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; +} + +.anrede, .abspann +{ + text-indent: 4em; +} + +.dedication, +.source +{ + font-size: 0.9em; + font-style: italic; +} + +.sign +{ + float: right; + font-size: 120%; +} + +.dateline +{ + padding-right: 2em; + text-align: right; +} + +.footnote +{ + font-size: 90%; + padding-top: 2em; +} + +.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; +} + +.poem .indent +{ + padding-left: 1em; +} + +.titlepage +{ + text-align: center; + margin-left: auto; + margin-right: auto; + height: 80%; +} + +.hr5 +{ + width: 5em; +} |