/**/ body { margin-left: 10%; margin-right: 10% } h1, h2, h3 { text-align: center; /* all headings centered */ clear: both } h1 .smaller { font-size: x-large } h2 .smaller { font-size: small } h2 .smallest { font-size: x-small } h3 { margin-top: 2em; page-break-before: always } p { margin-top: 0.51em; text-align: justify; margin-bottom: 0.49em } .ph1, .ph2, .ph3, .ph4, .ph5 { text-align: center; /* all headings centered */ clear: both } .ph1 { font-size: xx-large; margin: 0.67em auto } .ph2 { font-size: x-large; margin: 0.75em auto } .ph3 { font-size: large; margin: 0.83em auto } .ph4 { font-size: medium; margin: 1.12em auto } .mt2 { margin-top: 2em } .mt4 { margin-top: 4em } .mb2 { margin-bottom: 2em } .mb4 { margin-bottom: 4em } hr { width: 33%; margin-top: 2em; margin-bottom: 2em; margin-left: auto; margin-right: auto; clear: both } hr.tb { width: 15%; margin-left: 42.5%; margin-right: 42.5%; margin-top: 0.75em; margin-bottom: 0.75em } hr.chap { width: 65%; margin-left: 17.5%; margin-right: 17.5% } hr.full { width: 95% } /* table formatting */ table { margin-left: auto; margin-right: auto } .tdl { text-align: left } .tdr { text-align: right } .tdc { text-align: center } /* TABLE OF CONTENTS */ table.toc { margin: auto; width: auto; max-width: 40em; margin-top: 4em } td.heading { text-align: center; vertical-align: bottom; padding-top: 1em; font-weight: bold } td.chthead { text-align: center; vertical-align: bottom } td.rom { text-align: right; vertical-align: bottom; padding-left: 1em; padding-right: 1em } td.cht { text-align: left; vertical-align: top; padding-left: 1em; text-indent: -1em } td.pag { text-align: right; vertical-align: bottom; padding-left: 2em } td.pag a { /* color: black; */ font-weight: bold; text-decoration: none } /* FAMILY TREE TABLE */ .famtree { font-size: 100%; margin-left: auto; margin-right: auto } .bline { border-bottom-style: solid; border-color: #000 } /* bottom line for family tree */ .tline { border-top-style: solid; border-color: #000 } /* top line for family tree */ .blb { border-left-style: solid; border-bottom-style: solid; border-color: #000 } /* bottom line and left line for family tree */ .linel { border-left-style: solid; border-color: #000 } /* left line for family tree */ .liner { border-right-style: solid; border-color: #000 } /* right line for family tree */ .blt { border-left-style: solid; border-top-style: solid; border-color: #000 } /* left line and top line for family tree */ .brb { border-right-style: solid; border-bottom-style: solid; border-color: #000 } /* right line and bottom line for family tree */ .brt { border-right-style: solid; border-top-style: solid; border-color: #000 } /* right line and top line for family tree */ /* Large bracket table */ .bracket3 { font-size: 350% } .pagenum { /* comment next line for visible page numbers */ visibility: hidden; font-size: smaller; text-align: right } /* page numbers */ .blockquot { margin-left: 5%; margin-right: 10% } .sidenote, .sni { text-indent: 0; text-align: left; min-width: 9em; /*optional, but making all sidenotes the same width looks better*/ max-width: 9em; /*make this just big enough for the widest word in any sidenote */ padding-bottom: 0.3em; padding-top: 0.3em; padding-left: 0.3em; padding-right: 0.3em; margin-right: 1em; clear: left; margin-top: 1em; margin-bottom: 0.3em; font-size: smaller; color: black; background-color: #eee; border: thin dotted gray } .sni { text-indent: -0.2em } .hidev { visibility: hidden } /* text formatting */ .center { text-align: center } .centerright { margin-right: 25%; text-align: right } .right { text-align: right } .u { text-decoration: underline } .bold { font-weight: bold } .smaller { font-size: 80% } .smallest { font-size: 60% } .smcap { font-variant: small-caps } .oldeng { font-family: "Old English Text MT", serif } .indent { text-indent: 8em } .halfindent { text-indent: 4em } .qtrindent { text-indent: 2em } em.plain { font-style: normal } .gesperrt { letter-spacing: 0.1em; margin-right: -0.1em } em.gesperrt { font-style: normal } /* Images */ img { max-width: 100%; height: auto } .figcenter { margin: auto; text-align: center } p.caption { font-size: smaller; text-align: center; margin-top: 0 } p.captionr { font-size: smaller; text-align: right; margin-right: 20%; margin-top: 0 } /* Footnotes */ .footnotes { margin-top: 1em; clear: both } .footnote { margin-left: 10%; margin-right: 10%; width: 80%; margin-bottom: 0.75em; font-size: 0.9em } .footnote .label { text-align: left } .fnanchor { vertical-align: baseline; font-size: 0.8em } /* 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 .indent6 { text-indent: 1.5em } /* Transcriber's notes */ .transnote { background-color: #E6E6FA; color: black; font-size: smaller; padding: 0.5em; margin-bottom: 5em; font-family: sans-serif, serif } div.tnotes { background-color: #eee; border: 1px solid black } .covernote { visibility: hidden; display: none } @media all { /* was @media handheld */ .covernote { visibility: visible; display: block } } /* ePub stylings */ .break-before { page-break-before: always } div.chapter { page-break-before: always } .nobreak { page-break-before: avoid } @media all { /* was @media handheld */ body { margin: 0; padding: 0; width: 95% } .poetry { display: block; margin-left: 1.5em } /* Sidenotes */ .sidenote, .sni { float: left; clear: none; font-weight: bold } /* Images - ePub format */ img { max-width: 100%; height: auto } .figcenter { margin-left: auto; margin-right: auto; margin-top: 4px; margin-bottom: 4px; text-align: center; clear: both; padding: 3px } } @media print { /* Images - ePub format */ img { max-width: 100%; height: auto } .figcenter { margin-left: auto; margin-right: auto; margin-top: 4px; margin-bottom: 4px; text-align: center; clear: both; padding: 3px } } /**/