/* ------DIVERSION BOOKS - SEPTEMBER 2015 -------- */ /* ----------------- GENERAL STYLES -------------- */ body { margin: 1em; text-align: justify; } p { hyphens: auto; margin-bottom: 0; margin-top: 0; text-indent: 1.5em; orphans: 2; widows: 2; font-size: 1em; line-height: 1.4em; font-family: serif; } p.copyright { font-size: 0.85em; margin-top: 1em; text-indent: 0; text-align: center; } p.first { text-indent: 0; } p.noindent { text-indent: 0; margin:0; } p.smallbreak { text-indent: 0; margin-top: 1.5em; } p.sectiontop { margin-top: 3em; text-indent: 0; } p.hanging { margin-left: 3em; text-indent: -1.5em; } p.hanging1 { margin-left: 5em; text-indent: -1.5em; } p.parabreak { text-indent: 0; margin-top: 1.5em; margin-bottom: 1.5em; text-align: center; } p.single { margin-bottom: 1em; } p.double { margin-bottom: 2em; } p.triple { margin-bottom: 3em; } p.right { text-align: left; margin-left: 60%; text-indent: 0; } p.center { text-align: center; margin-bottom: 1em; text-indent: 0; } blockquote { margin-top: 1em; margin-right: 1.5em; margin-bottom: 1em; margin-left: 1.5em; font-family: serif; } span.underline {text-decoration: underline;} span.strike {text-decoration: line-through;} small { font-size: 85%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } /* ----------------- HEADINGS -------------- */ h1, h2, h3, h4, h5, h6 { font-weight: normal; page-break-after: avoid; text-align: center; font-family: serif; } h1 { margin-top: 2em; font-size: 2em; line-height: 1.1em; } h2 { margin-top: 1.25em; font-size: 1.8em; line-height: 1.2em; } h3 { margin-top: 1.5em; font-size: 1.5em; line-height: 1.2em; } h4 { margin-top: 3em; margin-bottom: 0.5em; font-size: 1.3em; line-height: 1.4em; text-align: left; } h5 { margin-top: 2em; margin-bottom: 0.5em; font-size: 1.1em; line-height: 1.4em; text-align: left; } h6 { margin-top: 2em; margin-bottom: 0.5em; font-size: 1em; font-weight: bold; line-height: 1.4em; text-transform: uppercase; text-align: left; } /* ----------------- IMAGES -------------- */ .figure { page-break-inside: avoid; text-align: center; } .figure img { width: 60%; } div.figcaption { margin-bottom: 2em; text-align: justify; font-size: 0.85em; line-height: 1.250; font-family: serif; } /* ----------------- LISTS -------------- */ ul, ol { margin-top: 1em; margin-bottom: 1em; padding-left: 3em; font-family: serif; } ul { list-style: disc; } ol { list-style: decimal; } ul.disc { list-style-type: disc; } ul.circle { list-style-type: circle; } ul.square { list-style-type: square; } ol.decimal { list-style-type: decimal; } ol.upper-roman { list-style-type: upper-roman; } ol.lower-roman { list-style-type: lower-roman; } ol.upper-alpha { list-style-type: upper-alpha; } ol.lower-alpha { list-style-type: lower-alpha; } /* -------------- Tables -------------- */ table { border-collapse: collapse; margin: 1em; margin-left: 2em; margin-right: 2em; } td, th { padding: 3px 5px; } table.grid { border: 1px solid black; } table.grid td, table.grid th { border: 1px solid black; } /* ----------------- MISC -------------- */ a { color: #f0960e; text-decoration: none; } a:visited { color: #a66604; text-decoration: none; } hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } span.smallcaps { font-variant: small-caps; }