/**/ /* leave room for page numbers; set font-family to differ from span.antiqua */ /* body { margin-left: 9%; margin-right: 9%; font-family: serif; } */ /* changed by PPV to enable user choice */ body { margin-left: 9%; margin-right: 9% } h1 { text-align: center; padding-top: 10ex; padding-bottom: 10ex; letter-spacing: 0.17ex } h1 + p { text-indent: 0 } h1 + p:first-letter { font-size: 200% } hr { width: 25%; height: 0; margin-top: 3ex; margin-bottom: 3ex } hr.front { width: 100%; height: 0; clear: both } p { text-align: justify; text-indent: 2em; margin: 0; line-height: 1.2em } p.noindent { text-align: justify; text-indent: 0; margin: 0 } /* used in front matter */ p.front { text-align: center; text-indent: 0; margin: 5ex } span.sp { letter-spacing: 0.25ex } span.sp2 { letter-spacing: 1ex } span.big1 { font-size: 122%; font-weight: bold } span.big2 { font-size: 150%; font-weight: bold } span.big3 { font-size: 183%; font-weight: bold } /* a poem etc. */ div.poem { margin-left: 2em; margin-right: 2em; margin-bottom: 1em; margin-top: 1em; text-align: left } div.poem p { text-align: left; margin: 0; padding-left: 3em; text-indent: -3em } /* non-fraktur */ span.antiqua { font-family: sans-serif; font-size: 95% } /* suggested alternatives: /* span.antiqua { font-style: italic; } */ /* span.antiqua { font-size: 85%; } */ /* Page numbers, placed into the left margin */ /* second line added/modified by PPV */ .pgnum { font-size: 85%; color: #999; background-color: inherit; text-indent: 0; font-style: normal; font-weight: normal; text-align: left; text-transform: none; letter-spacing: 0; visibility: visible } .pgnum:before { content: attr(title) } /* italics markup is originally spaced-out. This will render it accordingly. Initial space has been included in <i> tag for proper spacing. When using 'normal' italic style, you should replace "<i> " with " <i>" everywhere. */ i { letter-spacing: 0.66ex; font-style: normal } /* transcriber's note on errors added by PPV */ div.transnote { margin: 1em 5em 1em 5em; padding: 0.5em; border: thin solid; font-family: monospace; background-color: #DDD; color: inherit } /**/