/**/ body { margin-left: 10%; margin-right: 10% } h1, h2, h3 { text-align: center; /* all headings centered */ clear: both } h1 { font-size: 1.8em } h3 { font-weight: normal } .small { font-size: small } .medium { font-size: medium } .large { font-size: large } .font2p2em { font-size: 2em } .bold { font-weight: bold } p { line-height: 130%; margin-top: 0.51em; text-indent: 1em; text-align: justify; margin-bottom: 0.49em } div.centered { text-align: center } div.narrow { display: inline-block; max-width: 60% } div.section { /* */ } div.chapter { /* */ } .p1 { margin-top: 1em } .p2 { margin-top: 2em } .p4 { margin-top: 4em } .noindent { text-indent: 0 } a { text-decoration: none } a.underline { text-decoration: underline } hr { width: 33%; margin-top: 2em; margin-bottom: 2em; margin-left: auto; margin-right: auto; clear: both } hr.chap { width: 65% } hr.r5 { width: 5%; margin-top: 1em; margin-bottom: 1em } hr.r10 { width: 10% } table.personae { margin-left: auto; margin-right: auto; width: auto; max-width: 80% } td.left { white-space: nowrap; text-align: left; vertical-align: middle; padding-top: 0; padding-bottom: 0 } td.center { white-space: nowrap; text-align: center; vertical-align: middle; padding-top: 0; padding-bottom: 0 } td.right { white-space: nowrap; text-align: right; vertical-align: middle; padding-top: 0; padding-bottom: 0 } .pagenum { /* uncomment the next line for invisible page numbers */ /* visibility: hidden; */ font-size: smaller; text-align: right } .center { text-align: center } .right { text-align: right } .smcap { font-variant: small-caps } .right-indent-2em { margin-right: 2em } .left-indent-2em { margin-left: 2em } /* Footnotes */ .footnotes { border: dashed 1px } .footnote { margin-left: 10%; margin-right: 10% } .footnote .label { text-align: right } .fnanchor { vertical-align: top; font-size: 80%; text-decoration: none } .fn-para { text-indent: 0; font-size: 90% } /* New centred poetry CSS */ .poetry-container { text-align: center } .poetry { display: inline-block; text-align: left } .poetry .stanza { margin: 1em auto } .poetry .verse { text-indent: -3em; padding-left: 3em } .poetry .indent1 { text-indent: -1em } /* Letter date and address - treated like verse as line breaks and justification/indenting is important. */ .letter-from-address-container { text-align: right; margin-right: 2em } .letter-from-address { display: inline-block; text-align: center } .letter-from-address .location-and-date { margin: 0 auto } .letter-from-address .location-and-date-line { font-size: small } /* Image stuff */ img { width: 100%; height: auto } .figcenter { margin: auto; text-align: center } .center-img-portrait { margin: 0 33%; page-break-inside: avoid; page-break-before: auto } .center-img-landscape { margin: 0 20%; page-break-inside: avoid; page-break-before: auto } @media all { /* was @media handheld */ .center-img-landscape { margin: 0 0; page-break-inside: avoid; page-break-before: auto } .center-img-portrait { margin: 0 25%; page-break-inside: avoid; page-break-before: auto } } /* Transcriber's notes */ .transnote { background-color: #E6E6FA; margin-left: 15%; margin-right: 15%; color: black; font-size: smaller; padding: 0.5em; margin-bottom: 5em; font-family: sans-serif, serif } p.TN-style-1 { text-indent: 0; margin-top: 1.5em; font-size: small } p.TN-style-2 { margin-top: 1em; text-indent: -1em; margin-left: 3em; font-size: small } /* Nigel's fix for non-illo dropcaps. This modified version is scaled */ /* to have the whole of the dropcap'd word or phrase capitalised. */ p.drop-cap1:first-letter, p.drop-cap2:first-letter, p.drop-cap3:first-letter { font-size: 280%; line-height: 0.85em; margin-top: 0.02em } @media all { /* was @media handheld */ p.drop-cap1, p.drop-cap2, p.drop-cap3 { text-indent: 0; /* restore default */ } p.drop-cap1:first-letter, p.drop-cap2:first-letter, p.drop-cap3:first-letter { float: none; font-size: 100%; line-height: 1em; margin: 0 } } .coverimg { visibility: visible; display: block } @media all { /* was @media handheld */ .coverimg { visibility: hidden; display: none } } .onlyforepub { visibility: hidden; display: none } @media all { /* was @media handheld */ .onlyforepub { visibility: visible; display: block } } /**/