/* XML blockout */ /***************************************************** basics ******************************************************/ body { margin-left: 10%; margin-right: 10% } p { margin-top: 0.75em; text-align: justify; margin-bottom: 0.75em; line-height: 1.5 } h1, h2 { text-align: center; clear: both } h1 { margin-top: 2em } h2 { margin-top: 5em } hr { width: 33%; clear: both; margin-top: 2em; margin-bottom: 2em; margin-left: auto; margin-right: auto } hr.small { width: 10%; clear: both; margin-top: 1em; margin-bottom: 1em; 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 } .center { text-align: center } .smcap { font-variant: small-caps } .big { font-size: 120% } .bigger { font-size: 150% } .gap { margin-top: 4em } .biggap { margin-top: 6em } .gaplet { margin-top: 2em } .nogap { margin-top: 0 } .nofgap { margin-bottom: 0 } /************************************************************** page numbers ***************************************************************/ .pagebreak { font-size: x-small; background-color: inherit; color: black; text-indent: 0; font-style: normal; font-variant: normal; font-weight: normal; text-align: right; letter-spacing: normal } span[title].pagebreak:after { content: "[Pg " attr(title) "] " } /************************************************************ illos *************************************************************/ .figcenter { margin: auto; text-align: center; padding-top: 3em; padding-bottom: 3em } .caption { font-size: 90% } hr.full { width: 100%; margin-top: 3em; margin-bottom: 0; margin-left: auto; margin-right: auto; border-width: 4px 0 0 0; /* remove all borders except the top one */ border-style: solid; border-color: #000; clear: both } pre { font-size: 75% }