/* XML blockout */ body { margin-left: 10%; margin-right: 10% } p { margin-top: 0.75em; text-align: justify; margin-bottom: 0.75em } h1, h2, h3, h4, h5, h6 { text-align: center; /* all headings centered */ clear: both } hr { width: 33%; margin-top: 2em; margin-bottom: 2em; margin-left: auto; margin-right: auto; clear: both } table { margin-left: auto; margin-right: auto; margin-top: 1em; margin-bottom: 1em } p.smallgap { margin-top: 2em } /* adds white space on title page */ p.gap { margin-top: 4em } /* adds white space on title page */ p.gapctr { margin-top: 4em; text-align: center } /* adds white space on title page and centers text */ p.biggap { margin-top: 6em } /* adds white space on title page */ hr.poetrytb { margin-left: 5%; margin-right: 5%; width: 20%; margin-top: 1em; margin-bottom: 1em } div.centered { text-align: center } /* work around for IE centering with CSS problem part 1 */ div.centered table { margin-left: auto; margin-right: auto; text-align: left } /* work around for IE centering with CSS problem part 2 */ ul.index { /* list for index */ list-style-type: none; /*list with no symbol */ line-height: 1.7em; /*controls spacing between list items*/ } div.index { /* styles that apply to all text in an index */ font-size: 90%; /*small type for compactness */ } ins.corr { text-decoration: none; border-bottom: thin dashed } /* underlines corrections */ .tdright { text-align: right } /* table data right-aligned */ .tdleft { text-align: left } /* table data left-aligned */ .tdlsc { text-align: left; font-variant: small-caps; padding-left: 1em } /* table data left-aligned in small caps */ .pagenum { /* uncomment the next line for invisible page numbers */ /* visibility: hidden; */ font-size: smaller; text-align: right } /* page numbers */ .figcenter { margin: auto; text-align: center } .blockquot { margin-left: 5%; margin-right: 10% } .poem { margin-left: 10%; margin-right: 10%; text-align: left } .poem br { display: none } .poem .stanza { margin: 1em 0 1em 0 } .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.i8 { display: block; margin-left: 8em; padding-left: 3em; text-indent: -3em } .smcap { font-variant: small-caps } .authorsc { text-align: right; margin-right: 5%; font-variant: small-caps } /* right align and move signature of letter in a bit and name in small caps */ .footnote { margin-left: 10%; margin-right: 10%; font-size: 0.9em } .footnote .label { text-align: right } .fnanchor { vertical-align: super; font-size: 0.8em } .listsubitem { padding-left: 1em } .notebox { margin-left: 10%; margin-right: 10%; margin-top: 5%; /* makes box around Transcriber's Notes */ margin-bottom: 5%; padding: 1em } hr.full { width: 100%; margin-top: 3em; margin-bottom: 0; margin-left: auto; margin-right: auto; border-width: 4px 0 0 0; /* remove all borders except the top one */ border-style: solid; border-color: #000; clear: both } pre { font-size: 85% }