/**/ /* Meyer's CSS Reset code as documented in * http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */ html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, ins, sub, sup, ul, li, table, tr, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; background: transparent; text-decoration: none; /* end Meyer Reset */ } body { color: black; background: white } ol, ul { list-style: none } table { border-collapse: collapse; border-spacing: 0 } caption, th, td { text-align: left; font-weight: normal } blockquote:before, blockquote:after, q:before, q:after { content: "" } blockquote, q { quotes: "" "" } /* End Meyer Reset */ body { /* modest margins - this book lacks page#s on right so no need for space */ margin-left: 2em; margin-right: 2em } p { /* text paras */ line-height: 1.5em; /* readable and like original */ margin-top: 0.75em; text-align: justify; text-indent: 1em; /* as in original */ margin-bottom: 0.75em } div.image { /* images n.b. #FFF8DC is "cornsilk" which altho defacto standard is not accepted by CSS validation */ background-color: #FFF8DC; text-align: center } p.caption { /* under images */ text-align: left; margin: 0.5em 2em 0 2em; text-indent: 0 } h1, h2, h3, h4 { text-align: center; /* all headings centered */ margin-left: auto; margin-right: auto; font-weight: normal; /* heads not bold */ clear: both } h2 { font-size: 125%; line-height: 1.7em; margin-bottom: 1em } /* chapter heads */ hr { /* default rule */ width: 33%; margin: 2em auto 2em auto; clear: both } hr.chapter { /* hr above chapter breaks */ width: 50%; margin-bottom: 3em } ins { /* used for corrected typos */ border-bottom: 1px dotted gray } table { margin-left: auto; margin-right: auto; border-collapse: collapse } tr { height: 1.25em } td.r { text-align: right; padding-right: 1em } td.c { text-align: center } td.a { padding-left: 2em; text-indent: -2em } .blockquot { margin-left: 5%; margin-right: 10% } .center { text-align: center; margin-left: auto; margin-right: auto } .smcap { font-variant: small-caps } /* Footnotes */ .footnote { width: 90%; padding-left: 5%; font-size: 0.9em } .footnote .label { width: 6%; text-align: right } .fnanchor { vertical-align: super; font-size: 0.8em; text-decoration: none } /* Poetry */ .poem { margin-left: 5%; margin-right: 5%; text-align: left; line-height: 1.5em } .poem br { display: none } .poem .stanza { margin: 1em 0 1em 0 } .poem span.i0 { display: block; margin-left: 0; padding-left: 3em; text-indent: -3em } .poem span.i2 { display: block; margin-left: 2em; padding-left: 3em; text-indent: -3em } .poem span.i4 { display: block; margin-left: 4em; padding-left: 3em; text-indent: -3em } .poem span.i6 { display: block; margin-left: 6em; padding-left: 3em; text-indent: -3em } .poem span.i8 { display: block; margin-left: 8em; padding-left: 3em; text-indent: -3em } .poem span.i10 { display: block; margin-left: 10em; padding-left: 3em; text-indent: -3em } /* formatted special sections */ div#titlepage { border: 1px solid black; margin-top: 2em; margin-bottom: 3em; padding-top: 4em } div#titlepage h1 { line-height: 4em; text-align: center } div#titlepage h2 { line-height: 3em } div#titlepage h3 { line-height: 2em } div#titlepage p { text-align: center; line-height: 2em } div#titlepage hr { margin: 4em auto } /* the many pages of highly-formatted publisher ads at the back are enclosed in div#back-matter-ads */ div#back-matter-ads { line-height: 1.1em } div#back-matter-ads p { line-height: 1.1em } div#back-matter-ads h3 { /* big bold heads "CAPTAIN MARRYATT' WORKS" */ font-weight: bold; font-size: 125%; margin-top: 1em; line-height: 1.5em } div#back-matter-ads h4 { /* lesser heads in ads */ font-weight: bold; font-size: 110%; margin-top: 1em } p.ads { /* paras in backmatter exdented on the left*/ margin-left: 1.5em; text-indent: -1.5em } hr.doublewide { /* double-rule used in ads in backmatter */ width: 100%; border-top: 1px solid black; border-bottom: 1px solid black; margin: 1em auto } hr.small { /* used in ads in place of small typographical flourish */ margin-top: 0.5em; margin-bottom: 0.5em } /**/