@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 */ .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%; } @font-face { font-family: "DejaVuMonoSans"; src: url(../fonts/DejaVuMonoSans.ttf); } @font-face { font-family: "PTSans"; src: url(../fonts/PTSans-Regular.ttf); font-style: normal; font-weight: normal; } @font-face { font-family: "PTSans"; src: url(../fonts/PTSans-Bold.ttf); font-style: normal; font-weight: bold; } @font-face { font-family: "PTSans"; src: url(../fonts/PTSans-BoldItalic.ttf); font-style: italic; font-weight: bold; } @font-face { font-family: "PTSans"; src: url(../fonts/PTSans-Italic.ttf); font-style: italic; font-weight: normal; } @font-face { font-family: "RotisSansSerif"; src: url(../fonts/RotisSansSerif.otf); font-style: normal; font-weight: normal; } @font-face { font-family: "RotisSansSerif"; src: url(../fonts/RotisSansSerif-Italic.otf); font-style: italic; font-weight: normal; } @font-face { font-family: "RotisSansSerif"; src: url(../fonts/RotisSansSerif-Bold.otf); font-style: italic; font-weight: bold; } @font-face { font-family: "Gotham"; src: url(../fonts/Gotham-Book.otf); font-style: normal; font-weight: normal; } @font-face { font-family: "Gotham"; src: url(../fonts/Gotham-Bold.otf); font-style: normal; font-weight: bold; } @font-face { font-family: "Gotham"; src: url(../fonts/Gotham-BoldItalic.otf); font-style: italic; font-weight: bold; } @font-face { font-family: "Gotham"; src: url(../fonts/Gotham-BookItalic.otf); font-style: italic; font-weight: normal; } @font-face { font-family: "Helvetica-Condensed"; src: url(../fonts/Helvetica-Condensed-Bold.otf); font-style: normal; font-weight: bold; } body { margin: 0em; text-align: left; orphans: 2; widows: 2; } @page { margin: 1.2em; } 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; } .h2 { font-family: "Helvetica-Condensed", sans-serif; font-weight: bold; line-height: 1.15em; font-size: 160%; text-align: center; margin-top: 0.5em; margin-bottom: 0em; } .h2a { font-family: "Helvetica-Condensed", sans-serif; font-weight: bold; line-height: 1em; font-size: 180%; margin-top: 1em; margin-bottom: 1em; text-align: center; } .h2i { font-size: 150%; font-weight: normal; line-height: 1em; margin-top: 0.1em; margin-bottom: 1em; text-align: center; } .h3 { font-weight: bold; line-height: 1em; letter-spacing: 0.05em; font-size: 90%; margin-top: 1em; margin-bottom: 0.7em; text-align: center; padding: 0.5em; border-bottom: solid #555555 0.1em; } .h3c { font-size: 140%; font-weight: bold; line-height: 1em; margin-top: 1em; margin-bottom: 1em; text-align: center; } .h3a { font-weight: bold; font-size: 90%; margin-top: 1em; margin-bottom: 0.4em; text-indent: 0em; text-align: left; } .h3r { page-break-before: always; font-weight: bold; line-height: 1em; letter-spacing: 0.10em; font-size: 130%; padding: 0.5em; margin-top: 0.5em; margin-bottom: 0.3em; text-align: center; } .epi { margin-top: 1em; margin-bottom: 0em; margin-left: 2.5em; margin-right: 2.5em; text-align: left; text-indent: 0em; } .subtitle { font-weight: normal; font-size: 105%; margin-top: 0.5em; margin-bottom: 0.5em; text-align: center; } .seclev { font-weight: bold; font-size: 70%; margin-top: 0.5em; margin-bottom: 1em; text-align: center; } .toc { font-weight: bold; font-size: 80%; margin-top: 0.2em; margin-bottom: 1em; text-align: center !important; } .toct { font-weight: bold; font-size: 80%; margin-top: 1em; margin-bottom: 1em; text-align: center !important; } .toc1 { font-weight: bold; font-size: 80%; margin-top: 1.5em; margin-bottom: 0.3em; text-align: center !important; } .toc1a { font-family: "PTSans", sans-serif; font-weight: bold; font-size: 70%; letter-spacing: 0.05em; margin-top: 0.1em; margin-bottom: 0.1em; text-align: center !important; } .toca { font-size: 95%; margin-top: 0em; margin-bottom: 0.5em; text-align: center !important; } .intro { border-top: solid #fbd077 0.15em; border-bottom: solid #fbd077 0.15em; font-size: 90%; letter-spacing: 0.04em; line-height: 1.5em; padding: 0.8em 0em 0.8em 0em; margin-top: 1em; margin-bottom: 1em; text-indent: 0em; text-align: left; } .intror { font-size: 95%; margin-top: 0em; margin-bottom: 0em; text-indent: 0em; text-align: left; } .introi { font-size: 95%; margin-top: 0em; margin-bottom: 0em; text-indent: 1.2em; text-align: left; } .noindent { margin-top: 1em; margin-bottom: 0em; text-align: left; text-indent: 0em; } .noindenti { margin-top: 0em; margin-bottom: 0em; text-align: left; text-indent: 0em; } .noindentt { margin-top: 1.5em; margin-bottom: 0em; text-align: left; text-indent: 0em; } .noindent1 { margin-top: 2em; margin-bottom: 0em; text-align: left; text-indent: 0em; } .indent { margin-top: 0em; margin-bottom: 0em; text-indent: 1.5em; text-align: left; } .yield { font-family: "PTSans", sans-serif; font-size: 65%; font-weight: bold; margin-top: 0.3em; margin-bottom: 1.5em; text-align: center; } .item { font-family: "PTSans"; font-size: 60%; font-weight: bold; line-height: 1em; letter-spacing: 0.1em; margin-top: 0.5em; margin-bottom: 1em; margin-left: 1.2em; text-indent: -1.2em; text-align: left; } .ihead { font-family: "Gotham", sans-serif; font-size: 75%; font-weight: bold; line-height: 1em; margin-top: 1.5em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; } .nhead { font-family: "Gotham", sans-serif; font-size: 70%; font-weight: bold; line-height: 1em; margin-top: 1.5em; margin-bottom: 0.8em; text-indent: 0em; text-align: left; } .blist { margin-top: 1em; margin-bottom: 0em; margin-left: 0.6em; text-indent: -0.6em; text-align: left; } .ntext { font-size: 80%; line-height: 1.75em; margin-top: 0em; margin-bottom: 0.8em; text-indent: 0em; text-align: left; } .chead { font-size: 90%; font-weight: bold; margin-top: 1.3em; margin-bottom: 1.3em; text-align: center; } .ahead { font-size: 90%; font-weight: bold; margin-top: 1.5em; margin-bottom: 1em; text-align: center; } .note { margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .live { margin-top: 0.5em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; } .attr { margin-top: 0.5em; margin-bottom: 1.2em; text-indent: 0em; text-align: left; } .tip { font-size: 80%; line-height: 1.5em; margin-top: 1em; margin-bottom: 1em; margin-left: 2.5em; text-indent: -2.3em; text-align: left; } .dropcap { font-family: "Gotham", sans-serif; float: left; font-size: 280%; font-weight: bold; margin-top: -0.05em; margin-bottom: 0em; margin-right: 0.075em; line-height: 0.9em; } .copy { font-size: 90%; margin-top: 1em; margin-bottom: 0em; text-indent: 0em; text-align: left; } .indexhead { font-family: "Gotham", sans-serif; font-weight: bold; margin-top: 1em; margin-bottom: 0.1em; margin-left: 0.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; } .caption { font-family: "RotisSansSerif", sans-serif; font-size: 90%; line-height: 1.15em; margin-top: 0.1em; margin-bottom: 1.5em; text-indent: 0em; text-align: left; } .sidebar { page-break-inside:auto; border: solid #fabf12 0.1em; background-color: #fabf12; border-radius: 1em; font-size: 90%; color: #000000; padding: 0.75em; margin-top: 1.5em; margin-bottom: 1.5em; text-indent: 0em; text-align: left; } .stitle { font-weight: bold; line-height: 1em; letter-spacing: 0.10em; font-size: 110%; padding: 0.5em; margin-top: 0.5em; margin-bottom: 1.5em; text-align: center; } .ent { font-size: 90%; font-family: "DejaVuMonoSans", sans-serif; vertical-align: baseline; } .small { font-size: 75%; } .c1 { font-family: "PTSans", sans-serif; font-size: 70%; letter-spacing: 0.25em; } .f1 { font-weight: bold; font-size: 180%; } .num { font-size: 80%; vertical-align: .5ex; } .den { font-size: 80%; } .group { page-break-inside: avoid; } ol { list-style-type: none; margin: 0em; } .hidden { display: none; visibility: hidden; } a { text-decoration: none; } .lines { padding-top: 0.15em; padding-bottom: 0.15em; border-top: solid #555555 0.175em; border-bottom: solid #555555 0.175em; } /* 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 Float Images */ .ft50 { width: 50%; float: right; padding-left: 0.5em; margin: 0em; } .ft50 img { width: 100%; } /* For Inline Images */ .in80 { width: 100%; } .in5 { width: 5%; } /* For Landscape Images (width or without caption) */ .land50 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land50 img { width: 50%; } .land85 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land85 img { width: 85%; } .land100 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land100 img { width: 100%; } .land100i { margin: 0em; text-align: center; } .land100i img { width: 100%; } .land100a { page-break-before: always; margin: 0em; text-align: center; } .land100a img { width: 100%; } /* Portrait Images - width or without Caption */ .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; }