diff options
author | Patrick Goltzsch <pg (at) in-transit.cc> | 2020-03-04 15:34:57 +0100 |
---|---|---|
committer | Patrick Goltzsch <pg (at) in-transit.cc> | 2020-03-04 15:34:57 +0100 |
commit | fe59e9c21666528f38fcafdad68c4986d0f879f3 (patch) | |
tree | 48acab81e85af392fe7c5a8f4cf8d77c7bfb0592 /OEBPS/Styles | |
download | heinrich-heine-buch-der-lieder-fe59e9c21666528f38fcafdad68c4986d0f879f3.tar.gz heinrich-heine-buch-der-lieder-fe59e9c21666528f38fcafdad68c4986d0f879f3.tar.bz2 heinrich-heine-buch-der-lieder-fe59e9c21666528f38fcafdad68c4986d0f879f3.zip |
initial commit
Diffstat (limited to 'OEBPS/Styles')
-rw-r--r-- | OEBPS/Styles/style.css | 95 |
1 files changed, 95 insertions, 0 deletions
diff --git a/OEBPS/Styles/style.css b/OEBPS/Styles/style.css new file mode 100644 index 0000000..6c71408 --- /dev/null +++ b/OEBPS/Styles/style.css @@ -0,0 +1,95 @@ +body +{ + padding: 1em; + line-height: 1.3em; +} + +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; +} + +p +{ + margin: 1em 0em; + widows: 2 !important; + orphans: 2 !important; +} + +.initial +{ + font-size: 150%; + font-weight: bold; + display: inline; +} + +.sansserif +{ + font-family: sans-serif; +} + +.dedication +{ + font-size: 0.9em; + font-style: italic; + padding-top: 9em; + padding-bottom: 3em; + text-align: center; +} + +.spaced +{ + letter-spacing: 0.125em; +} + +.inhalt-entry, +.index-entry +{ + line-height: 1.6em; +} + +a +{ + text-decoration: underline; +} |