/* XML blockout */ 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: 15%; margin-right: auto; margin-top: 1.5em } body { margin-left: 10%; margin-right: 10% } a { text-decoration: none /*turns off link underline*/ } p.gap { margin-top: 4em } /* adds white space on title page */ p.smgap { margin-top: 2em } /* adds white space on title page */ p.ctrsmgap { margin-top: 2em; text-align: center } /* centers text and adds white space */ /* * Inline stage directions are unbalanced brackets [like this * and are converted to abs-positioned spans */ span.ilstagedir { text-align: right; margin: 0 0 0 0; padding: 0 0 0 3em } div.toc { margin-left: 20%; text-align: left } /* moves TOC in from left margin */ .tdright { text-align: right; vertical-align: middle } /* table data right-aligned */ .tdleft { text-align: left; vertical-align: middle } /* table data left-aligned */ .hfn { font-weight: normal } /* removes bold from footnote anchors in headers */ .hang { text-indent: -2em; margin-left: 2em } ins.greekcorr { text-decoration: none; border-bottom: thin dotted #333 } .pagenum { /* uncomment the next line for invisible page numbers */ /* visibility: hidden; */ font-size: smaller; text-align: right } /* page numbers */ .linenum { text-align: right; margin: 0 0 0 0; padding: 0 0 0 3em } /* poetry line number */ .blockquot { margin-left: 8%; margin-right: 8% } .sidenote { padding: 0.5em 0.5em 0.5em 0.5em; clear: right; margin: 1em 7em 0 2em; font-size: smaller; color: black; background: #eee } .figcenter { margin: auto; text-align: center } /* center images */ .caption { font-weight: bold; text-align: center; margin-top: 0.2em; margin-bottom: 0.5em } /* captions for images are centered with white space border */ .center { text-align: center } .right { text-align: right } .left { text-align: left } .smcap { font-variant: small-caps } .small { font-size: 80% } .section { margin-top: 1.5em } /* adds extra space at top of section */ .sectctr { margin-top: 2em; text-align: center } /* space at top of section and text centered */ .titlectr { margin-top: 3em; text-align: center } /* more white space */ .stagedir { text-align: right; margin-right: 12% } .author { text-align: right; margin-right: 5% } /* right align and move signature of letter in a bit */ .footnote { margin-left: 10%; margin-right: 10%; font-size: 0.9em } .footnote .label { text-align: right; text-decoration: none } .fnanchor { vertical-align: super; font-size: 0.8em; text-decoration: none; font-weight: normal } .listsubitem { padding-left: 1.5em } .subsubitem { padding-left: 3em } .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.i1 { display: block; margin-left: 1em; padding-left: 3em; text-indent: -3em } .poem span.i2 { display: block; margin-left: 2em; padding-left: 3em; text-indent: -3em } .poem span.i3h { display: block; margin-left: 3.5em; padding-left: 3em; text-indent: -3em } .poem span.i4 { display: block; margin-left: 4em; padding-left: 3em; text-indent: -3em } .poem span.i5 { display: block; margin-left: 5em; padding-left: 3em; text-indent: -3em } .poem span.i6 { display: block; margin-left: 6em; padding-left: 3em; text-indent: -3em } .poem span.i7 { display: block; margin-left: 7em; padding-left: 3em; text-indent: -3em } .poem p { /* each line is enclosed in a paragraph */ padding-left: 3em; /* in a narrow window, when lines fold,*/ text-indent: -3em; /* indent folded part 3em under first part */ margin: 0 auto 0 0; /* no space above or below */ } /* n.b. text-indent is automatically inherited, padding is not */ /* * In order to space hemistich lines we use a span with display:inline-block * and a margin-left of some number of ems. The spaces in the ascii file * were counted and converted to classnames; there were all widths from * 3 to 50 used. However an ascii space maps to about .5em (as in the * poem indents, above) */ .s4 { display: inline; margin-left: 2em } .s5 { display: inline; margin-left: 2.5em } .s6 { display: inline; margin-left: 3em } .s7 { display: inline; margin-left: 3.5em } .s8 { display: inline; margin-left: 4em } .s9 { display: inline; margin-left: 4.5em } .s10 { display: inline; margin-left: 5em } .s11 { display: inline; margin-left: 5.5em } .s12 { display: inline; margin-left: 6em } .s13 { display: inline; margin-left: 6.5em } .s14 { display: inline; margin-left: 7em } .s15 { display: inline; margin-left: 7.5em } .s16 { display: inline; margin-left: 8em } .s17 { display: inline; margin-left: 8.5em } .s18 { display: inline; margin-left: 9em } .s19 { display: inline; margin-left: 9.5em } .s20 { display: inline; margin-left: 10em } .s21 { display: inline; margin-left: 10.5em } .s22 { display: inline; margin-left: 11em } .s23 { display: inline; margin-left: 11.5em } .s24 { display: inline; margin-left: 12em } .s25 { display: inline; margin-left: 12.5em } .s26 { display: inline; margin-left: 13em } .s27 { display: inline; margin-left: 13.5em } .s28 { display: inline; margin-left: 14em } .s30 { display: inline; margin-left: 15em } .s31 { display: inline; margin-left: 15.5em } .s32 { display: inline; margin-left: 16em } .s33 { display: inline; margin-left: 16.5em } .notebox { margin-left: 10%; margin-right: 10%; margin-top: 5%; /* makes box around Transcriber's Notes at end of file */ margin-bottom: 5%; padding: 1em } .mynote { background-color: #DDE; color: black; padding: 0.5em; margin-left: 5%; margin-right: 5%; font-family: sans-serif; font-size: 95% } /* colored box for notes at beginning of file */