@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 avoid; /* 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: "HelveticaNeueLTStd"; src: url(../fonts/HelveticaNeueLTStd-MdCn.ttf); font-style: normal; font-weight: bold; } @font-face { font-family: "CaeciliaLTStd"; src: url(../fonts/CaeciliaLTStd-Roman.ttf); font-style: normal; font-weight: normal; } @font-face { font-family: "CaeciliaLTStd"; src: url(../fonts/CaeciliaLTStd-Italic.ttf); font-style: italic; font-weight: normal; } @font-face { font-family: "CaeciliaLTStd"; src: url(../fonts/CaeciliaLTStd-Bold.ttf); font-style: normal; font-weight: bold; } @font-face { font-family: "CaeciliaLTStd"; src: url(../fonts/CaeciliaLTStd-BoldItalic.ttf); font-style: italic; font-weight: bold; } @font-face { font-family: "TradeGothicLTStd-BdCn20"; src: url(../fonts/TradeGothicLTStd-BdCn20.ttf); font-style: normal; font-weight: bold; } @font-face { font-family: "Museo300"; src: url(../fonts/Museo300-Regular.ttf); font-style: normal; font-weight: normal; } @font-face { font-family: "TradeGothicLTStd"; src: url(../fonts/TradeGothicLTStd-Obl.ttf); font-style: italic; font-weight: normal; } @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-Bd2Obl.ttf); font-style: italic; font-weight: bold; } @font-face { font-family: "TradeGothicLTStd"; src: url(../fonts/TradeGothicLTStd-Bd2.ttf); font-style: normal; font-weight: bold; } @font-face { font-family: "Kalam"; src: url(../fonts/Kalam-Regular.ttf); font-style: normal; font-weight: normal; } /* Title Page */ .h1 { font-family: "TradeGothicLTStd-BdCn20", sans-serif; font-weight: bold; font-size: 200%; line-height: 1em; margin-top: 1.2em; margin-bottom: 0.3em; text-align: center; } .h2 { font-family: "TradeGothicLTStd-BdCn20", sans-serif; font-weight: bold; font-size: 150%; line-height: 1em; margin-top: 0.25em; margin-bottom: 0.2em; text-indent: 0em; text-align: left; border-bottom: solid #FFFFFF 0.1em; } .h2b { font-family: "HelveticaNeueLTStd", sans-serif; font-weight: normal; font-size: 130%; margin-top: 0.1em; margin-bottom: 0.2em; text-align: center; } .h2c { font-family: "TradeGothicLTStd-BdCn20", sans-serif; font-weight: bold; font-size: 150%; line-height: 1em; margin-top: 0.1em; margin-bottom: 1em; text-align: center; } .h3 { font-family: "TradeGothicLTStd", sans-serif; font-weight: bold; font-size: 110%; margin-top: 1.2em; margin-bottom: 0.2em; text-indent: 0em; text-align: left; } .h3b { font-family: "HelveticaNeueLTStd", sans-serif; font-weight: bold; font-size: 120%; margin-top: 1.2em; margin-bottom: 0.2em; text-indent: 0em; text-align: left; } .h3c { font-family: "HelveticaNeueLTStd", sans-serif; font-weight: bold; font-size: 130%; margin-top: 1.2em; margin-bottom: 1em; text-align: center; } .h4 { font-family: "TradeGothicLTStd", sans-serif; font-weight: bold; font-size: 100%; margin-top: 1.2em; margin-bottom: 0.2em; text-indent: 0em; text-align: left; } .subchap { font-family: "TradeGothicLTStd", sans-serif; font-size: 95%; margin-top: 0.2em; margin-bottom: 2em; text-align: center; } .bull { margin-top: 0.3em; margin-bottom: 0.2em; margin-left: 0.6em; text-indent: -0.6em; text-align: left; } .bulla { margin-top: 0.1em; margin-bottom: 0.1em; margin-left: 0.6em; text-indent: -0.6em; text-align: left; } .pub { margin-top: 4em; margin-bottom: 0.3em; text-align: center; } .tippara { font-family: "Kalam", sans-serif; font-size: 120%; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0em; text-align: center; } .tip { font-family: "TradeGothicLTStd-BdCn20", sans-serif; font-size: 170%; margin-top: 0.5em; margin-bottom: 1em; text-align: center; } .noindent { margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .noindentt { margin-top: 1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .noindenta { margin-top: 4em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .noindentb { margin-top: 0.1em; margin-bottom: 1em; text-indent: 0em; text-align: left; } .noindenti { margin-top: 1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .author { margin-top: 0.1em; margin-bottom: 0.1em; text-align: center; } .alist { font-family: "TradeGothicLTStd", sans-serif; font-size: 90%; margin-top: 0.1em; margin-bottom: 0.1em; margin-left: 1.3em; text-indent: -1.3em; text-align: left; } .toc { font-family: "TradeGothicLTStd", sans-serif; font-size: 90%; margin-top: 0.5em; margin-bottom: 0.2em; text-indent: 0em; text-align: left; } .sidebar1 { border: solid #7299b9 0.15em; page-break-before: always; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.75em; text-indent: 0em; text-align: left; } .sidebar2 { page-break-inside: avoid; background-color: #facf8e; border: solid #facf8e 0.15em; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.75em; text-indent: 0em; text-align: left; } .sidebar2a { page-break-before: always; border: solid #facf8e 0.15em; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.75em; text-indent: 0em; text-align: left; } .sidebar3 { page-break-before: always; border: solid #65973c 0.15em; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.75em; text-indent: 0em; text-align: left; } .sidebar3a { page-break-inside: avoid; background-color: #b8cb95; border: solid #b8cb95 0.15em; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.75em; text-indent: 0em; text-align: left; } .sidebar4 { page-break-before: always; border: solid #cb7c6f 0.15em; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.75em; text-indent: 0em; text-align: left; } .sidebar5 { border: solid #c0abce 0.15em; background-color: #c0abce; page-break-before: always; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.75em; text-indent: 0em; text-align: left; } .sidebar5a { border: solid #c0abce 0.15em; page-break-before: always; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.75em; text-indent: 0em; text-align: left; } .sidebar6 { border: solid #ad9b59 0.15em; page-break-before: always; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.75em; text-indent: 0em; text-align: left; } .sidebar6a { border: solid #d9cea6 0.15em; background-color: #d9cea6; page-break-before: always; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.75em; text-indent: 0em; text-align: left; } .sidebar7 { border: solid #70bfb2 0.15em; page-break-before: always; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.75em; text-indent: 0em; text-align: left; } .box { page-break-inside: avoid; background-color: #9bd2c9; border: solid #9bd2c9 0.1em; font-size: 90%; margin-top: 0em; margin-bottom: 1.5em; padding: 0.75em; text-indent: 0em; text-align: left; } .box1 { page-break-before: always; background-color: #9cb7ce; border: solid #9cb7ce 0.1em; font-size: 90%; margin-top: 0em; margin-bottom: 1.5em; padding: 0.75em; text-indent: 0em; text-align: left; } .box2 { page-break-before: always; background-color: #f9c184; border: solid #f9c184 0.1em; font-size: 90%; margin-top: 0em; margin-bottom: 1.5em; padding: 0.75em; text-indent: 0em; text-align: left; } .box3 { page-break-before: always; background-color: #a3c18a; border: solid #a3c18a 0.1em; font-size: 90%; margin-top: 0em; margin-bottom: 1.5em; padding: 0.75em; text-indent: 0em; text-align: left; } .box4 { page-break-before: always; background-color: #d1928b; border: solid #d1928b 0.1em; font-size: 90%; margin-top: 0em; margin-bottom: 1.5em; padding: 0.75em; text-indent: 0em; text-align: left; } .box5 { page-break-before: always; background-color: #baa7c8; border: solid #baa7c8 0.1em; font-size: 90%; margin-top: 0em; margin-bottom: 1.5em; padding: 0.75em; text-indent: 0em; text-align: left; } .box6 { page-break-before: always; background-color: #cec39b; border: solid #cec39b 0.1em; font-size: 90%; margin-top: 0em; margin-bottom: 1.5em; padding: 0.75em; text-indent: 0em; text-align: left; } .box7 { page-break-before: always; background-color: #9bd2c9; border: solid #9bd2c9 0.1em; font-size: 90%; margin-top: 0em; margin-bottom: 1.5em; padding: 0.75em; text-indent: 0em; text-align: left; } .stitle { font-family: "TradeGothicLTStd-BdCn20", sans-serif; font-size: 115%; line-height: 1em; margin-top: 0.3em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; } .stitlea { font-family: "TradeGothicLTStd", sans-serif; font-weight: bold; font-size: 125%; line-height: 1em; margin-top: 0.3em; margin-bottom: 0.5em; text-align: left; } .spara { font-family: "TradeGothicLTStd", sans-serif; margin-top: 0.4em; margin-bottom: 0.4em; text-indent: 0em; text-align: left; } /* For Copyright */ .copya { 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; } .c2 { padding: 0.4em 0.4em 0.2em 0.4em; border: solid #ffffff 0.2em; border-radius: 1em; background-color: #f4ab43; } .c3 { padding: 0.4em 0.4em 0.2em 0.4em; border: solid #ffffff 0.2em; border-radius: 1em; background-color: #82a854; } .c5 { padding: 0.4em 0.4em 0.2em 0.4em; border: solid #ffffff 0.2em; border-radius: 1em; background-color: #9679ac; } .c6 { padding: 0.4em 0.4em 0.2em 0.4em; border: solid #ffffff 0.2em; border-radius: 1em; background-color: #bcab71; } .apara { margin-top: 1em; margin-bottom: 1em; text-indent: 0em; text-align: left; } .res { font-size: 90%; } .bg1 { font-size: 120%; font-weight: bold; } .bo1 { font-size: 90%; font-weight: bold; } /* Intro Paragraph */ .intro { font-family: "Museo300", sans-serif; font-size: 100%; line-height: 1.25em; margin-top: 1em; margin-bottom: 1em; text-indent: left; text-align: left; } /* For Captions */ .caption { page-break-before: avoid; font-family: "TradeGothicLTStd", sans-serif; font-size: 90%; line-height: 1.15em; margin-top: 0.1em; margin-bottom: 1.5em; text-indent: 0em; text-align: left; } .captiona { page-break-before: avoid; font-family: "TradeGothicLTStd", sans-serif; font-size: 90%; line-height: 1.15em; margin-top: 0.1em; margin-bottom: 0.75em; text-align: left; } .captionb { page-break-before: avoid; font-family: "TradeGothicLTStd", sans-serif; font-size: 90%; line-height: 1.15em; margin-top: 0.1em; margin-bottom: 1.5em; text-align: center; } .captionc { page-break-before: avoid; font-family: "TradeGothicLTStd", sans-serif; font-size: 90%; line-height: 1.15em; margin-top: 0.1em; margin-bottom: 1.5em; text-align: center; } /* 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 { padding: 0.2em; } small { font-size: 80%; } ol { list-style-type:none; margin: 0em; } a { text-decoration: none; } /* Styling is improved to prevent sub from affecting line-height */ .sub { font-size: 75%; line-height: 1.2em; vertical-align: sub; /* Fallback */ vertical-align: -20%; } /* Styling is improved to prevent sup from affecting line-height */ .sup { font-size: 75%; line-height: 1.2em; vertical-align: super; /* Fallback */ vertical-align: 33%; } img { width: avoid; max-width: 100%; /* Note: KF8 doesn't support max-width hence "width: avoid;" as fallback */ height: avoid; 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 */ .in5 { width: 5%; } .in10 { width: 12%; } .in15 { width: 15%; } .in20 { width: 20%; } .in30 { width: 30%; } .in40 { width: 40%; } .in100 { width: 100%; } /* For float Images */ .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%; } .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) */ .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%; } .land25 { margin-top: 2em; margin-bottom: 0.1em; text-align: center; } .land25 img { width: 25%; } .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%; }