@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; epub-hyphens:none; -moz-hyphens:none; hyphens:none; adobe-hyphenate:none !important; } @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; } svg { height: 98%; width: 100%; } img { max-height: 98%; max-width: 100%; } a { text-decoration: none; } .half { font-size: 1.3em; margin-top: 4em; margin-bottom: 1em; text-align: center; } .author { font-size: 1.6em; margin-top: 1em; margin-bottom: 4em; text-indent: 0em; text-align: center; } .blockquote { margin-top: 1em; margin-bottom: 1em; margin-left: 1.3em; margin-right: 1.3em; text-indent: 0em; } .block { margin-top: 0em; margin-bottom: 0em; text-indent: 0em; text-align: justify; } .copy { font-size: 0.9em; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0em; text-align: center; } .copya { font-size: 0.9em; margin-top: 1em; margin-bottom: 0.1em; text-indent: 0em; text-align: center; } .h1 { font-size: 2.2em; margin-top: 2em; margin-bottom: 1em; text-indent: 0em; text-align: center; } .h1a { font-size: 1.6em; font-weight: bold; margin-top: 1.5em; margin-bottom: 1.5em; text-indent: 0em; text-align: center; } .h1t { font-size: 1.8em; margin-top: 1.5em; margin-bottom: 0.5em; margin-left: 0.01em; text-indent: 0.01em; text-align: center; } .h1n { font-size: 1.4em; font-weight: normal; margin-top: 0.5em; margin-bottom: 2em; text-indent: 0em; text-align: center; } .h1b { font-size: 1em; margin-top: 1em; margin-bottom: 1.5em; text-align: left; display: block } .indent { margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 1.2em; text-align: justify; } .noindent { margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0.01em; text-align: justify; } .noindentt { margin-top: 1em; margin-bottom: 0.1em; text-indent: 0.01em; text-align: justify; } .imagea { margin-top: 0.5em; margin-bottom: 0.5em; text-align: center; } .toc { margin-top: 0.1em; margin-bottom: 0.1em; margin-left: 1.25em; text-indent: 0.01em; text-align: left; } .toc1 { margin-top: 0.1em; margin-bottom: 0.1em; margin-left: 1.25em; text-indent: -0.75em; text-align: left; } .toc2 { margin-top: 0.1em; margin-bottom: 0.1em; margin-left: 1.25em; text-indent: -1.25em; text-align: left; } .toct { margin-top: 1em; margin-bottom: 0.1em; margin-left: 1.25em; text-indent: 0.01em; text-align: left; } .toca { margin-top: 1em; margin-bottom: 0.1em; margin-left: 0em; text-indent: 0.01em; text-align: left; } .tocb { margin-top: 0.1em; margin-bottom: 0.1em; margin-left: 1.25em; text-indent: 0.01em; text-align: left; } sup { font-size: 0.6em; line-height: 0.8em; } .smallcaps { font-size: 75%; } 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; } .praise { margin-top: 1em; margin-bottom: 0.1em; text-indent: 0.01em; text-align: center; } .praisea { margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0.01em; text-align: center; } .ded { margin-top: 4em; margin-bottom: 0.1em; text-align: center; } .deda { margin-top: 0.5em; margin-bottom: 0.1em; text-align: center; } .also { margin-top: 4em; margin-bottom: 0.1em; text-align: center; } .alsoa { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .sutxt { font-size: 1.3em; font-weight: normal; margin-top: 0.5em; margin-bottom: 1.5em; text-indent: 0em; text-align: center; } .star { margin-top: 1em; margin-bottom: 1em; text-align: center; }