/* XML blockout */ /************************************************************************* Basics **************************************************************************/ /* leave enough room at the sides for the sidenotes */ body { margin-left: 7em; /* just the year notes */ margin-right: 25%; /* sidenotes and page numbers */ } p { margin-top: 1em; text-align: justify; margin-bottom: 0 } /* normal list items spaced as paragraphs */ li { margin-top: 1em; text-align: justify; margin-bottom: 0 } /* headings */ h2, h3, h4, h5, h6 { text-align: center; /* all headings centered */ clear: both } h1 { text-align: center; clear: both; font-size: 200% } /* horizontal lines */ hr { width: 33%; margin-top: 2em; margin-bottom: 2em; margin-left: auto; margin-right: auto; clear: both } hr.short { width: 20% } hr.mini { width: 10%; margin-top: 1em; margin-bottom: 1em } /* 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. */ /************************************************************************** Useful classes ***************************************************************************/ .center { text-align: center } .centergap { text-align: center; margin-top: 4em } .right { text-align: right } .smcap { font-variant: small-caps } .lastline { text-align: center; font-size: 150%; margin-top: 3em } .blockquot { margin-left: 5%; margin-right: 5% } .biggest { font-size: 200% } .bigger { font-size: 150% } .big { font-size: 120% } .nogap { margin-top: 0 } /* used in the front matter */ .head0 { text-align: center; font-size: 175% } .head1 { text-align: center; font-size: 150% } .head1it { text-align: center; font-size: 150%; font-style: italic } .head2 { text-align: center; font-size: 125% } .head2it { text-align: center; font-size: 125%; font-style: italic } .head3 { text-align: center; font-size: 110% } .head3it { text-align: center; font-size: 110%; font-style: italic } .headsmall { text-align: center; font-size: 80% } .headtiny { text-align: center; font-size: 65% } /************************************************************************** lists in columns technique from http://pikasoftware.net/docs/index.php/Site_Map:_Multiple_Column_Lists ***************************************************************************/ .listcolumn2 { /* 2 columns */ margin-top: 2em } .listcolumn3 { /* 3 columns */ margin-top: 2em } /* no gaps between individual names. no bullets or anything. */ li.names { margin-top: 0; text-align: left; margin-bottom: 0; list-style-type: none } /* used for the Initial letters in the list of names */ p.initial { margin-left: 4em } /************************************************************************** Poetry ***************************************************************************/ .poem { margin-left: 10%; margin-right: 10%; text-align: left } .poem br { display: none } .poem .stanza { margin: 0.25em 0 0.25em 0 } .poem span { display: block; margin: 0; padding-left: 3em; text-indent: -3em } .poem span.i0 { display: block; margin-left: 0 } .poem span.i1 { display: block; margin-left: 1em } .poem span.i2 { display: block; margin-left: 2em } .poem span.i3 { display: block; margin-left: 3em } .poem span.i4 { display: block; margin-left: 4em } .poem span.i5 { display: block; margin-left: 5em } .poem span.i6 { display: block; margin-left: 6em } .poem span.i7 { display: block; margin-left: 7em } .poem span.i8 { display: block; margin-left: 8em } .poem span.i9 { display: block; margin-left: 9em } .poem span.i10 { display: block; margin-left: 10em } .poem span.i12 { display: block; margin-left: 12em } .poem span.i14 { display: block; margin-left: 14em } .poem span.i16 { display: block; margin-left: 16em } /************************************************************************* footnotes (used only for transcriber's notes) **************************************************************************/ /* box round the footnotes */ .footnotes { border: dashed 1px gray; background-color: #EEE; padding: 0 1em 1em 1em; margin-top: 6em } .footnote { font-size: 90% } .footnote .label { /* style the [nn] label left of footnote */ /* floated left of footnote text */ text-align: left; /* aligned left in float */ /* uniform width of [1] and [99] */ } .footnote a { /* take underline off the footnote label link */ text-decoration: none } .fnanchor { /* style the [nn] reference in the body text */ font-size: 80%; /* a very discrete number */ text-decoration: none; /* no underscore, blue color is enough */ vertical-align: 0.25em; /* raise up from baseline a bit */ } /************************************************************************** sidenotes ***************************************************************************/ /* body has L margin 7em, R margin 25% */ .rightnote { font-size: 75%; text-align: left; width: 20%; padding-left: 0; text-indent: 0; margin: 0 0 0 0 } .yearnote { width: 6em; font-size: 90%; text-align: center } /* poems have different margins and text indenting */ .poem span.rightnote { font-size: 75%; text-align: left; padding-left: 0; text-indent: 0; margin: 0 0 0 0 } /* blockquotes have different margins and text indenting */ .blockquot span.rightnote { font-size: 75%; text-align: left; padding-left: 0; text-indent: 0; margin: 0 0 0 0 } /* hide some stuff when css is active */ .hidden { display: none } .poem span.hidden { display: none } /**************************************************************************** Page numbers ****************************************************************************/ .pagenum { /* right-margin page numbers */ display: inline; /* set to "none" to make #s disappear */ font-size: 70%; /* tiny type.. */ text-align: right; 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 */ margin-left: 0; text-indent: 0 } /* poems have different margins and text indenting */ .poem span.pagenum { /* right-margin page numbers */ display: inline; /* set to "none" to make #s disappear */ font-size: 70%; /* tiny type.. */ text-align: right; 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 */ margin-left: 0; text-indent: 0 } /***************************************************************** end ******************************************************************/