/**/ body { margin-left: 10%; margin-right: 10% } h1, h2 { text-align: center; clear: both } h1 { margin-top: 10%; margin-bottom: 5%; line-height: 200% } h2 { margin-top: 5%; margin-bottom: 2% } p { margin-top: 0.5em; text-align: justify; margin-bottom: 0.5em; text-indent: 1em } .chapter { clear: both; margin-top: 10% } hr { width: 30%; margin: 1% 35%; clear: both } hr.page { width: 65%; margin: 5% 17.5% } /* === fonts === */ .large { font-size: large } .small { font-size: small } .xsmall { font-size: x-small } .smcap { font-variant: small-caps } .smcap { font-variant: small-caps } .gespertt { letter-spacing: 0.1em } /* === Alignment === */ .mt6 { margin-top: 6% } .mt10 { margin-top: 10% } .ml6 { margin-left: 6% } .lh2 { line-height: 2em } .center { text-align: center } .rightinset { text-align: right; margin-right: 2% } /* === Page #s === */ .pagenum { /* uncomment the next line for invisible page numbers */ /* visibility: hidden; */ font-size: x-small; background-color: inherit; color: silver; text-indent: 0; text-align: right; border: thin solid silver; padding: 0.1em 0.2em; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none } /* === Images === */ .figcenter { margin: 3% auto 2% auto; text-align: center; page-break-inside: avoid } .caption { margin-top: 1%; font-size: small; font-weight: bold } img { max-width: 100%; height: auto } @media all { /* was @media handheld */ body { margin: 0 } /* page break instead of rule for chapter heading */ hr.page { display: none } h1, h2 { page-break-before: always } .caption { font-size: x-small } } /* === Transcriber's notes === */ .transnote { background-color: #E6E6FA; color: black; font-size: smaller; padding: 0.5em; margin-bottom: 5em; font-family: sans-serif, serif } /**/