diff options
author | Patrick Goltzsch <pg (at) in-transit.cc> | 2020-03-04 16:38:55 +0100 |
---|---|---|
committer | Patrick Goltzsch <pg (at) in-transit.cc> | 2020-03-04 16:38:55 +0100 |
commit | a9e3fd1acd0e97ef96ede673a114eabb9e2704d6 (patch) | |
tree | e651c65ee0177254ce266f7023af51b2e988cebf /OEBPS/Styles/style.css | |
download | else-lasker-schueler-briefe-nach-norwegen-a9e3fd1acd0e97ef96ede673a114eabb9e2704d6.tar.gz else-lasker-schueler-briefe-nach-norwegen-a9e3fd1acd0e97ef96ede673a114eabb9e2704d6.tar.bz2 else-lasker-schueler-briefe-nach-norwegen-a9e3fd1acd0e97ef96ede673a114eabb9e2704d6.zip |
initial commit
Diffstat (limited to 'OEBPS/Styles/style.css')
-rw-r--r-- | OEBPS/Styles/style.css | 131 |
1 files changed, 131 insertions, 0 deletions
diff --git a/OEBPS/Styles/style.css b/OEBPS/Styles/style.css new file mode 100644 index 0000000..5ffb0d7 --- /dev/null +++ b/OEBPS/Styles/style.css @@ -0,0 +1,131 @@ +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; +} + +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; */ + font-style: italic; +} + +.inhalt-entry, +.index-entry +{ + line-height: 1.6em; +} + +a +{ + text-decoration: underline; +} + +.footer +{ + position: absolute; + bottom: 1em; + right: 1em; + text-align: right; +} + +img +{ + margin: 0.5em; +} |