/**/ body { margin-left: 10%; margin-right: 10% } h1, h2, h3 { text-align: center; /* all headings centered */ clear: both } .faux { font-size: 0.5em; /*this font size could be anything */ visibility: hidden } p { margin-top: 0.75em; text-align: justify; text-indent: 1.25em; margin-bottom: 0.75em } .maintitle { font-size: 200%; font-weight: bold; text-align: center; text-indent: 0 } .copyright { text-align: center; font-size: 70%; text-indent: 0 } .author { font-size: 120%; text-align: center; text-indent: 0; font-variant: small-caps } .authorof { font-size: 70%; text-align: center; text-indent: 0; margin-bottom: 0; margin-top: 0 } div.chapter { page-break-before: always } img { border: 0 } .tnote { margin-left: 10%; margin-right: 10%; padding-bottom: 0.5em; padding-top: 0.5em; padding-left: 0.5em; padding-right: 0.5em; text-indent: 0 } hr { width: 33%; margin-top: 1em; margin-bottom: 1em; margin-left: auto; margin-right: auto; clear: both } hr.chap { width: 65% } hr.full { width: 95% } table.title { text-align: center } /* Poetry */ .poetry-container { text-align: center } .poetry { display: inline-block; text-align: left } .poetry .stanza { margin: 1em auto } .poetry .verse2 { text-indent: -3em; padding-left: 3em; margin-top: 0.1em; margin-bottom: 0.1em } .poetry .verse { text-indent: -3em; padding-left: 3em } .poetry .indent1 { text-indent: -2.5em } .poetry .indent2 { text-indent: -2em } .poetry .indent4 { text-indent: 0 } .poetry .indent3 { text-indent: 1em } .poetry .indent5 { text-indent: 2em } .poetry .indent7 { text-indent: 3em } .poetry .indent8 { text-indent: 3.5em } .poetry .indent9 { text-indent: 5em } .poetry .indent9b { text-indent: 6em } .poetry .indent10 { text-indent: 8.5em } .poetry .indent10b { text-indent: 11em } .poetry .indent11 { text-indent: 12em } table { margin-left: auto; margin-right: auto } .pagenum { /* uncomment the next line for invisible page numbers */ /* visibility: hidden; */ font-size: smaller; text-align: right; text-indent: 0 } /* page numbers */ .blockquot { margin-left: 10%; margin-right: 10% } .bbox { margin-left: 10%; margin-right: 10%; padding-bottom: 0.5em; padding-top: 0.5em; padding-left: 0.5em; padding-right: 0.5em } .center { text-align: center; text-indent: 0 } .smcap { font-variant: small-caps } /* Images */ .figcenter { margin: auto; text-align: center } /*Drop caps*/ div.drop-cap { margin: -2.5em 1.5em 0 0; text-align: left } div.drop-cap:first-letter { color: transparent; visibility: hidden; margin-left: -0.8em } p.drop-cap { text-indent: -0.4em } img.drop-cap { margin: 0 3.5em 0 0 } .drop-capi { text-indent: 0; text-align: justify } .drop-capi2 { text-indent: 0 } .drop-capi:first-letter { color: transparent; visibility: hidden; margin-left: -0.9em } .drop-capi2:first-letter { color: transparent; visibility: hidden; margin-left: -1.5em } @media all { /* was @media handheld */ .chapter-beginning { page-break-before: always } h2.no-break { page-break-before: avoid; padding-top: 0 } .poetry { display: block; margin-left: 1.5em } .drop-cap:first-letter, .drop-capi2:first-letter { float: none; margin: 0; font-size: 100%; color: inherit; visibility: visible; margin-left: 0 } img.drop-cap { display: none } } /**/