/**/ /* original pagenumbers: not printed, optional screen display */ @media print { samp.pgmark { font-size: xx-small; text-align: left; text-indent: 0; font-style: normal; margin: 0; padding: 0.05em 0.5em; position: absolute; left: 1%; display: none; visibility: hidden } pre { font-size: 10pt; margin-left: -10%; margin-right: -10% } } @media screen { /* depending on your browser, change */ /* "none" to "inline" to unhide the numbers */ /* which should appear in the left margin */ samp.pgmark { border-top: thin solid silver; border-bottom: thin solid silver; font-size: xx-small; text-align: left; text-indent: 0; font-style: normal; margin: 0; padding: 0.05em 0.5em; position: absolute; left: 1%; display: none } } /* We deliberately use lengths/dimensions which are */ /* relative (to window or font size) so that we don't */ /* impose too much on people's defaults */ body { font-size: large; /* well it is a kid's book! */ margin-left: 10%; margin-right: 10% } div.main { max-width: 30em; margin-left: auto; margin-right: auto; clear: both } /* for comfortable reading */ p { text-indent: 1.5em; margin-top: 0.1em; font-size: large; text-align: justify; margin-bottom: 0.05em } p.drop { text-indent: 0; margin-top: 1em; font-size: large; text-align: justify; margin-bottom: 0.05em } p.firstword { text-indent: 0; margin-top: 0.1em; font-size: large; text-align: justify; margin-bottom: 0.05em } p.firstword span { font-style: normal; font-variant: small-caps } p.firstword:first-letter { font-size: 275%; line-height: 80% } span.roxy { margin-right: 1.5em } .tb { margin-top: 2em } a:link { color: blue; background-color: inherit; text-decoration: none } a:visited { color: blue; background-color: inherit; text-decoration: none } a:hover { color: red; background-color: inherit } .illusctr a:link img, .illusctr a:visited img { border: 2px solid white } .illusctr a:hover img { border: 2px solid red } p.illusctr { text-indent: 0; text-align: center; margin-top: 3em; margin-bottom: 3em; font-size: large; font-style: normal; font-variant: small-caps; line-height: 2em } .newchap { page-break-before: always } /* the lone table is centred */ table { margin-left: auto; margin-right: auto; margin-top: 1em; margin-bottom: 1em; border-spacing: 0.5em 0.2em } td { font-size: smaller; text-align: left } td.cntr { text-align: center } td.rt { text-align: right; width: 6em } blockquote { clear: both; margin-top: 1em; margin-bottom: 1em } /* headings */ h1, h2, h3, h4, h5, h6 { text-align: center; font-family: "Goudy", "Goudy Old Style", serif } h1.tp { word-spacing: 1.5em; letter-spacing: 0.75em; font-size: 320%; clear: both; page-break-before: always } h2.tp { margin-top: 1.5em; margin-bottom: 1.5em; font-size: 240%; word-spacing: 0.75em; letter-spacing: 0.05em } h2.chap { margin-top: 2.5em; margin-bottom: 1.5em; clear: both; word-spacing: 0.75em; letter-spacing: 0.05em; font-size: 180% } h3.tp { margin-top: 1em; margin-bottom: 1em; font-size: x-large; word-spacing: 1em; letter-spacing: 0.5em } h4.byline { font-size: small; font-weight: normal; margin-top: 4em } h4.tp { font-size: 180% } h5.tp { font-size: 150%; font-weight: normal; word-spacing: 1em; letter-spacing: -0.05em } /* for marking off the boilerplate */ hr.pg { width: 100% } /* for recording typos etc */ ins.transcriber { text-decoration: none; border-bottom: thin dotted silver } /* for decorated initials and book covers */ img.initial { clear: left; margin: 0 0 0 0 } img.cover { margin: 82px 0 0 0 } img.back { margin: 82px 0 0 0 } /* for small caps */ .smcap { font-variant: small-caps } .allsc { text-transform: lowercase; font-variant: small-caps } /* for transcriber's notes at the end */ .tnote { margin-left: 10%; margin-right: 10%; padding-bottom: 0.5em; padding-top: 0.5em; padding-left: 0.5em; padding-right: 0.5em; margin-top: 3em } .tnote p { text-indent: 0; margin-top: 0.5em; font-size: medium } /**/