/* XML blockout */ body { margin-left: 10%; margin-right: 10% } p { margin-top: 1em; margin-bottom: 0; text-align: justify } /* Author ----------------------------------------------- */ p.author { text-align: right; font-variant: small-caps; margin-right: 10%; margin-top: 0 } /* Letter ----------------------------------------------- */ p.letterDate { text-align: right; margin-right: 10%; margin-bottom: 0 } p.letterClose3 { text-indent: 12em; margin-top: 0 } p.letterClose5 { text-indent: 2em; margin-top: 0; font-size: 90% } /* Text Blocks ------------------------------------------ */ blockquote { text-align: justify; font-size: 0.9em } .blockquot { margin-left: 5%; margin-right: 10% } /* Headers ---------------------------------------------- */ h1, h2, h3, h4, h5, h6 { text-align: center; clear: both } /* Horizontal Rules ------------------------------------- */ hr { width: 50%; margin-left: auto; margin-right: auto; margin-top: 2em; margin-bottom: 2em; clear: both } hr.full { width: 100% } hr.short { width: 20% } hr.tiny { width: 10% } /* General Formatting ---------------------------------- */ .sc { font-variant: small-caps } .smcap { font-variant: small-caps } span.pagenum { color: gray; font-variant: normal; font-style: normal; font-size: 8pt } .returnTOC { text-align: right; font-size: 70% } .inline { border: none; vertical-align: middle } ins.correction { text-decoration: none; border-bottom: thin dotted red } p.right { text-align: right; margin-right: 5% } p.close { margin-top: -1em } p.A { margin-top: 0 } p.center { text-align: center } p.heading { text-align: center; font-weight: bold } .super { font-size: smaller } .center { text-align: center } .u { text-decoration: underline } .caption { font-weight: bold } /* Table of Contents ------------------------------------------------- */ ul.TOC { /* TOC as a whole, or any sub-list of sub-topics in it */ list-style-type: upper-roman; /*list with roman numerals */ /*makes a "container" for span.ralign */ margin-right: 10%; /*page-number margin pulls in */ margin-left: 10%; font-variant: small-caps } li.blank { list-style-type: none } .TOC p { /* paragraph of chapter abstract inside TOC list item */ font-size: 90%; margin-top: 0; margin-right: 4% } /* ************************************************************************ * Surround a page# with this span to make it right-align within its * "container", the TOC or the LOI (see also Drama stylings) * ********************************************************************** */ span.ralign { /* use absolute positioning to move page# right */ } /* Footnotes -------------------------------------------- */ .footnotes { border: none } .footnote .label { text-align: right } .fnanchor { font-size: smaller; text-decoration: none; vertical-align: 0.25em } .footnote { font-size: 0.9em; margin-left: 10%; margin-right: 10% } /* Poems ------------------------------------------------ */ .poem { margin-left: 20%; margin-right: 20%; margin-bottom: 1em; text-align: left } .poem .stanza { margin: 1em 0 1em 0 } .poem br { display: none } .poem p { margin: 0; padding-left: 3em; text-indent: -3em } .poem p.start { margin-left: -0.4em } .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.i20 { margin-left: 10em } .poem span.i0 { display: block; margin-left: 0; padding-left: 3em; text-indent: -3em } .poem span.i2 { display: block; margin-left: 2em; padding-left: 3em; text-indent: -3em } .poem span.i4 { display: block; margin-left: 4em; padding-left: 3em; text-indent: -3em } /* Tables ----------------------------------------------- */ table { /* style all < table> elements */ margin-top: 1em; /* space above the table */ caption-side: top; /* or bottom! */ empty-cells: show; /* usual default is hide */ border-spacing: 2em 0; margin-left: auto; margin-right: auto } thead td, tfoot td { text-align: center; font-weight: bold } td, td > p { margin-top: 0.25em; line-height: 1.1em; text-align: left } td.right { text-align: right } td.center { text-align: center } td.i3 { text-indent: 2em } td.i4 { text-indent: 4em } /* Links ------------------------------------------------ */ a:link { color: blue; text-decoration: none } link { color: blue; text-decoration: none } a:visited { color: blue; text-decoration: none } a:hover { color: red } /* XML end */