@charset "UTF-8"; /* blitz — CSS framework for reflowable eBooks Version 0.95 by Jiminy Panoz Codename: Blonde Rock & Roll License: MIT (https://opensource.org/licenses/MIT) */ /* NAMESPACES */ @namespace h "http://www.w3.org/1999/xhtml/"; @namespace epub "http://www.idpg.org/2007/ops"; /* if you need to style epub:type */ @namespace m "http://www.w3.org/1998/Math/MathML/"; /* if you need to style MathML */ @namespace svg "http://www.w3.org/2000/svg"; /* if you need to style SVG */ html { /* Don't use it for styling, used as selector which can take a punch if anything goes wrong above */ } /* Begin CSS */ /* Reset */ /* So here's the trick, we must reset to manage a number of problems once and for all: - HTML5 backwards compatibility (EPUB 3 file in EPUB 2 app); - user settings (e.g. line-height on Kobo and Kindle); - CSS bloat (DRY); - KFX for which a reset using `border: 0` seems to disable support; - etc. It all started as a normalize and became a reset given the magnitude of the task. */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin:0; padding:0; /* RS may apply vertical padding to el such as p */ border: 0; /* Font size in pixel disable the user setting in legacy RMSDK */ line-height: inherit; /* Kindle ignores it, Kobo needs it. If you don’t use inherit, the user setting may be disabled on some Kobo devices */ vertical-align: baseline; -webkit-hyphens:none; -moz-hyphens:none; hyphens:none; } Disable hyphens element { -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; -epub-hyphens: none; hyphens: none; } @page { margin: 1.2em; } body { orphans: 1; margin: 0em; widows: 1; } h1,h2,h3,h4,h5,h6 { page-break-after:avoid; -epub-hyphens: none !important; hyphens: none !important; } /* This is absolutely necessary for backwards compatibility */ article, aside, details, figure, figcaption, footer, header, hgroup, main, nav, section { display: block; } .copya { font-size: 0.9em; margin-top: 1.5em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .copy { font-size: 0.9em; margin-top: 1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .copy1 { font-size: 0.9em; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .ded { font-size: 0.9em; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0.01em; text-align: left; } .ded1 { font-size: 0.9em; margin-top: 1em; margin-bottom: 0em; text-indent: 0.01em; text-align: left; } .sidebar { border-left: 1px solid #000000; margin-top: 3em; margin-left: 1em; margin-right: 2em; margin-bottom: 0em; padding-left: 1em; padding-top: 1em; padding-bottom: 1em; } .epig { font-size: 0.9em; margin-top: 1.5em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .epig1 { font-size: 0.8em; margin-top: 1em; margin-bottom: 1em; text-indent: 0em; text-align: left; } .h1 { font-size: 1.7em; font-weight: bold; margin-top: 0.5em; margin-bottom: 1.5em; margin-left: 0em; page-break-after: avoid; text-align: left; } .subtitle { font-size: 1.3em; margin-top: 1.5em; margin-bottom: 5em; margin-left: 0em; margin-right: 0em; text-align: left; } .author { font-size: 1.3em; margin-top: 2em; margin-bottom: 1em; text-align: left; } .pub { margin-top: 2em; margin-bottom: 0.4em; text-align: left; } .pub1 { font-size: 0.9em; margin-top: 0.3em; margin-bottom: 0.1em; text-align: left; } .h1a { font-size: 1.3em; font-weight: bold; margin-top: 1.5em; margin-bottom: 1.5em; margin-left: 1em; page-break-after: avoid; text-align: left; } .h1t { font-size: 1.3em; font-weight: bold; margin-top: 1.5em; margin-bottom: 2.5em; margin-left: 0em; page-break-after: avoid; text-align: left; } .h2 { font-size: 1.1em; font-weight: bold; margin-top: 1.2em; margin-bottom: 1em; text-indent: 0em; text-align: left; page-break-after: avoid; } .h2a { font-size: 0.95em; font-weight: bold; margin-top: 1.2em; margin-bottom: 0.6em; text-indent: 0em; text-align: left; page-break-after: avoid; } .half { font-size: 1.5em; font-weight: bold; margin-top: 4em; margin-bottom: 0.5em; margin-left: 2em; margin-right: 2em; text-align: center; } figure.image { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .caption { font-size: 0.9em; margin-top: 0.2em; margin-bottom: 1em; text-indent: 0em; text-align: left; } .indent { font-size: 1em; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 1.2em; text-align: justify; } ul.index-entries { list-style-type: none; margin-top: 1em; margin-bottom: 0em; margin-left: 0em; } .indexmain { margin-top: 0em; margin-bottom: 0em; padding-left: 0.8em; text-indent: -0.8em; text-align: left; } ul.indexsubentry { list-style-type: none; margin-top: 0em; margin-bottom: 0em; padding-left: 0em; } .indexsub { list-style-type: none; margin-top: 0em; margin-bottom: 0em; padding-left: 0.8em; text-indent: -0.8em; text-align: left; } .noindent { margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0.01em; text-align: justify; } .epi { margin-top: 1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .epi1 { margin-top: 0.5em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .es { margin-top: 0.3em; margin-bottom: 0.1em; margin-left: 1em; text-indent: -1em; text-align: left; } .box { border: solid #000000 0.1em; page-break-inside: avoid; margin-top: 1.2em; margin-bottom: 1.2em; padding: 0.75em; text-indent: 0em; text-align: left; } .boxhead { font-size: 1.1em; font-weight: bold; line-height: 1em; margin-top: 0.5em; margin-bottom: 1em; text-align: left; } .boxpara { margin-top: 0.1em; margin-bottom: 0.1em; text-align: left; } .boxparai { margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 1.2em; text-align: left; } .bull { margin-top: 0.1em; margin-bottom: 0.1em; margin-left: 2em; text-indent: -0.6em; text-align: left; } .nlist { margin-top: 0.1em; margin-bottom: 0.1em; margin-left: 2em; text-indent: -1em; text-align: left; } span.smallcaps { font-size: 0.75em; } .toc { margin-top: 0.5em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .toc1 { margin-top: 0.5em; margin-bottom: 0.1em; margin-left: 1.2em; text-indent: 0em; text-align: left; } .toct { margin-top: 1.2em; margin-bottom: 0.1em; margin-left: 1.2em; text-indent: 0em; text-align: left; } a { text-decoration: none; } sup { font-size: 65%; line-height: 0.8em; vertical-align: super; } sub { font-size: 65%; line-height: 0.8em; vertical-align: sub; } img { max-width: 100%; max-height: 98%; } .imagefp { margin-top: 1em; margin-bottom: 1em; text-align: center; } .imagefc { text-align: center; } table { margin-top: 0.5em; margin-bottom: 0.5em; vertical-align:top; width: 100%; border-collapse:collapse; } td { padding: 0.2em; vertical-align:top; border-collapse:collapse; } .blockquote { margin-top: 1.2em; margin-bottom: 1.2em; margin-left: 1.3em; margin-right: 1.3em; text-indent: 0em; font-size: 0.9em; } .blockquote1 { margin-top: 1.5em; margin-bottom: 2.5em; margin-left: 0em; margin-right: 1.3em; text-indent: 0em; font-size: 0.9em; } .block { margin-top: 0em; margin-bottom: 0em; text-indent: 0em; text-align: left; } .blockh { margin-top: 0em; margin-bottom: 0em; margin-left: 1em; text-indent: -1em; text-align: left; } .blockh1 { margin-top: 1em; margin-bottom: 0em; margin-left: 1em; text-indent: -1em; text-align: left; } .f1 { color: #949599; } ul.ul_none { margin-top: 1em; margin-bottom: 1em; padding-left: 0em; list-style-type: none; margin-left: 0em; } ol.ol_none { margin-top: 1em; margin-bottom: 1em; padding-left: 0em; list-style-type: none; margin-left: 0em; } ol.ol_nonea { margin-top: 0.3em; margin-bottom: 1em; padding-left: 0em; list-style-type:none; margin-left: 0em; } .fm { font-size: 0.9em; margin-top: 2em; margin-bottom: 1em; margin-left: 0em; text-indent: 0em; text-align: left; } .fm1 { font-size: 0.95em; margin-top: 1em; margin-bottom: 1em; margin-left: 0em; text-indent: 0em; text-align: left; } .f2 { display: block; } .ref { font-size: 0.9em; margin-top: 0em; margin-bottom: 0em; margin-left: 1.5em; text-indent: -1em; text-align: left; } .ref1 { font-size: 0.9em; margin-top: 0em; margin-bottom: 0em; margin-left: 1.5em; text-indent: -1.5em; text-align: left; }