/**/ /* General document styles */ body { font-family: serif; margin-left: 15%; margin-right: 15% } p { text-align: justify; line-height: 1.5; text-indent: 1em; margin: 0 } h1, h2, h3, h4 { text-indent: 0; text-align: center; font-weight: normal; font-variant: small-caps; margin: 2em 0 } ul { list-style-type: none } /* Page Numbering */ .pagenum { text-align: left; color: gray; background-color: inherit; font-weight: normal; font-style: normal; font-variant: normal; text-indent: 0 } a[title].pagenum:after { content: attr(title) } .disguise { color: window } /* Used to make some page numbers invisible but still anchors. Typically used on pages that do not have page numbers printed on them but are included in the numbering scheme. */ .cheater { left: -18% } /* Used in Contents list to make page numbers go to approximately the right place */ /* Front and End matter */ #frontmatter { border-top: 2px gray solid } .half-title, .the_end { font-size: 1.5em; font-style: italic; text-align: center; padding: 2em 0 } .the_end { font-style: normal } #titlepage, #copyrightpage, #endmatter { margin: 5em 0 } #endmatter { border-bottom: 2px gray solid } #titlepage p, #copyrightpage p, #endmatter p { text-align: center; text-indent: 0; margin: 3em 0 } #titlepage p.epigram { width: 60%; margin-left: 20%; font-style: normal } .printer { padding: 6em 0; font-size: 0.8em } .printer_location { letter-spacing: 0.2em } .toc_page { text-align: right; font-weight: normal } /* Essays and Sections */ .essay { margin: 5em 0 } .essay_title { font-style: italic; padding: 3em 0 0 } .section { margin: 5em 0 } .dedication { text-indent: 0; text-align: center } .second_title { padding: 3em 0 1em; text-align: center; font-size: 1.5em; text-indent: 0 } /* Poetry */ .poem { margin: 1em 10%; text-align: left } .poem .stanza { margin: 1em 0 } .poem p { margin: 0; padding-left: 3em; text-indent: -3em } .poem p.i2 { margin-left: 1em } .poem p.i4 { margin-left: 2em } .poem p.i6 { margin-left: 3em } .poem p.i8 { margin-left: 4em } .poem p.i10 { margin-left: 6em } .poem p.i12 { margin-left: 8em } .poem p.i18 { margin-left: 9em } .poem p.i20 { margin-left: 10em } .poem p.i26 { margin-left: 13em } .poem p.poetry_break { margin-left: 4em; letter-spacing: 3em } /* Footnotes */ .fnmarker { vertical-align: super; line-height: 0 } #footnotes { width: 90%; margin: 6em auto; border-top: thin gray solid; border-bottom: thin gray solid; padding-bottom: 3em } #footnotes li { margin-bottom: 2.5em; line-height: 1.3em } #footnotes .returnFN { text-align: right; font-family: sans-serif; font-size: 0.75em; font-variant: normal; font-style: normal } /* Miscellaneous */ .epigram { font-style: italic; padding: 1em 0; width: 80%; margin-left: 10% } .epigram em { font-style: normal } .greek { font-style: normal } .special_name, .special_emphasis { font-weight: normal; font-style: normal; font-variant: small-caps } .small_all_caps { font-size: 0.9em; font-style: normal } .location { font-style: normal; font-variant: small-caps } .latin { font-style: italic } .dateline { font-style: italic; margin-top: 2em } .dateline2 { font-style: italic; text-align: right; margin-right: 1em } .signature { text-align: right; padding-right: 2em } .first_paragraph { text-indent: 0 } .first_word { text-transform: uppercase } p.first_paragraph:first-letter { font-size: 3em; margin: -0.3em 5px -0.2em 0; line-height: 1.5em } .continued_paragraph { text-indent: 0 } .callout { padding: 1em 0 } .callout p { text-indent: 0 } .subtitle { font-size: 0.8em; line-height: 3em } .salutation { text-indent: 0; font-variant: small-caps; font-style: normal } .short { width: 25%; text-align: center; margin-top: 2em; margin-bottom: 2em } .prose_break { letter-spacing: 4em; text-align: center; text-indent: 0 } .thoughtbreak { display: none } .post_thoughtbreak { padding-top: 2em } /* Anchors */ a:link { color: #006; background-color: inherit; text-decoration: none } a:visited { color: #006; background-color: inherit; text-decoration: none } a:hover { color: #A8480E; background-color: #CC9 } /**/