/**/ body { margin-left: 10%; margin-right: 10% } h1, h2 { text-align: center; /* all headings centered */ clear: both } .chapter { margin-top: 3em } p { margin-top: 0.51em; text-align: justify; margin-bottom: 0.49em } p.quotsig { /* author signature at end of letter */ margin-left: 35%; text-indent: -4em; /* gimmick to move 2nd line right */ } hr { width: 33%; margin-top: 2em; margin-bottom: 2em; margin-left: 33.5%; margin-right: 33.5%; clear: both } hr.tb { width: 45%; margin-left: 27.5%; margin-right: 27.5% } hr.chap { width: 65%; margin-left: 17.5%; margin-right: 17.5% } hr.full { width: 95%; margin-left: 2.5%; margin-right: 2.5% } ul { list-style-type: none; margin: 0; margin-left: 10%; padding: 0 } .pagenum { /* uncomment the next line for invisible page numbers */ /* visibility: hidden; */ font-size: smaller; text-align: right; background-color: #E8E8E8 } /* page numbers */ .blockquot { margin-left: 10%; margin-right: 10% } .center { text-align: center } .right { text-align: right } .smcap { font-variant: small-caps } .mt2 { margin-top: 2em } .mt4 { margin-top: 4em } .mb2 { margin-bottom: 2em } .titlepage { page-break-before: always } .big { font-size: 1.2em; font-weight: bold } .bigger { font-size: 1.8em; font-weight: bold } .block { text-align: center } .block-contents { display: inline-block; text-align: left } /* Images */ .figcenter { margin: auto; text-align: center } /* Poetry */ .poetry-container { text-align: center; margin: -1em 0 } .poetry { display: inline-block; text-align: left } .poetry .stanza { margin: 1em 0 1em 0 } .poetry .verse { text-indent: -3em; padding-left: 3em } .poetry .indent2 { text-indent: -2em } .poetry .indent4 { text-indent: 0 } .poetry .indent6 { text-indent: 2em } .poetry .indent7 { text-indent: 3em } .poetry .indent8 { text-indent: 4em } .poetry .indent10 { text-indent: 6em } .poetry .indent11 { text-indent: 7em } .poetry .indent12 { text-indent: 8em } .poetry .indent14 { text-indent: 10em } .poetry .indent15 { text-indent: 11em } .poetry .indent16 { text-indent: 12em } .poetry .indent18 { text-indent: 14em } .poetry .indent20 { text-indent: 16em } /* Transcriber's notes */ .transnote { background-color: #E6E6FA; color: black; font-size: smaller; padding: 0.5em; margin-bottom: 5em; font-family: sans-serif, serif } @media all { /* was @media handheld */ body { margin: 0; padding: 0; width: 95% } .block-contents { display: block; margin-left: 1.5em } .poetry { display: block; margin-left: 1.5em } .chapter { page-break-before: always } h2.no-break { page-break-before: avoid; padding-top: 0 } } /**/