@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; } /* This is absolutely necessary for backwards compatibility */ article, aside, details, figure, figcaption, footer, header, hgroup, main, nav, section { display: block; } /* page margins for nook and kobo */ @page { margin: 1.2em; } body { font-size: 100%; text-align: left; margin:0 auto; /* RS will override margins anyways */ padding: 0; widows: 2; /* iBooks and Kobo support widows and orphans */ orphans: 2; } @font-face { font-family: "RotisSansSerif"; src: url(../fonts/RotisSansSerif.ttf); font-style: normal; font-weight: normal; } @font-face { font-family: "RotisSansSerif"; src: url(../fonts/RotisSansSerif-Italic.ttf); font-style: italic; font-weight: normal; } @font-face { font-family: "RotisSansSerif"; src: url(../fonts/RotisSansSerif-Bold.ttf); font-style: normal; font-weight: bold; } @font-face { font-family: "Gotham"; src: url(../fonts/Gotham-Book.ttf); font-style: normal; font-weight: normal; } @font-face { font-family: "Gotham"; src: url(../fonts/Gotham-BookItalic.ttf); font-style: italic; font-weight: normal; } @font-face { font-family: "Gotham"; src: url(../fonts/Gotham-Bold.ttf); font-style: normal; font-weight: bold; } @font-face { font-family: "Gotham"; src: url(../fonts/Gotham-BoldItalic.ttf); font-style: italic; font-weight: bold; } @font-face { font-family: "RockwellStd"; src: url(../fonts/RockwellStd.ttf); font-style: normal; font-weight: normal; } @font-face { font-family: "RockwellStd"; src: url(../fonts/RockwellStd-Bold.ttf); font-style: normal; font-weight: bold; } @font-face { font-family: "RockwellStd"; src: url(../fonts/RockwellStd-BoldItalic.ttf); font-style: italic; font-weight: bold; } @font-face { font-family: "RockwellStd"; src: url(../fonts/RockwellStd-Italic.ttf); font-style: italic; font-weight: normal; } @font-face { font-family: "OpenSans"; src: url(../fonts/OpenSans.ttf); font-style: normal; font-weight: normal; } @font-face { font-family: "OpenSans"; src: url(../fonts/OpenSans-Italic.ttf); font-style: italic; font-weight: normal; } @font-face { font-family: "OpenSans"; src: url(../fonts/OpenSans-Bold.ttf); font-style: normal; font-weight: bold; } @font-face { font-family: "OpenSans"; src: url(../fonts/OpenSans-BoldItalic.ttf); font-style: italic; font-weight: bold; } h1,h2,h3,h4,h5,h6 { page-break-after:avoid; -epub-hyphens: none !important; adobe-hyphenate: none !important; hyphens: none !important; page-break-after: avoid !important; } .h1 { font-family: "Gotham", sans-serif; font-weight: normal; font-size: 160%; margin-top: 1em; margin-bottom: 0em; text-align: center; } .h2 { font-family: "OpenSans", sans-serif; font-size: 190%; font-weight: bold; line-height: 1em; margin-top: 0.1em; margin-bottom: 0.5em; text-align: center; } .h2a { font-family: "OpenSans", sans-serif; font-size: 190%; font-weight: bold; line-height: 1em; margin-top: 2.5em; margin-bottom: 0.5em; text-align: center; } .h3 { font-family: "OpenSans", sans-serif; font-weight: normal; font-size: 115%; line-height: 1em; margin-top: 1.2em; margin-bottom: 0.3em; text-indent: 0em; text-align: left; } .h3i { page-break-before: always; font-family: "RockwellStd", serif; font-size: 145%; font-weight: normal; line-height: 1.1em; margin-top: 1.2em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; } .h3r { page-break-before: always; font-family: "OpenSans", sans-serif; font-weight: bold; font-size: 150%; line-height: 1em; margin-top: 1em; margin-bottom: 0.8em; text-align: center; } .pub { margin-top: 3em; margin-bottom: 0.3em; text-align: center; } .author { font-family: "Gotham", sans-serif; font-size: 65%; font-weight: normal; letter-spacing: 0.03em; margin-top: 2em; margin-bottom: 0.1em; text-align: center; } .subtitle { font-family: "Gotham", sans-serif; font-size: 85%; font-weight: normal; margin-top: 0.2em; margin-bottom: 0.1em; text-align: center; } .quote { font-family: "OpenSans", sans-serif; line-height: 1.5em; font-size: 100%; margin-top: 1em; margin-bottom: 1em; margin-left: 2em; margin-right: 2em; padding: 0.7em; border-top: solid 0.1em; border-bottom: solid 0.1em; text-align: center; } .quotei { margin-top: 1em; margin-bottom: 1em; margin-left: 1em; margin-right: 1em; text-indent: 0em; text-align: left; } .noindent { margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .noindent1 { margin-top: 1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .noindenta { margin-top: 1.5em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .noindentb { margin-top: 0.1em; margin-bottom: 1em; text-indent: 0em; text-align: left; } .indent { margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 1em; text-align: left; } .indenta { margin-top: 0.1em; margin-bottom: 0.1em; margin-left: 1em; text-indent: 1em; text-align: left; } .indentt { margin-top: 1em; margin-bottom: 0.1em; text-indent: 1em; text-align: left; } .indentb { margin-top: 0.1em; margin-bottom: 1em; text-indent: 1em; text-align: left; } .caption { font-family: "RotisSansSerif", sans-serif; font-size: 85%; line-height: 1.15em; font-weight: bold; margin-top: 0.1em; margin-bottom: 1.5em; text-align: left; text-indent: 0em; } .step { font-size: 90%; font-weight: normal; margin-top: 0.1em; margin-bottom: 1em; text-align: left; text-indent: 0em; } .blist { margin-top: 0.1em; margin-bottom: 0.1em; margin-left: 1.7em; text-indent: -0.6em; text-align: left; } .blista { font-family: "OpenSans", sans-serif; font-size: 90%; margin-top: 0.1em; margin-bottom: 0.4em; margin-left: 1.5em; text-indent: -0.6em; text-align: left; } .ilista { font-family: "RotisSansSerif", sans-serif; font-size: 85%; margin-top: 0.1em; margin-bottom: 0.4em; text-indent: 0em; text-align: left; } .ilisti { font-family: "RotisSansSerif", sans-serif; font-size: 85%; margin-top: 0.1em; margin-bottom: 0.4em; margin-left: 1em; text-indent: 0em; text-align: left; } .tocchap { font-family: "OpenSans", sans-serif; font-weight: normal; font-size: 105%; margin-top: 1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .tocsec { font-family: "OpenSans", sans-serif; font-size: 85%; margin-top: 0.2em; margin-bottom: 0.2em; margin-left: 1em; text-indent: 0em; text-align: left; } .sidebar { page-break-inside: avoid; margin-top: 1.5em; margin-bottom: 1.5em; text-align: left; text-indent: 0em; padding: 0.75em; background-color: #ffec82; border: solid #ffec82 0.1em; border-radius: 0.8em; } .sidebara { page-break-before: always; page-break-inside: avoid; margin-top: 1.5em; margin-bottom: 1.5em; text-align: left; text-indent: 0em; padding: 0.75em; background-color: #ffec82; border: solid #ffec82 0.1em; border-radius: 0.8em; } .sidebar1 { page-break-before: always; margin-top: 1.5em; margin-bottom: 1.5em; text-align: left; text-indent: 0em; padding: 0.75em; background-color: #ffde3f; border: solid #ffde3f 0.1em; } .sidebar2 { page-break-inside: avoid; margin-top: 1.5em; margin-bottom: 1.5em; text-align: left; text-indent: 0em; padding: 0.5em; background-color: #ffe56f; } .stitle { font-family: "RockwellStd", serif; font-size: 120%; line-height: 1em; font-weight: normal; margin-top: 0em; margin-bottom: 0.6em; text-align: center; } .stitlen { font-family: "RockwellStd", serif; font-size: 120%; line-height: 1em; font-weight: bold; margin-top: 0.1em; margin-bottom: 0.5em; text-align: center; } .stitlei { line-height: 1em; font-size: 80%; font-family: "OpenSans", sans-serif; font-weight: normal; margin-top: -0.1em; margin-bottom: 0.5em; text-align: center; } .stitlea { font-family: "OpenSans", sans-serif; line-height: 1em; font-size: 150%; margin-top: 0.1em; margin-bottom: 0.1em; text-align: center; } .stitleb { font-family: "OpenSans", sans-serif; line-height: 1em; font-size: 150%; margin-top: 0.1em; margin-bottom: 0.5em; text-align: center; } .ahead { font-family: "OpenSans", sans-serif; font-size: 80%; margin-top: 1em; margin-bottom: 0.3em; text-indent: 0em; text-align: left; } .spara { font-family: "OpenSans", sans-serif; font-size: 90%; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .sparab { font-family: "OpenSans", sans-serif; font-size: 90%; margin-top: 0.1em; margin-bottom: 0.8em; text-indent: 0em; text-align: left; } .sparaa { font-family: "OpenSans", sans-serif; font-size: 90%; margin-top: 1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .sparai { font-family: "OpenSans", sans-serif; font-size: 90%; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 1.2em; text-align: left; } .subhead { font-family: "OpenSans", sans-serif; font-size: 95%; margin-top: 0.1em; margin-bottom: 1em; text-align: center; } .credit { font-size: 90%; margin-top: 1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .ded { font-family: "OpenSans", sans-serif; font-size: 140%; margin-top: 0.5em; margin-bottom: 0.5em; text-align: center; } .indexmain1 { margin-top: 1em; margin-bottom: 0.1em; text-indent: -1.5em; margin-left: 1.5em; text-align: left; } .indexmain { margin-top: 0.1em; margin-bottom: 0.1em; text-indent: -1.5em; margin-left: 1.5em; text-align: left; } .indexsub { margin-top: 0.1em; margin-bottom: 0.1em; text-indent: -1.5em; margin-left: 2.5em; text-align: left; } .copy1 { font-size: 90%; margin-top: 1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .copy { font-size: 90%; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .copyi { font-size: 90%; margin-top: 0.1em; margin-bottom: 0.1em; margin-left: 1em; text-indent: -1em; text-align: left; } .f1 { font-size: 60%; font-weight: normal; } .f2 { font-family: "OpenSans", sans-serif; font-size: 90%; } .f3 { font-size: 85%; } aside { display: block; } .num { font-size: 80%; vertical-align: .5ex; } .den { font-size: 80%; } /* Styling is improved to prevent sub from affecting line-height */ .sub { font-size: 75%; line-height: 1.2; vertical-align: sub; /* Fallback */ vertical-align: -15%; } /* Styling is improved to prevent sup from affecting line-height */ .sup { font-size: 75%; line-height: 1.2; vertical-align: super; /* Fallback */ vertical-align: 25%; } .hidden { display: none; visibility: hidden; } .group { page-break-inside: avoid; } .groupa { page-break-before: always; } .groupaa { page-break-before: always; margin-top: 0.5em; padding-top: 0.25em; } ol { list-style-type:none; margin: 0em; } a { text-decoration: none; } /* Table CSS */ table { border-collapse:collapse; } td { padding: 0.1em; } .t1 { margin-left: 1em; } .t2 { width:100%; margin-top: 0.7em; margin-bottom: 0.3em; font-size: 90%; } .thead { font-family: "OpenSans", sans-serif; font-size: 80%; margin-top: 0em; margin-bottom: 0.5em; margin-left: 0.5em; text-indent: 0em; text-align: left; } .theadc { font-family: "OpenSans", sans-serif; font-size: 80%; margin-top: 0em; margin-bottom: 0.5em; text-align: center; } .b1 { border-top: solid #FFFFFF 0.15em; border-bottom: solid #FFFFFF 0.15em; border-right: solid #FFFFFF 0.15em; background-color: #ffeb93; } .b2 { border-top: solid #FFFFFF 0.15em; border-bottom: solid #FFFFFF 0.15em; background-color: #fff1b6; } .b3 { border-top: solid #FFFFFF 0.15em; border-bottom: solid #FFFFFF 0.15em; background-color: #ffeb93; } .b4 { background-color: #fff5c0; } .tdhead { font-size: 70%; font-family: "OpenSans", sans-serif; margin-top: 0.3em; margin-bottom: 0.3em; text-align: center; } .tpara { font-family: "RotisSansSerif", sans-serif; font-size: 85%; margin-top: 0.1em; margin-bottom: 0.1em; margin-left: 0.5em; text-indent: 0em; text-align: left; } .tparab { font-family: "RotisSansSerif", sans-serif; font-size: 85%; margin-top: 0.1em; margin-bottom: 0.8em; margin-left: 0.5em; text-indent: 0em; text-align: left; } .tparac { font-family: "RotisSansSerif", sans-serif; font-size: 80%; margin-top: 0.1em; margin-bottom: 0.1em; text-align: center; } .top { vertical-align: top; } /* For Cover Images */ .imagefp { height: 98%; margin: 0em; text-align: center; } .imagefp:only-of-type { height: 98vh; margin: 0em; text-align: center; } .imagefc { width: 100%; } .col { columns: 2; }/* For Inline Images */ .in30 { width: 33%; } .in20 { width: 20%; } .in60 { width: 100%; } .in90 { width: 90%; } /* For float Images*/ .ft50 { width: 50%; float: right; padding-left: 0.5em; margin: 0em; } .ft50 img { width: 100%; } .ft40 { width: 40%; float: right; padding-left: 0.5em; margin: 0em; } .ft40 img { width: 100%; } .ft30 { width: 30%; float: right; padding-left: 0.5em; margin: 0em; } .ft30 img { width: 100%; } /* For Landscape Images (width or without caption) */ .land100 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land100 img { width: 100%; } .land100a { margin: 0em; text-align: center; } .land100a img { width: 100%; } .land90 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land90 img { width: 90%; } .land85 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land85 img { width: 85%; } .land70 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land70 img { width: 70%; } /* Portrait Images - width or without Caption */ .portvh80 { margin: 1em 0 0 0; text-align: center; height: 80%; } .vh80 { height: 100%; } .vh80:only-of-type { height: 80vh; } .portvh98 { margin: 1em 0 0 0; text-align: center; height: 98%; } .vh98 { height: 100%; } .vh98:only-of-type { height: 98vh; }