@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; } /* Styling is improved to prevent sub from affecting line-height */ @font-face { font-family: "RockwellStd"; src: url(../fonts/RockwellStd.ttf); font-style: normal; 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: "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; } 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: "Gotham", sans-serif; font-size: 450%; line-height: 1em; font-weight: bold; margin-top: 0.7em; margin-bottom: 0em; color: #a7a9ac; text-align: center; } .h2 { font-family: "Gotham", sans-serif; font-size: 180%; line-height: 1em; font-weight: bold; margin-top: 0.1em; margin-bottom: 1em; text-align: center; } .h2a { font-family: "Gotham", sans-serif; font-size: 180%; line-height: 1em; font-weight: bold; margin-top: 0em; margin-bottom: 0.5em; background-color: #ffda00; color: #000000; padding: 0.2em 0.3em 0.1em 0.2em; text-indent: 0em; text-align: left; } .h2r { font-family: "Gotham", sans-serif; font-size: 180%; line-height: 1em; font-weight: bold; margin-top: 0em; margin-bottom: 0.5em; background-color: #ffda00; color: #000000; padding: 0.3em; text-align: center; } .h2i { font-family: "RockwellStd", serif; font-size: 130%; line-height: 1em; font-weight: normal; margin-top: 0.1em; margin-bottom: 1em; text-indent: 0em; text-align: left; } .h2b { font-family: "Gotham", sans-serif; line-height: 1.5; font-size: 90%; font-weight: bold; margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .h2c { font-family: "Gotham", sans-serif; font-size: 160%; line-height: 1em; font-weight: bold; margin-top: 0em; margin-bottom: 0.2em; text-align: center; } .h2e { font-family: "Gotham", sans-serif; font-size: 140%; line-height: 1em; font-weight: bold; margin-top: 0.1em; margin-bottom: 1em; text-indent: 0em; text-align: left; color: #999999; } .h4 { font-family: "Gotham", sans-serif; font-size: 100%; line-height: 1em; margin-top: 1em; margin-bottom: 0.2em; text-indent: 0em; text-align: left; } .h3a { font-family: "Gotham", sans-serif; font-size: 115%; line-height: 1em; color: #939598; margin-top: 1em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; } .h3r { page-break-before: always; font-family: "Gotham", sans-serif; font-size: 160%; line-height: 1em; margin-top: 1em; margin-bottom: 0em; text-align: center; } .subhead { font-family: "RockwellStd", serif; font-size: 85%; font-weight: bold; letter-spacing: 0.1em; color: #818285; background-color: #ffda00; border-top: solid #ffda00 0.1em; border-bottom: solid #ffda00 0.1em; margin-top: 0.5em; margin-bottom: 1em; padding: 0.3em 0.5em 0.1em 0.5em; text-align: center; } .subtxt { font-family: "RockwellStd", serif; font-size: 80%; font-weight: bold; letter-spacing: 0.15em; color: #818285; margin-top: 0em; margin-bottom: 1.5em; text-align: center; } .subtitle { font-family: "Gotham", sans-serif; font-size: 90%; margin-top: 0em; margin-bottom: 5em; text-align: center; } .author { font-family: "Gotham", sans-serif; font-size: 140%; line-height: 1em; letter-spacing: 0.15em; margin-top: 0em; margin-bottom: 0em; text-align: center; } .pub { margin-top: 7em; margin-bottom: 0em; text-align: center; } .toc { font-family: "Gotham", sans-serif; font-size: 90%; margin-top: 0.3em; margin-bottom: 0.3em; margin-left: 5%; text-indent: 0em; text-align: left; } .toc1 { font-family: "Gotham", sans-serif; font-size: 80%; line-height: 1.2; margin-top: 1em; margin-bottom: 0em; text-indent: 0em; text-align: left; } .toct { font-family: "Gotham", sans-serif; font-size: 80%; line-height: 1.2; margin-top: 0.5em; margin-bottom: 0em; text-indent: 0em; text-align: left; } .ilist { margin-top: 0em; margin-bottom: 0.7em; margin-left: 1.2em; text-indent: -1.1em; text-align: left; } .nlist { margin-top: 0.4em; margin-bottom: 0.4em; margin-left: 1.05em; text-indent: -1.05em; text-align: left; } .rlist { font-size: 90%; margin-top: 0.3em; margin-bottom: 0.8em; margin-left: 0.6em; text-indent: -0.6em; text-align: left; } .blist { margin-top: 0.1em; margin-bottom: 0.1em; margin-left: 1em; text-indent: -0.65em; text-align: left; } .hang { font-family: "Gotham", sans-serif; font-size: 90%; margin-top: 0em; margin-bottom: 0.5em; margin-left: 1.6em; text-indent: -1.6em; text-align: left; } .noindent { margin-top: 0.1em; margin-bottom: 0.2em; text-indent: 0em; text-align: left; } .noindent1 { margin-top: 1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .noindentb { font-family: "Gotham", sans-serif; font-size: 90%; margin-top: 0em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; } .noindentc { font-family: "Gotham", sans-serif; font-size: 90%; margin-top: 0.1em; margin-bottom: 0.2em; text-indent: 0em; text-align: left; } .indent { margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 1.2em; text-align: left; } .indenta { margin-top: 0.7em; margin-bottom: 0.1em; text-indent: 1.2em; text-align: left; } .sidebar { page-break-inside: auto; margin-top: 1.5em; margin-bottom: 1.5em; font-size: 90%; padding: 0.7em; background-color: #bcbdc0; color: #000000; border: solid #FFFFFF 0.1em; text-align: left; } .sidebarr { page-break-before:always; margin-top: 0em; margin-bottom: 1.5em; font-size: 90%; padding: 0.7em; background-color: #bcbdc0; border: solid #FFFFFF 0.1em; text-align: left; } .sidebara { page-break-inside: auto; margin-top: 1.5em; margin-bottom: 0em; font-size: 90%; padding: 0.7em; background-color: #dcddde; color: #000000; border: solid #FFFFFF 0.1em; text-align: left; } .sidebar1 { page-break-inside: auto; border-radius: 0.8em; margin-top: 1.5em; margin-bottom: 1.5em; font-size: 90%; padding: 0.7em; background-color: #a3d27c; color: #000000; border: solid #FFFFFF 0.1em; text-align: left; } .stitlei { font-family: "Gotham", sans-serif; font-size: 110%; font-weight: bold; line-height: 1em; margin-top: 0.1em; margin-bottom: 0.2em; text-indent: 0em; text-align: left; } .stitlea { font-family: "Gotham", sans-serif; font-size: 90%; font-weight: bold; line-height: 1em; margin-top: 1em; margin-bottom: 0.2em; text-indent: 0em; text-align: left; } .stitleb { font-family: "Gotham", sans-serif; font-size: 85%; letter-spacing: 0.07em; font-weight: bold; line-height: 1.4; margin-top: 0.5em; margin-bottom: 0.6em; text-align: center; } .ahead { font-family: "RockwellStd", serif; font-size: 100%; margin-top: 1em; margin-bottom: 0.4em; text-indent: 0em; text-align: left; } .chead { font-family: "RockwellStd", serif; font-size: 100%; margin-top: 0.3em; margin-bottom: 0.2em; text-indent: 0em; text-align: left; } .center { font-family: "Gotham", sans-serif; font-size: 110%; margin-top: 0.1em; margin-bottom: 0.1em; text-align: center; } .ded-top { font-family: "RockwellStd", serif; line-height: 1.9; font-weight: normal; font-size: 90%; margin-top: 3em; margin-bottom: 0.5em; text-align: center; } .ded-bot { font-family: "RockwellStd", serif; line-height: 1.9; font-weight: normal; font-size: 90%; margin-top: 0.5em; margin-bottom: 0.5em; text-align: center; } .copy { font-size: 90%; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .copy1 { font-size: 90%; margin-top: 1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .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%; } .f1 { font-family: "Gotham", sans-serif; font-size: 80%; font-weight: normal; } .g1 { font-family: "Gotham", sans-serif; font-size: 90%; font-weight: bold; color: #a7a9ac; } .b1 { font-size: 110%; font-weight: bold; color: #a7a9ac; } .group { page-break-inside: auto; } .hidden { display: none; visibility: hidden; } ol { list-style-type:none; margin: 0em; } a { text-decoration: none; } small { font-size: 85%; } sup { line-height: 0.7em; vertical-align: super; } /* 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 */ .in3 { float: right; font-size: 45%; } .in5 { width: 5%; vertical-align: -0.3em; } .in5a { width: 7%; padding-bottom: 0.3em; } .in7 { width: 7%; vertical-align: middle; } .in10 { width: 6%; } .in25 { width: 14%; } .in80 { width: 100%; } /* For Landscape Images (width or without caption) */ .land100 { margin-top: 1em; margin-bottom: 0em; text-align: center; } .land100 img { width: 100%; } .land100a { margin: 0em; text-align: center; } .land100a img { width: 100%; } /* For float Images*/ .ft50 { margin: 0em; width: 50%; float: right; padding-left: 0.5em; } .ft50 img { width: 100%; } /* Portrait Images - width or without Caption */ .portvh98 { margin: 0em; text-align: center; height: 98%; } .vh98 { height: 100%; } .vh98:only-of-type { height: 98vh; }