diff options
Diffstat (limited to 'OEBPS/Styles')
| -rw-r--r-- | OEBPS/Styles/style.css | 161 | 
1 files changed, 161 insertions, 0 deletions
diff --git a/OEBPS/Styles/style.css b/OEBPS/Styles/style.css new file mode 100644 index 0000000..6a76ed9 --- /dev/null +++ b/OEBPS/Styles/style.css @@ -0,0 +1,161 @@ +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; +} + +h2.section +{ +    width: 12em; +    margin-left: auto; +    margin-right: auto; +    margin-top: 10%; +    text-align: center; +} + +.section +{ +    padding-top: 3em; +} + +.sub +{ +    text-indent: 2em; +} + +.center +{ +    text-align: center; +} + +p +{ +    margin: 1em 0em; +    widows: 2 !important; +    orphans: 2 !important; +} + +.poem p +{ +    margin-left: 1.5em; +} + +.vers +{ +    /* text-indent: -1.5em; */  +    margin-left: -1.5em; +} + +.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; */ +} + +.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; +} + +/* titel */ + +.titlepage, .titelei { +  max-height: 700px; +  max-width: 536px; +} +.titelei { +    padding-top: 10em; +    letter-spacing: 0.1em; +} +.h1c {  +  font-size: 1.7em;  +  line-height: 1.8em;  +  text-align: center;  +  padding: 0.5em 0; +} +.h2c {  +  font-size: 1.5em;  +  line-height: 1.8em;  +  text-align: center;  +} +.h3c {  +  font-size: 1.3em;  +  line-height: 1.8em;  +  text-align: center;  +}  | 
