/* XML blockout */ /***************************************************** basics ******************************************************/ body { margin-left: 20%; margin-right: 20% } p { margin-top: 0.75em; text-align: justify; margin-bottom: 0.75em; line-height: 1.5 } /* all headings centered */ h1, h2, h3 { text-align: center; clear: both } h1, h2 { margin-top: 5em } /* 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 } .pagesig, .pagenum { font-size: x-small; background-color: inherit; color: gray; text-indent: 0; font-style: normal; font-variant: normal; font-weight: normal; border: 1px solid silver; text-align: right; /* ..right-justified.. */ margin: 0 0 0 0; text-decoration: none } /* page numbers */ .pagesig { right: 92% } .center { text-align: center } .toright { text-align: right } .smcap { font-variant: small-caps } .big { font-size: 120% } .bigger { font-size: 150% } .biggest { font-size: 170% } .little { font-size: 80% } .littler { font-size: 75% } .littlest { font-size: 60% } .gap { margin-top: 4em } .gaplet { margin-top: 2em } .biggap { margin-top: 8em } .atright { margin-left: 65% } .moustache { font-size: 400% } .hanging { margin-left: 2em; text-indent: -1em; margin-top: 0; margin-bottom: 0 } .unhanging { margin-left: 2em; margin-top: 0; margin-bottom: 0 } .tn { margin-left: 2em; text-indent: -1em } .italics { font-style: italic } /*********************************************************** illos etc ************************************************************/ span.dropcap { display: none } /* this goes around the first letter of the first word */ /* You need a unique span like this for each of your drop cap images */ span.dropcapr { /* adjust for your image */ margin: 0 0.2em 0.2em 0; background: url(@public@vhost@g@gutenberg@html@files@19589@19589-h@images@dropcapr.png) no-repeat top left } span.dropcapt { /* adjust for your image */ margin: 0 0.2em 0.2em 0; background: url(@public@vhost@g@gutenberg@html@files@19589@19589-h@images@dropcapt.png) no-repeat top left } .figcenter, .figtp { margin: auto; text-align: center } .titlepage { border: solid 1px black } /************************************************************** footnotes etc ***************************************************************/ .transnote { background-color: #EEE; color: inherit; margin: 2em 5% 1em 5%; font-size: 80%; padding: 0.5em 1em 0.5em 1em; font-family: verdana, arial, sans-serif } .transnote p { text-align: left } .correction { text-decoration: none; border-bottom: thin dotted red; color: inherit; background-color: inherit } a.correction:hover { text-decoration: none } /********************************************************* 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; padding: 0; margin-top: 0; margin-bottom: 0; vertical-align: top } td.middle { vertical-align: middle }