/* 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 } table.recipe { margin-left: 15%; margin-right: auto; margin-bottom: 1.5em } /* * 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 } p.smallgap { margin-top: 2em } /* adds white space on title page */ p.gap { margin-top: 4em } /* adds white space on title page */ p.biggap { margin-top: 8em } /* adds white space on title page */ 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 */ ins.symbol { text-decoration: none; border-bottom: thin dashed } ins.greek { text-decoration: none; border-bottom: thin dotted } td.symbol { text-align: center; padding: 0.5em 1em 0.5em 1em } ul.index { list-style-type: none; font-size: inherit } .tdright { text-align: right } /* table data right-aligned */ .tdleft { text-align: left } /* table data left-aligned */ .tdleftsc { text-align: left; font-variant: small-caps } /* table data aligned left and in small caps */ .tdcenter { text-align: center } /* table data centered */ .tdcenterm { text-align: center; vertical-align: middle } /* table data centered and in middle of cell */ .pagenum { /* uncomment the next line for invisible page numbers */ /* visibility: hidden; */ font-size: smaller; text-align: right } /* page numbers */ .img { text-align: center; padding: 1em; margin-left: auto; margin-right: auto } /* centering images */ /* all together, makes a box */ .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.i1 { display: block; margin-left: 1em; padding-left: 3em; text-indent: -3em } .poem span.i2half { display: block; margin-left: 2.5em; padding-left: 3em; text-indent: -3em } .poem span.i6 { display: block; margin-left: 6em; padding-left: 3em; text-indent: -3em } .poem span.i8 { display: block; margin-left: 8em; 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. However an ascii space maps to about * .5em (as in the poem indents, above) */ .s10 { display: inline; margin-left: 5em } .s23 { display: inline; margin-left: 11.5em } .center { text-align: center } .right { text-align: right } .left { text-align: left } .smcap { font-variant: small-caps } .small { font-size: 80% } .u { text-decoration: underline } .section { margin-top: 1.5em } /* adds extra space at top of section */ .sectctr { margin-top: 1.5em; text-align: center } /* adds extra space at top of section and centers text */ .author { text-align: right; margin-right: 5% } /* right align and move signature of letter in a bit */ .authorsc { text-align: right; margin-right: 10%; font-variant: small-caps } /* right align and move signature of letter in a bit and name in small caps */ .authorscpoem { text-align: right; margin-right: 20%; font-variant: small-caps } /* moves signature in small caps in further from right edge */ .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 at end of file */ margin-bottom: 5%; padding: 1em }