@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; } h1,h2,h3,h4,h5,h6 { -epub-hyphens: none !important; adobe-hyphenate: none !important; hyphens: none !important; page-break-after: avoid !important; } /* Font List */ @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-Bold.ttf); font-style: normal; font-weight: bold; } @font-face { font-family: "RotisSansSerif"; src: url(../fonts/RotisSansSerif-Italic.ttf); font-style: italic; font-weight: normal; } @font-face { font-family: "Sanchez"; src: url(../fonts/Sanchez-Regular.ttf); font-style: normal; font-weight: normal; } @font-face { font-family: "Sanchez"; src: url(../fonts/SanchezSlab-SemiBold.ttf); font-style: normal; font-weight: bold; } @font-face { font-family: "Sanchez"; src: url(../fonts/SanchezSlab-SemiBoldItalic.ttf); font-style: italic; font-weight: bold; } @font-face { font-family: "Sanchez"; src: url(../fonts/Sanchez-Italic.ttf); font-style: italic; font-weight: normal; } @font-face { font-family: "Merienda"; src: url(../fonts/Merienda-Regular_0_wt.ttf); font-style: normal; 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: "SourceSansPro"; src: url(../fonts/SourceSansPro-It.ttf); font-style: italic; font-weight: normal; } @font-face { font-family: "SourceSansPro"; src: url(../fonts/SourceSansPro-Regular.ttf); font-style: normal; font-weight: normal; } @font-face { font-family: "MrsEaves"; src: url(../fonts/MrsEavesItalic.ttf); font-style: italic; font-weight: normal; } @font-face { font-family: "MrsEaves"; src: url(../fonts/MrsEavesRoman.ttf); font-style: normal; font-weight: normal; } /* Body Style */ .h2c { font-family: "Merienda", sans-serif; font-weight: normal; font-size: 160%; line-height: 1.2em; margin-top: 0.1em; margin-bottom: 0.5em; text-align: center; } .h2b { font-family: "Merienda", sans-serif; font-weight: normal; font-size: 160%; line-height: 1.2em; margin-top: 0.1em; margin-bottom: 0.5em; text-align: left; } .h2a { font-family: "Merienda", sans-serif; font-weight: normal; font-size: 180%; line-height: 1.2em; margin-top: 0.1em; margin-bottom: 0.5em; background-color: #000000; color: #FFFFFF; border: double #FFFFFF 0.2em; padding: 1em; text-align: center; } .h2i { font-family: "Merienda", sans-serif; font-weight: normal; font-size: 160%; line-height: 1.2em; margin-top: 0.1em; margin-bottom: 0.5em; text-align: left; } .h3 { page-break-before: always; font-family: "Merienda", sans-serif; font-weight: normal; font-size: 140%; line-height: 1em; margin-top: 1em; margin-bottom: 0.4em; text-align: left; } .h3e { font-family: "Merienda", sans-serif; font-weight: normal; font-size: 140%; line-height: 1em; margin-top: 1.5em; margin-bottom: 0.4em; text-align: left; } .h3gi { font-family: "Merienda", sans-serif; font-size: 140%; line-height: 1em; margin-top: 1em; margin-bottom: 0.4em; text-align: center; } .h3gr { font-family: "Merienda", sans-serif; font-size: 120%; line-height: 1em; margin-top: 0.5em; margin-bottom: 0.4em; text-align: center; } .h3c { page-break-before: always; font-family: "Merienda", sans-serif; font-weight: normal; font-size: 140%; line-height: 1em; margin-top: 1em; margin-bottom: 0.4em; text-align: center; } .h3s { font-family: "Merienda", sans-serif; font-weight: normal; font-size: 140%; line-height: 1em; margin-top: 0.5em; margin-bottom: 0.4em; text-align: left; } .h3r { font-family: "Merienda", sans-serif; font-weight: normal; font-size: 120%; line-height: 1em; margin-top: 1em; margin-bottom: 1em; text-align: left; } .h3b { font-family: "Merienda", sans-serif; font-size: 120%; line-height: 1em; padding-bottom: 0.5em; margin-top: 1.5em; margin-bottom: 0.4em; text-align: left; } .h4a { font-family: "SourceSansPro", sans-serif; font-size: 120%; line-height: 1em; margin-top: 1em; margin-bottom: 0.25em; margin-left: 2em; text-indent: -2em; text-align: left; } .ahead { page-break-before: always; font-family: "Merienda", sans-serif; font-size: 110%; line-height: 1em; margin-top: 1em; margin-bottom: 1em; margin-left: 2em; text-indent: -2em; text-align: left; } .h4b { font-family: "SourceSansPro", sans-serif; font-size: 120%; line-height: 1em; margin-top: 0.5em; margin-bottom: 0.5em; margin-left: 2em; text-indent: -2em; text-align: left; } .h5 { font-family: "SourceSansPro", sans-serif; font-weight: bold; font-size: 95%; line-height: 1em; margin-top: 1.5em; margin-bottom: 0.2em; text-align: left; } .toc { margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .toca { margin-top: 1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .toc1 { font-family: "Sanchez", sans-serif; font-size: 80%; margin-top: 0.1em; margin-bottom: 0.1em; margin-left: 2.5em; text-indent: -1em; } .noindent { margin-top: 1em; margin-bottom: 0em; text-indent: 0em; text-align: left; } .noindenta { margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .noindentb { margin-top: 0.1em; margin-bottom: 1em; text-indent: 0em; text-align: left; } .noindent1 { margin-top: 0.3em; margin-bottom: 0em; text-indent: 0em; text-align: left; } .bull { margin-top: 0.2em; margin-bottom: 0.2em; margin-left: 1.5em; text-indent: -0.6em; text-align: left; } .bulli { margin-top: 0.2em; margin-bottom: 0.2em; margin-left: 2em; text-indent: -0.6em; text-align: left; } .bullt { margin-top: 1em; margin-bottom: 0.5em; margin-left: 0.9em; text-indent: -0.6em; text-align: left; } .slist { font-family: "Sanchez", sans-serif; font-size: 90%; margin-top: 0.5em; margin-bottom: 0.5em; margin-left: 1.3em; text-indent: -1.3em; text-align: left; } .sidebarc { page-break-inside: avoid; font-family: "Sanchez", sans-serif; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; border: double #B49C6C 0.3em; padding: 1em; text-align: left; } .sidebarcr { page-break-before: always; font-family: "Sanchez", sans-serif; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; border: double #B49C6C 0.3em; padding: 1em; text-align: left; } .sidebard { page-break-inside: avoid; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; border: dotted #B49C6C 0.15em; padding: 1em; text-align: left; } .sidebardr { page-break-before: always; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; border: dotted #B49C6C 0.15em; padding: 1em; text-align: left; } .sidebarb { page-break-inside: avoid; font-size: 90%; margin-bottom: 1.5em; margin-top: 1.5em; padding: 0.75em; text-align: center; background-color: #231F20; border: solid #FFFFFF 0.15em; color: #FFFFFF; } .sidebark { page-break-inside: avoid; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; border-radius: 1em; background-color: #B1E0E2; border: solid #B49C6C 0.2em; padding: 1em; text-align: center; } .stitle { font-family: "Merienda", sans-serif; font-weight: normal; font-size: 110%; line-height: 1.2em; margin-top: 0.1em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; } .stitlec { font-family: "Merienda", sans-serif; font-weight: normal; font-size: 110%; line-height: 1.2em; margin-bottom: 0.2em; text-align: center; } .stitleb { font-family: "SourceSansPro", sans-serif; font-weight: bold; font-size: 100%; line-height: 1em; margin-bottom: 0.5em; text-align: center; } .spara { font-family: "Sanchez", sans-serif; font-size: 90%; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .sparah { font-family: "SourceSansPro", sans-serif; font-size: 90%; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .sparac { font-family: "Sanchez", sans-serif; font-size: 85%; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0em; text-align: center; } .sparacb { font-family: "Sanchez", sans-serif; font-size: 95%; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0em; text-align: center; } .sparact { font-family: "Sanchez", sans-serif; font-size: 85%; margin-top: 1.5em; margin-bottom: 0.1em; text-indent: 0em; text-align: center; } .sparat { font-family: "Sanchez", sans-serif; font-weight: normal; font-size: 85%; margin-top: 1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .sparab { font-family: "Sanchez", sans-serif; font-size: 90%; margin-top: 0.1em; margin-bottom: 1em; text-indent: 0em; text-align: left; } .sbull { font-family: "Sanchez", sans-serif; font-size: 90%; line-height: 1.2em; margin-top: 0.2em; margin-bottom: 0.2em; margin-left: 0.6em; text-indent: -0.6em; text-align: left; } .intro { font-size: 105%; margin-top: 0.5em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .introa { font-size: 105%; margin-top: 0.5em; margin-bottom: 0.1em; text-indent: 0em; text-align: center; } .introc { font-family: "Sanchez", sans-serif; font-size: 85%; line-height: 1.15em; margin-top: 0.8em; margin-bottom: 0.1em; text-indent: 0em; text-align: center; } .line { padding-bottom: 1em; border-bottom: solid #DCDDDE 0.3em; } .line1 { margin-top: 2.5em; margin-bottom: 2.5em; border-top: dotted #B49C6C 0.15em; } .line3 { margin-top: 2.5em; margin-bottom: 2.5em; border-top: solid #B49C6C 0.15em; } .line2 { padding-bottom: 1.5em; border-bottom: dotted #B49C6C 0.15em; } .quote { font-family: "MrsEaves", sans-serif; font-size: 120%; margin-top: 1.5em; margin-bottom: 1em; margin-left: 1em; margin-right: 1em; text-align: center; border-top: dotted #B49C6C 0.15em; padding-top: 0.6em; } .squote { page-break-inside: avoid; border: double #B49C6C 0.15em; font-family: "MrsEaves", sans-serif; font-size: 120%; line-height: 1.2em; margin-top: 1em; margin-bottom: 1em; margin-left: 1em; margin-right: 1em; text-align: center; padding: 1em; } .f1 { font-family: "SourceSansPro", sans-serif; font-weight: bold; font-size: 95%; } .f2 { font-family: "SourceSansPro", sans-serif; font-weight: bold; } .step { font-family: "SourceSansPro", sans-serif; font-size: 85%; margin-top: 1em; margin-bottom: 0em; text-indent: 0em; text-align: left; } .cpara { margin-top: 1em; margin-bottom: 0.1em; text-indent: 0em; text-align: center; } .tcol { padding: 1em; border-left: dotted #B49C6C 0.15em; border-bottom: dotted #B49C6C 0.15em; } .tcola { padding: 1em; border-bottom: dotted #B49C6C 0.15em; } .tcoll { padding: 1em; border-right: dotted #B49C6C 0.15em; } .tpara { margin-top: 0.1em; margin-bottom: 1em; text-indent: 0em; text-align: left; } .gloss { font-size: 95%; margin-top: 0.8em; margin-bottom: 0em; text-indent: 0em; text-align: left; } .res { font-size: 90%; margin-top: 1em; margin-bottom: 0em; text-indent: 0em; text-align: left; } .b1 { font-family: "Merienda", sans-serif; font-size: 95%; } .ad { font-family: "MrsEaves", sans-serif; } .bl { font-family: "Merienda", sans-serif; background-color: #000000; color: #FFFFFF; padding: 0.3em 0.5em 0.25em 0.5em; font-size: 90%; border-radius: 1em; } .center { font-family: "Sanchez", sans-serif; font-size: 105%; line-height: 1.15em; margin-top: 0.5em; margin-bottom: 0.1em; text-indent: 0em; text-align: center; color: #6D6E71; } .centera { font-family: "Sanchez", sans-serif; font-size: 90%; line-height: 1.15em; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0em; text-align: center; } .centert { font-family: "SourceSansPro", sans-serif; font-size: 90%; line-height: 1.15em; margin-top: 1em; margin-bottom: 0.1em; text-indent: 0em; text-align: center; } .linea { margin-top: 0.1em; margin-bottom: 0.2em; text-align: center; } /* For Captions */ .captiona { font-family: "Sanchez", sans-serif; font-size: 85%; line-height: 1.15em; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0em; text-align: center; } .caption { page-break-before: avoid; font-family: "RotisSansSerif", sans-serif; font-size: 85%; font-weight: bold; line-height: 1.15em; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .captionc { page-break-before: avoid; font-family: "RotisSansSerif", sans-serif; font-size: 85%; font-weight: bold; line-height: 1.15em; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0em; text-align: center; } /* For Copyright */ .copy { font-size: 90%; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .copya { font-size: 90%; margin-top: 1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } /* Default Styles */ .clear { clear: both; } .column { columns: 2; } .hidden { display: none; visibility: hidden; } .group { page-break-inside: avoid; } .groupa { page-break-before: always; } table { border-collapse: collapse; width: 100%; margin: 0em; } td { vertical-align: middle; padding: 0.2em; } ol { list-style-type:none; margin: 0em; } a { text-decoration: none; } small { font-size: 75%; } /* 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 Cover Images */ .imagefp { height: 98%; margin: 0em; text-align: center; } .imagefp:only-of-type { height: 98vh; margin: 0em; text-align: center; } .imagefc { width: 100%; } /* For Inline Images */ .in15 { width: 15%; } .in20 { width: 20%; } .in25 { width: 25%; } .in30 { width: 30%; } .in40 { width: 40%; } .in50 { width: 50%; margin-top: 1em; margin-bottom: 0.1em; margin-left: 0.5em; } .in100 { width: 100%; } /* For float Images */ .ft60 { width: 60%; float: right; padding-left: 0.5em; margin: 0em; } .ft60 img { width: 100%; } .ft50 { margin: 0em; width: 50%; float: right; padding-left: 0.5em; } .ft50 img { width: 100%; } .ft40 { margin: 0em; width: 40%; float: right; padding-left: 0.5em; } .ft40 img { width: 100%; } .ft30 { margin: 0em; width: 30%; float: right; padding-left: 0.5em; } .ft30 img { width: 100%; } .ft30L { margin: 0em; width: 30%; float: left; padding-right: 0.5em; } .ft30L img { width: 100%; } .ft20 { margin: 0em; width: 20%; float: right; padding-left: 0.5em; } .ft20 img { width: 100%; } .ft25 { margin: 0em; width: 25%; float: right; padding-left: 0.5em; } .ft25 img { width: 100%; } .ft10 { width: 10%; float: right; padding-left: 0.5em; margin: 0em; } .ft10 img { width: 100%; } /* For Landscape Images (width or without caption) */ .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%; } .land75 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land75 img { width: 75%; } .land80 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land80 img { width: 80%; } .land85 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land85 img { width: 85%; } .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: 0em; text-align: center; } .land100a img { width: 100%; } .land100i { page-break-before: always; margin: 0em; text-align: center; } .land100i img { width: 100%; }