/* XML blockout */ /***************************************************** basics ******************************************************/ p { margin-top: 0.75em; text-align: justify; margin-bottom: 0.75em; line-height: 1.5 } body { margin-left: 10%; margin-right: 10% } /* all headings centered */ h2, h3, h4, h5, h6 { text-align: center; clear: both } h1 { text-align: center; clear: both; margin-top: 3em; font-variant: small-caps } hr { width: 33%; clear: both; margin-top: 2em; margin-bottom: 2em; margin-left: auto; margin-right: auto } /* this requires all anchors to be empty. It fixes a problem in Opera 8, which means that otherwise internal links at the end of a file don't always work. */ a { text-decoration: none } a:hover { text-decoration: underline } .pagenum { /* right-margin page numbers */ display: inline; /* set to "none" to make #s disappear */ font-size: 70%; /* tiny type.. */ text-align: right; /* ..right-justified.. */ /* ..in the right margin.. */ padding: 0 0 0 0; /* ..very compact */ margin: 0 0 0 0; font-weight: 400; /* normal weight */ font-style: normal; text-decoration: none; color: #444; /* ..dark gray.. */ background-color: #EEE; /* ..on light gray.. #EEE */ text-indent: 0 } /* page numbers */ .blockquot { margin-left: 5%; margin-right: 5% } .center { text-align: center } .toright { text-align: right } .smcap { font-variant: small-caps } .ul { text-decoration: underline } .big { font-size: 120% } .bigger { font-size: 150% } .biggest { font-size: 170% } .little { font-size: 80% } .littler { font-size: 75% } .littlest { font-size: 60% } .bolder { font-weight: bold } .unbold { font-weight: normal } .gap { margin-top: 4em } .gaplet { margin-top: 2em } .biggap { margin-top: 6em } .together { white-space: nowrap } .indent { margin-left: 2em } .hanging { text-indent: -1em } .overl { text-decoration: overline } /************************************************************ illos *************************************************************/ .figcenter { margin-left: auto; margin-right: auto; text-align: center } .figleft { clear: left; margin: 1em 1em 1em 0; padding: 0; text-align: center } .figright { clear: right; margin: 1em 0 1em 1em; padding: 0; text-align: center } /************************************************************** footnotes etc ***************************************************************/ .footnotes { border-top: 1px solid; border-bottom: 1px solid; margin: 2em 5% 3em 5%; font-size: 85% } .footnote p { margin-left: 2em; margin-right: 1em; line-height: 1.2 } .footnote .label { margin: 0 0 0 -1.5em; text-align: right } .footnote .label a, .fnanchor { font-size: 70%; vertical-align: super } /* transcriber's notes */ .transnote { background-color: #EEE; color: inherit; margin: 2em 10% 1em 10%; font-size: 80% } .transnote p { margin-left: 3em; margin-right: 3em } /**************************************************************** poetry *****************************************************************/ .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; text-indent: -3em } .poem span.i1 { display: block; margin-left: 1em; text-indent: -3em } .poem span.i2 { display: block; margin-left: 2em; text-indent: -3em } .poem span.i3 { display: block; margin-left: 3em; text-indent: -3em } .poem span.i4 { display: block; margin-left: 4em; text-indent: -3em } .poem span.i5 { display: block; margin-left: 5em; text-indent: -3em } .poem span.i6 { display: block; margin-left: 6em; text-indent: -3em } .poem span.i15 { display: block; margin-left: 15em; text-indent: -3em } /********************************************************* tables **********************************************************/ /* tables. Centered, but put in a div class="center" too for IE. */ table { margin-left: auto; margin-right: auto; text-align: left; empty-cells: show; margin-bottom: 1em; margin-top: 1em } td { text-align: left; margin-top: 0; margin-bottom: 0; vertical-align: top } td.middle { vertical-align: middle } td.inright { text-align: right; padding-right: 1em } td.inleft { text-align: left; padding-left: 1em } td.padded { padding-left: 1em } /************************************************************* advertisements **************************************************************/ .ads hr { width: 50% } .ads p { line-height: 1; margin-bottom: 0 } .nogap { margin-top: 0 } .blurb { margin: 0 5% 1em 5%; font-size: 80% } .ads table { margin-left: auto; margin-right: auto; text-align: left; empty-cells: show; margin-bottom: 0; margin-top: 0; width: 100%; font-size: 80% } .ads td { line-height: 1 } .ads td.toright { vertical-align: bottom }