/**/ body { margin-left: 10%; margin-right: 10% } h1, h2 { text-align: center; /* all headings centered */ clear: both } p { margin-top: 0.51em; text-align: justify; margin-bottom: 0.49em } /*Modified horizontal rules to fix ePub display issue*/ 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% } /*End modified horizontal rule CSS*/ .title-skip { margin-top: 2.5em } .dedication-skip { margin-top: 1em } table { margin-left: auto; margin-right: auto } /*Table of Contents format*/ table.toc { max-width: 30em } td.tocpage { text-align: right; vertical-align: bottom; padding-left: 1em } td.tocchapter { text-align: center; padding-top: 1em } .pagenum { /* uncomment the next line for invisible page numbers */ /* visibility: hidden; */ font-size: smaller; text-align: right } /* page numbers */ .center { text-align: center } .centersans { text-align: center; font-family: sans-serif; margin-top: 1em } .smcap { font-variant: small-caps } .caption { font-weight: bold } .hangitem { text-indent: -1.3em; padding-left: 1.3em } /* Images */ .figcenter { margin: auto; text-align: center } /* Poetry */ .poetry-container { text-align: center } .poetry { display: inline-block; text-align: left } .poetry .stanza { margin: 1em auto } .poetry .indentbase { text-indent: -3em; padding-left: 3em } .poetry .indentquote { text-indent: -0.8em } /* End poetry*/ /* fractions*/ .fnum, .fden { font-size: 0.7em } .fnum { vertical-align: text-top } .fden { vertical-align: text-bottom } .nowrap { white-space: nowrap } /* end fractions */ /*Formatting for ordered Roman lists*/ p.listhangI { text-align: left; text-indent: -0.9em; margin-left: 1.5em; margin-top: 0.5em; margin-bottom: 0 } p.listhangII { text-align: left; text-indent: -1.2em; margin-left: 1.5em; margin-top: 0.5em; margin-bottom: 0 } p.listhangIII { text-align: left; text-indent: -1.4em; margin-left: 1.5em; margin-top: 0.5em; margin-bottom: 0 } p.listhangIV { text-align: left; text-indent: -1.5em; margin-left: 1.5em; margin-top: 0.5em; margin-bottom: 0 } p.listhangV { text-align: left; text-indent: -1.2em; margin-left: 1.5em; margin-top: 0.5em; margin-bottom: 0 } /* Transcriber's notes */ .transnote { background-color: #E6E6FA; color: black; font-size: smaller; padding: 0.5em; margin-bottom: 5em; font-family: sans-serif, serif } /*CSS to set font sizes*/ /*font sizes for non-header font changes*/ .xxlargefont { font-size: xx-large } .xlargefont { font-size: x-large } .largefont { font-size: large } .smallfont { font-size: small } .mediumfont { font-size: medium } .boldfont { font-weight: bold } /*for drop caps*/ p.dropcap:first-letter { font-size: 2.45em; padding-right: 0.05em; margin-top: -0.1em; margin-bottom: -0.3em } /*CSS to force a page break in ePub*/ div.chapter { page-break-before: always } /*Illustrated dropcap CSS*/ img.drop-capi { margin: 0 0.5em 0 0; z-index: 1 } p.drop-capi-A-quote, p.drop-capi-B-quote, p.drop-capi-B, p.drop-capi-I, p.drop-capi-J, p.drop-capi-R-quote, p.drop-capi-T, p.drop-capi-W, p.drop-capi-W-quote { text-indent: 0 } p.drop-capi-A-quote:first-letter, p.drop-capi-B-quote:first-letter, p.drop-capi-B:first-letter, p.drop-capi-I:first-letter, p.drop-capi-J, p.drop-capi-R-quote:first-letter, p.drop-capi-T:first-letter, p.drop-capi-W:first-letter, p.drop-capi-W-quote:first-letter { padding-right: 0.2em } p.drop-capi-A-quote:first-letter { margin-left: -1.7em } p.drop-capi-B-quote:first-letter { margin-left: -1.7em } p.drop-capi-B:first-letter { margin-left: -1.3em } p.drop-capi-I:first-letter { margin-left: -0.9em } p.drop-capi-J:first-letter { margin-left: -0.85em } p.drop-capi-R-quote:first-letter { margin-left: -1.7em } p.drop-capi-T:first-letter { margin-left: -1.3em } p.drop-capi-W:first-letter { margin-left: -1.6em } p.drop-capi-W-quote:first-letter { margin-left: -1.95em } /*End illustrated dropcap CSS*/ /*CSS markup for handhelds -- put at end of CSS*/ @media all { /* was @media handheld */ img { max-width: 100%; height: auto } /*Limit width to display*/ h2.no-break { page-break-before: avoid; padding-top: 0 } .poetry { display: block; margin-left: 1.5em } /*Remove illustrated dropcap in eReaders*/ img.drop-capi { display: none; visibility: hidden } p.drop-capi:first-letter, p.drop-capi-A-quote:first-letter, p.drop-capi-B-quote:first-letter, p.drop-capi-B:first-letter, p.drop-capi-I:first-letter, p.drop-capi-J, p.drop-capi-R-quote:first-letter, p.drop-capi-T:first-letter, p.drop-capi-W:first-letter, p.drop-capi-W-quote:first-letter { padding-right: 0; margin-left: 0 } } /*End CSS for handhelds*/ /**/