/**/ /* 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 } /* 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 } .p6 { margin-top: 6em } /* Horizontal rules */ hr { width: 33%; margin-top: 2em; margin-bottom: 2em; margin-left: auto; margin-right: auto; clear: both } hr.chap { width: 65% } hr.r15 { width: 15%; margin-top: 1em; margin-bottom: 1em } /* Tables */ table { margin-left: auto; margin-right: auto } /* Table cell alignments */ .tdl { text-align: left } .tdrb { text-align: right; vertical-align: bottom } .tdrt { text-align: right; vertical-align: top } th { font-weight: normal } /* Physical book page and line numbers */ .pagenum { /* uncomment the next line for invisible page numbers */ /* visibility: hidden; */ font-size: x-small; text-align: right; color: gray } /* page numbers */ /* Alignment */ .right { text-align: right } /* Text appearance */ .smcap { font-variant: small-caps } /* Small fonts and lowercase small-caps */ .smfontr { font-size: 0.75em; text-align: right } /* Illustration caption */ .caption { font-size: 0.75em; font-weight: bold } /* Images */ .figcenter { margin: auto; text-align: center } /* 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 } .subtitle { font-size: 1.5em; 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 } /* Advertisement formatting. */ .adbox { border: 2px solid black; text-align: center; padding: 0.5em; margin: auto; width: 24em } /* Hanging indent. */ .hang { text-indent: -2em; padding-left: 3em } /**/