@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 List */ @font-face { font-family: "SourceSansPro"; src: url(../fonts/SourceSansPro-Regular.ttf); font-style: normal; font-weight: normal; } @font-face { font-family: "SourceSansPro"; src: url(../fonts/SourceSansPro-It.ttf); font-style: italic; font-weight: normal; } @font-face { font-family: "SourceSansPro"; src: url(../fonts/SourceSansPro-Bold.ttf); font-style: normal; font-weight: bold; } @font-face { font-family: "SourceSansPro"; src: url(../fonts/SourceSansPro-BoldIt.ttf); font-style: italic; font-weight: bold; } @font-face { font-family: "AGaramond"; src: url(../fonts/AGaramond-Regular.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: "Avenir Light"; src: url(../fonts/Avenir-Medium.ttf); font-style: normal; font-weight: bold; } @font-face { font-family: "Avenir Light"; src: url(../fonts/Avenir-MediumOblique.ttf); font-style: italic; font-weight: bold; } @font-face { font-family: "Avenir Light"; src: url(../fonts/Avenir-Light.ttf); font-style: normal; font-weight: normal; } @font-face { font-family: "Avenir Light"; src: url(../fonts/Avenir-LightOblique.ttf); font-style: italic; font-weight: normal; } @font-face { font-family: TradeGothicLTStd; src: url(../fonts/TradeGothicLTStd-Bold.ttf); font-style: normal; font-weight: bold; } @font-face { font-family: TradeGothicLTStd; src: url(../fonts/TradeGothicLTStd-BoldObl.ttf); font-style: italic; font-weight: bold; } @font-face { font-family: TradeGothicLTStd; src: url(../fonts/TradeGothicLTStd.ttf); font-style: normal; font-weight: normal; } @font-face { font-family: TradeGothicLTStd; src: url(../fonts/TradeGothicLTStd-Obl.ttf); font-style: italic; font-weight: normal; } /* Title Page */ h1, h2, h3, h4, h5, h6 { page-break-after: auto; -epub-hyphens: none !important; adobe-hyphenate: none !important; hyphens: none !important; page-break-after: auto !important; } .h1 { font-family: "SourceSansPro", sans-serif; font-size: 280%; line-height: 1em; margin-top: 0.5em; margin-bottom: 0.5em; text-align: center; } .subtitle { font-family: TradeGothicLTStd, sans-serif; font-size: 105%; font-weight: bold; margin-top: 0.1em; margin-bottom: 0; text-align: center; color: #818285; } .subtitlea { font-family: TradeGothicLTStd, sans-serif; font-size: 125%; font-weight: bold; margin-top: -0.2em; margin-bottom: 0; text-align: center; color: #818285; } .subtitleb { font-family: TradeGothicLTStd, sans-serif; font-size: 160%; font-weight: bold; margin-top: -0.2em; margin-bottom: 1em; text-align: center; color: #818285; } .author { font-family: "RockwellStd", sans-serif; font-size: 105%; font-weight: bold; margin-top: 2em; margin-bottom: 0.2em; text-align: center; color: #818285; } .author1 { font-family: TradeGothicLTStd, sans-serif; font-size: 100%; font-weight: bold; margin-top: 0.1em; margin-bottom: 0.1em; margin-left: 2em; margin-right: 2em; text-align: center; color: #818285; } .foreword { font-family: "RockwellStd", sans-serif; font-size: 90%; font-weight: bold; margin-top: 0.1em; margin-bottom: 0.1em; text-align: center; } .pub { margin-top: 2em; margin-bottom: 0; text-align: center; } .h2pn { font-family: "RockwellStd", sans-serif; font-size: 110%; line-height: 1em; margin-top: 1em; margin-bottom: 0.5em; text-align: center; } .h2pt { font-family: TradeGothicLTStd, sans-serif; font-size: 200%; line-height: 1em; margin-top: 0.8em; margin-bottom: 1em; text-align: center; color: #6d6e71; } .h2n { font-family: "RockwellStd", sans-serif; font-size: 125%; line-height: 1em; margin-top: 1.5em; margin-bottom: 0.3em; text-align: center; color: #939598; } .h2t { font-family: TradeGothicLTStd, sans-serif; font-size: 200%; line-height: 1em; margin-top: 0.5em; margin-bottom: 0.1em; text-align: center; } .h2t1 { font-family: TradeGothicLTStd, sans-serif; font-size: 200%; line-height: 1em; margin-top: 1em; margin-bottom: 1em; text-align: center; } .h2 { font-family: TradeGothicLTStd, sans-serif; font-weight: bold; font-size: 200%; line-height: 1em; margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .h2b { font-family: TradeGothicLTStd, sans-serif; font-weight: bold; font-size: 140%; line-height: 1em; margin-top: 1em; margin-bottom: 1em; text-align: left; } .chapsub { font-family: TradeGothicLTStd, sans-serif; font-size: 130%; line-height: 1em; margin-top: 0; margin-bottom: 1.5em; text-align: center; background-color: #EE3130; border: double #fff 0.3em; padding: 1em; } .h3 { font-family: TradeGothicLTStd, sans-serif; font-weight: bold; font-size: 125%; line-height: 1em; margin-top: 1.2em; margin-bottom: 0.1em; text-align: left; } .h4 { font-family: TradeGothicLTStd, sans-serif; font-weight: bold; font-size: 110%; line-height: 1em; margin-top: 1em; margin-bottom: 0.3em; margin-left: 2em; text-align: left; } .noindent { margin-top: 1em; margin-bottom: 0.1em; text-align: left; text-indent: 0; } .noindent1 { margin-top: 0.25em; margin-bottom: 0.1em; text-align: left; text-indent: 0; } .slist { font-family: "SourceSansPro", sans-serif; margin-top: 1em; margin-bottom: 0.1em; text-align: left; margin-left: 1.5em; text-indent: -1em; } .sblist { font-family: "SourceSansPro", sans-serif; margin-top: 1em; margin-bottom: 0.1em; text-align: left; margin-left: 0.5em; text-indent: -0.5em; } .sblist1 { font-family: "SourceSansPro", sans-serif; margin-top: 1em; margin-bottom: 0.1em; text-align: left; margin-left: 2.6em; text-indent: -0.6em; } .blist { margin-top: 1em; margin-bottom: 0.1em; text-align: left; margin-left: 1.6em; text-indent: -0.6em; } .block { margin-top: 0.7em; margin-bottom: 0.1em; margin-left: 2.3em; margin-right: 2.3em; text-align: left; text-indent: 0; } .sblock { font-family: "SourceSansPro", sans-serif; font-size: 90%; margin-top: 0.7em; margin-bottom: 0.1em; margin-left: 2.3em; margin-right: 2.3em; text-align: left; text-indent: 0; } .bnlist { margin-top: 0.5em; margin-bottom: 0.1em; text-align: left; margin-left: 4.5em; text-indent: -1em; } .bnlistt { margin-top: 1em; margin-bottom: 0.1em; text-align: left; margin-left: 4.5em; text-indent: -1em; } .nlist { margin-top: 0.5em; margin-bottom: 0.1em; text-align: left; margin-left: 2em; text-indent: -1em; } .nlistt { margin-top: 1em; margin-bottom: 0.1em; text-align: left; margin-left: 2em; text-indent: -1em; } .nlisti { margin-top: 0.5em; margin-bottom: 0.1em; text-align: left; margin-left: 2em; } .nlista { margin-top: 0.5em; margin-bottom: 0.1em; text-align: left; margin-left: 2.25em; text-indent: -1.25em; } .snlist { font-family: "SourceSansPro", sans-serif; font-size: 90%; margin-top: 0.5em; margin-bottom: 0.1em; text-align: left; margin-left: 2em; text-indent: -1em; } .arrow { margin-top: 0.5em; margin-bottom: 0.1em; text-align: left; margin-left: 3em; text-indent: -2em; } .ref { line-height: 1em; margin-top: 0.1em; margin-bottom: 0.1em; text-align: left; } .tocfm1 { font-family: "Avenir Light", sans-serif; font-size: 90%; margin-top: 1.5em; margin-bottom: 0.1em; margin-left: 1.7em; text-align: left; } .tocfm { font-family: "Avenir Light", sans-serif; font-size: 90%; margin-top: 0.1em; margin-bottom: 0.1em; margin-left: 1.7em; text-align: left; } .tocpt { font-family: "Avenir Light", sans-serif; font-size: 100%; margin-top: 0.8em; margin-bottom: 0.3em; text-align: left; } .toc { font-family: "Avenir Light", sans-serif; font-size: 90%; margin-top: 0.1em; margin-bottom: 0.1em; margin-left: 2.5em; text-align: left; text-indent: -0.7em; } .toc1 { font-family: "Avenir Light", sans-serif; font-size: 90%; margin-top: 0.1em; margin-bottom: 0.1em; margin-left: 2.5em; text-align: left; text-indent: -1.2em; } .tocbm1 { font-family: "Avenir Light", sans-serif; font-size: 90%; margin-top: 1em; margin-bottom: 1em; margin-left: 1.2em; text-align: left; } .tocbm { font-family: "Avenir Light", sans-serif; font-size: 90%; margin-top: 0.1em; margin-bottom: 0.1em; margin-left: 1.2em; text-align: left; } .sidebar { page-break-inside: auto; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.75em; border-top: solid #555 0.1em; border-bottom: solid #555 0.1em; text-align: left; } .sidebara { page-break-before: always; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.75em; border-top: solid #555 0.1em; border-bottom: solid #555 0.1em; text-align: left; } .sidebar1 { page-break-before: always; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.75em; background-color: #e5e6e6; border-top: solid #EE3130 0.75em; border-left: solid #e5e6e6 0.1em; border-right: solid #e5e6e6 0.1em; border-bottom: solid #e5e6e6 0.1em; text-align: left; } .stitle { font-family: TradeGothicLTStd, sans-serif; font-weight: bold; font-size: 130%; margin-top: 0.1em; margin-bottom: 0.3em; text-align: left; text-indent: 0; } .stitle1 { font-family: TradeGothicLTStd, sans-serif; font-weight: bold; font-size: 120%; margin-top: 0.1em; margin-bottom: 0.5em; text-align: center; text-indent: 0; color: #67686a; } .shead { font-family: "SourceSansPro", sans-serif; font-weight: bold; font-size: 140%; margin-top: 1em; margin-bottom: 0.5em; text-align: center; text-indent: 0; color: #67686a; } .spara { font-family: "SourceSansPro", sans-serif; font-size: 90%; margin-top: 1em; margin-bottom: 0.1em; text-align: left; text-indent: 0; } .quiz1 { font-size: 90%; margin-top: 1em; margin-bottom: 0.1em; margin-left: 1.2em; margin-right: 2em; text-align: left; text-indent: -1.2em; } .quiz { font-size: 90%; margin-top: 1em; margin-bottom: 0.1em; margin-right: 2em; text-align: left; } .quiza { font-size: 90%; margin-top: 1em; margin-bottom: 0.1em; margin-right: 2em; text-align: left; margin-left: 1em; text-indent: -1em; } .answerq { margin-top: 1em; margin-bottom: 1em; text-align: left; text-indent: 0; } .answera { margin-top: 1em; margin-bottom: 1em; text-align: left; margin-left: 3em; text-indent: -1em; } .a1 { color: #58595B; } .f1 { font-family: TradeGothicLTStd, sans-serif; font-size: 130%; font-weight: bold; } .f2 { font-family: "SourceSansPro", sans-serif; font-size: 70%; font-weight: bold; } .big { font-family: TradeGothicLTStd, sans-serif; font-size: 120%; font-weight: bold; } .quote { font-family: TradeGothicLTStd, sans-serif; font-size: 105%; margin-top: 1em; margin-bottom: 0.1em; margin-left: 3em; margin-right: 3em; text-align: center; text-indent: 0; } .epi1 { font-family: "SourceSansPro", sans-serif; font-size: 100%; margin-top: 0.1em; margin-bottom: 0.1em; margin-left: 3em; margin-right: 3em; text-align: center; text-indent: 0; } .epi1a { font-family: "SourceSansPro", sans-serif; font-size: 100%; margin-top: 2em; margin-bottom: 0.1em; margin-left: 3em; margin-right: 3em; text-align: center; text-indent: 0; } .epi { font-family: TradeGothicLTStd, sans-serif; font-size: 100%; margin-top: 1em; margin-bottom: 0.1em; margin-left: 3em; margin-right: 3em; text-align: center; text-indent: 0; } .epiaut { font-family: "SourceSansPro", sans-serif; font-size: 95%; margin-top: 1em; margin-bottom: 0.1em; margin-left: 3em; margin-right: 3em; text-align: right; text-indent: 0; } .ded { font-family: "SourceSansPro", sans-serif; font-size: 110%; margin-top: 4em; margin-bottom: 0.1em; margin-left: 3em; margin-right: 3em; text-align: center; text-indent: 0; } .deda { font-family: "SourceSansPro", sans-serif; font-size: 95%; margin-top: 1em; margin-bottom: 0.1em; margin-left: 3em; margin-right: 3em; text-align: right; text-indent: 0; } /* Intro Paragraph */ .intro { font-family: sans-serif; font-size: 105%; line-height: 1.5; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0; text-align: left; } .introi { font-family: sans-serif; font-size: 105%; line-height: 1.5; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 1.2em; text-align: left; } /* For Index */ .indexhead { font-family: TradeGothicLTStd, sans-serif; font-weight: bold; font-size: 100%; margin-top: 1em; margin-bottom: 0.1em; text-indent: 0; text-align: left; } .indexmain { font-size: 100%; margin-top: 1em; margin-bottom: 0.1em; text-indent: -1.5em; margin-left: 1.5em; text-align: left; } .indexlev1 { font-size: 90%; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: -1.5em; margin-left: 1.5em; text-align: left; } .indexlev2 { font-size: 90%; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: -1.5em; margin-left: 2.5em; text-align: left; } .indexlev3 { font-size: 90%; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: -1.5em; margin-left: 3.5em; text-align: left; } /* For Copyright */ .copy { font-size: 90%; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0; text-align: left; } .copya { font-size: 90%; margin-top: 1em; margin-bottom: 0.1em; text-indent: 0; text-align: left; } /* Default Styles */ .clear { clear: both; } .column { columns: 2; } .hidden { display: none; visibility: hidden; } .group { page-break-inside: auto; } .groupa { page-break-before: always; } table { border-collapse: collapse; width: 100%; margin: 0; } td { padding: 0.2em; } small { font-size: 80%; } ol { list-style-type: none; margin: 0; } a { text-decoration: none; } /* 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%; } img { width: auto; max-width: 100%; /* Note: KF8 doesn't support max-width hence "width: auto;" as fallback */ height: auto; object-fit: contain; } /* For Dropcap */ .dropcap { font-family: "AGaramond", sans-serif; float: left; font-size: 320%; margin-top: -0.3225em; margin-bottom: -0.3245em; margin-right: 0.075em; line-height: 0.7em; font-weight: normal; } /* For Cover Images */ .imagefp { height: 98%; margin: 0; text-align: center; } .imagefp:only-of-type { height: 98vh; margin: 0; text-align: center; } .imagefc { width: 100%; } /* For Inline Images */ .in5a { width: 8%; float: left; padding-right: 0.5em; } .in5 { width: 5%; } .in10 { width: 10%; } .in15 { width: 15%; } .in20 { width: 20%; } .in30 { width: 30%; } .in40 { width: 40%; } .in100 { width: 100%; } /* For float Images */ .ft50 { margin: 0; width: 50%; float: right; padding-left: 0.5em; } .ft50 img { width: 100%; } .ft40 { margin: 0; width: 40%; float: right; padding-left: 0.5em; } .ft40 img { width: 100%; } .ft30 { margin: 0; width: 30%; float: right; padding-left: 0.5em; } .ft30 img { width: 100%; } .ft20 { margin: 0; width: 20%; float: right; padding-left: 0.5em; } .ft20 img { width: 100%; } .ft25 { margin: 0; width: 25%; float: right; padding-left: 0.5em; } .ft25 img { width: 100%; } .ft15 { width: 15%; float: right; padding-left: 0.5em; margin: 0; } .ft15 img { width: 100%; } .ft10 { width: 10%; float: right; padding-left: 0.5em; margin: 0; } .ft10 img { width: 100%; } /* For Landscape Images (width or without caption) */ .land10 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land10 img { width: 10%; } .land15 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land15 img { width: 15%; } .land20 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land20 img { width: 20%; } .land30 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land30 img { width: 30%; } .land40 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land40 img { width: 40%; } .land50 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land50 img { width: 50%; } .land60 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land60 img { width: 60%; } .land70 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land70 img { width: 70%; } .land80 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land80 img { width: 80%; } .land90 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land90 img { width: 90%; } .land100 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land100 img { width: 100%; } .land100a { margin: 0; text-align: center; } .land100a img { width: 100%; } .land100i { page-break-before: always; margin: 0; text-align: center; } .land100i img { width: 100%; } /* Portrait Images - width or without Caption */ .portvh50 { margin: 1em 0 0 0; text-align: center; height: 50%; } .vh50 { height: 50%; } .vh50:only-of-type { height: 50vh; } .portvh60 { margin: 1em 0 0 0; text-align: center; height: 60%; } .vh60 { height: 60%; } .vh60:only-of-type { height: 60vh; } .portvh70 { margin: 1em 0 0 0; text-align: center; height: 70%; } .vh70 { height: 70%; } .vh70:only-of-type { height: 70vh; } .portvh80 { margin: 1em 0 0 0; text-align: center; height: 80%; } .vh80 { height: 80%; } .vh80:only-of-type { height: 80vh; } .portvh90 { margin: 1em 0 0 0; text-align: center; height: 90%; } .vh90 { height: 90%; } .vh90:only-of-type { height: 90vh; } .portvh98 { margin: 1em 0 0 0; text-align: center; height: 98%; } .vh98 { height: 100%; } .vh98:only-of-type { height: 98vh; } .portvh99 { margin: 0; text-align: center; height: 98%; } .vh99 { height: 100%; } .vh99:only-of-type { height: 98vh; }