/**/ /* Border around all text. Justify text. Centre headers */ body { margin-left: 10%; margin-right: 10% } p { text-align: justify } blockquote { text-align: justify } h1, h2, h3, h4, h5, h6 { text-align: center } pre { font-size: 0.7em } /* Mozilla and IE compatible rule definitions */ hr { text-align: center; width: 50% } html > body hr { margin-right: 25%; margin-left: 25%; width: 50% } hr.full { width: 100% } html > body hr.full { margin-right: 0%; margin-left: 0%; width: 100% } hr.small { text-align: center; width: 20% } html > body hr.small { margin-right: 40%; margin-left: 40%; width: 20% } /* Definitions for the footnote area */ .footnote { margin-left: 10%; margin-right: 10%; font-size: 0.9em } .footnote .label { text-align: left } a:link, a:visited { font-style: normal; text-decoration: none } a:hover { color: red } /*a:active {color: red;} */ .sidenote { margin-bottom: 1em; margin-top: 1em; padding-left: 1em; font-size: smaller; clear: right } .pagenum { font-size: smaller; text-align: right } /* page numbers */ /* --Uncomment to get page numbers displayed with text-- */ a.pagenum:after { display: inline; color: #789; /* background-color: yellow;*/ content: "{" attr(title) "}" } /* Definitions for correct display of poetry */ .poem { margin-left: 10%; margin-right: 10%; margin-bottom: 1em; text-align: left } .poem .stanza { margin: 1em 0 1em 0 } .poem .line { height: auto; padding-left: 3em; text-indent: -3em } .poem .i2 { margin-left: 1em } .poem .i4 { margin-left: 2em } .poem .i6 { margin-left: 3em } /* Italic and right-justified */ .italic { font-style: italic } .right { text-align: right } /* Definitions for the title header to each 'number' of the Tatler */ .numberheader { margin-top: 1em; border-top: solid; border-bottom: solid } .numberheader .leftheader { text-align: left } .numberheader .rightheader { text-align: right } /* Poetry in main text is italicised; poetry in footnotes or headers isn't */ .poem .line { font-style: italic } .footnote .poem .line { font-style: normal } .numberheader .poem .line { font-style: normal } /* Change cursor over Greek text (the transliteration will appear in a popup) */ :lang(el) { cursor: help } /* In XHTML, can centre using this class (or style="text-align:center") */ .centerMe { text-align: center }