/**/ /* Basic body and header styling */ body { margin-left: 10%; margin-right: 10% } h1, h2, h3 { text-align: center; clear: both } /* Can add generic header topping styling here */ h2 { margin-top: 4em } /* Special header class for the footnote title is in footnote.CSS */ /* Transcriber's note box */ .tnbox { margin-left: 5%; margin-right: 5%; margin-bottom: 8em; margin-top: 4em; border: 1px solid; padding: 1em; color: black; background-color: #f6f2f2 } /* Horizontal rules */ hr { width: 15%; margin-top: 0; margin-bottom: 0; margin-left: auto; margin-right: auto; clear: both } /* Pagenums */ .pagenum { font-size: smaller; text-align: right; text-indent: 0 } /* Small caps */ .smcap { font-variant: small-caps } /* Block quotes */ .blockquot { font-size: 0.95em; margin-left: 1em; margin-right: 1em } /* Chapter wrappers */ div.chapter { page-break-before: always; /* for epubs */ margin-top: 4em } /* Paragraph styling */ p { margin-top: 0.75em; margin-bottom: 0.75em; line-height: 1.3em; text-align: justify; text-indent: 1.75em } /* Styling for paragraphs that follow poetry and aren't indented, or anywhere else that first lines shouldn't be indented. */ p.post { text-indent: 0 } .center { text-align: center; text-indent: 0 } /* spacing before paragraphs */ .p2 { margin-top: 2em } .p4 { margin-top: 4em } .p6 { margin-top: 6em } /* Font sizes */ .b15 { font-size: 1.5em } .b12 { font-size: 1.2em } .s08 { font-size: 0.8em } .s05 { font-size: 0.5em } /* Image styling */ img { max-width: 100%; height: auto } .figcenter { margin: auto; text-align: center; margin-top: 4em; max-width: 100%; page-break-inside: avoid } .caption { font-weight: bold; margin-left: 15%; margin-right: 15%; text-align: center; margin-bottom: 2em; text-indent: 0 } /* Table styling */ table { margin-left: auto; margin-right: auto; empty-cells: show } td { padding-left: 1em; padding-right: 1em; vertical-align: top } .tdr { text-align: right; vertical-align: bottom } .padtop { padding-top: 1em } .tdc { text-align: center } /* Poetry Styling */ .poetry-container { text-align: center } .poem { display: inline-block; font-size: 95%; margin-bottom: 1em; text-align: left } .poem .stanza { margin: 1em 0 1em 0 } .poem p { margin: 0; padding-left: 3em; text-indent: -3em } .poem p.i1 { margin-left: 1em } .poem p.i2 { margin-left: 2em } .poem p.i3 { margin-left: 3em } .poem p.i4 { margin-left: 4em } .poem p.i5 { margin-left: 5em } .poem p.o1 { margin-left: -0.4em } .poem p.o2 { margin-left: -0.75em } .letter_head { padding-right: 2em; text-align: right; font-size: 0.9em } @media all { /* was @media handheld */ h1 { page-break-before: always } p { margin-top: 0.5em; text-align: justify; margin-bottom: 0.25em } } @media all { /* was @media handheld */ body { margin: 0 } hr { margin-top: 0.1em; margin-bottom: 0.1em; visibility: hidden; color: white; width: 0.01em; display: none } .poem { display: block; margin-left: 5%; margin-right: 10% } .tnbox { page-break-inside: avoid; margin-left: 2%; margin-right: 2%; margin-top: 1em; margin-bottom: 1em; padding: 0.5em } table { width: 100%; max-width: 100% } } /**/