/**/ /* DACSoft styles */ body { margin-left: 10%; margin-right: 10% } /* General headers */ h1 { text-align: center; /* all headings centered */ clear: both } /* Chapter headers */ h2 { text-align: center; font-weight: bold; line-height: 1.5em } .nobreak { page-break-before: avoid } /* Indented paragraph */ p { margin-top: 0.51em; margin-bottom: 0.49em; text-align: justify; text-indent: 1em } /* Unindented paragraph */ .noi { text-indent: 0 } /* Centered unindented paragraph */ .noic { text-indent: 0; text-align: center } /* Non-standard paragraph margins */ .p2 { margin-top: 2em } .p4 { margin-top: 4em } /* Horizontal rules */ hr { width: 33%; margin-top: 2em; margin-bottom: 2em; margin-left: 33.5%; margin-right: 33.5%; clear: both } hr.tb { width: 35%; margin-left: 32.5%; margin-right: 32.5% } hr.chap { width: 65%; margin-left: 17.5%; margin-right: 17.5% } hr.r20 { width: 20%; margin-left: 40%; margin-right: 40%; margin-top: 1em; margin-bottom: 1em } /* Tables */ table { margin-left: auto; margin-right: auto } /* Physical book page and line numbers */ .pagenum { /* uncomment the next line for invisible page numbers */ /* visibility: hidden; */ /* left: 92%; */ font-size: x-small; text-align: right; color: gray } /* page numbers */ /* Text appearance */ .smcap { font-variant: small-caps } .oldenglish { font-family: "Old English Text MT", "Engravers Old English BT", "Old English", "Collins Old English", "New Old English", serif } /* Small fonts and title page font sizes */ .smfont { font-size: 0.8em } .tp1em { font-size: 50%; vertical-align: middle } .tp2em { font-size: 75%; vertical-align: middle } .tp3em { font-size: 100%; vertical-align: middle } /* Illustration caption */ .caption { font-size: 0.75em; font-weight: bold } /* Images */ img { max-width: 100%; /* no image to be wider than screen or containing div */ height: auto; /* keep height in proportion to width */ } .figcenter { margin: auto; text-align: center; max-width: 100%; /* div no wider than screen, even when screen is narrow */ } /* Footnotes and sidenotes */ .footnote { margin-left: 10%; margin-right: 10%; font-size: 0.9em } .footnote .label { text-align: right } .fnanchor { vertical-align: top; font-size: 0.65em; text-decoration: none; white-space: nowrap } /* Transcriber's notes */ .tnote { background-color: #E6E6FA; margin-left: 10%; margin-right: 10%; padding-bottom: 0.5em; padding-top: 0.5em; padding-left: 0.5em; padding-right: 0.5em } .tntitle { font-size: 1.25em; font-weight: bold; text-align: center; clear: both } /* Title page borders and content. */ .title { font-size: 1.75em; font-weight: bold; text-align: center; clear: both } .author { font-size: 1.25em; text-align: center; clear: both } .works { font-size: 0.75em; text-align: center; clear: both } /* Hanging indent. */ .hang { text-indent: -1em; padding-left: 1em } /**/