@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-face { font-family: "RotisSansSerif"; src: url(../fonts/RotisSansSerif.ttf); font-style: normal; font-weight: normal; } @font-face { font-family: "RotisSansSerif"; src: url(../fonts/RotisSansSerif-Italic.ttf); font-style: italic; font-weight: normal; } @font-face { font-family: "RotisSansSerif"; src: url(../fonts/RotisSansSerif-Bold.ttf); font-style: normal; font-weight: bold; } @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-Italic.ttf); font-style: italic; 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; } 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: "PTSans", sans-serif; font-size: 230%; letter-spacing: 0.02em; line-height: 1em; margin-top: 1em; margin-bottom: 0em; border-top: dotted #BDDC9A 0.1em; border-bottom: solid #BDDC9A 0.1em; padding: 0.2em 0.2em 0.1em 0.2em; text-align: center; } .h2a { font-family: "PTSans", sans-serif; font-size: 180%; font-weight: bold; line-height: 1em; margin-top: 0em; margin-bottom: 1em; text-align: center; padding: 0.3em; background-color: #ecd53e; } .h2b { font-family: "PTSans", sans-serif; font-size: 180%; font-weight: bold; line-height: 1em; margin-top: 0em; margin-bottom: 1em; text-align: center; padding: 0.3em; background-color: #74bca7; } .h2c { font-family: "PTSans", sans-serif; font-size: 180%; font-weight: bold; line-height: 1em; margin-top: 0em; margin-bottom: 1em; text-align: center; padding: 0.3em; background-color: #81b574; } .h2n { font-family: "PTSans", sans-serif; font-size: 90%; font-weight: bold; line-height: 1em; margin-top: 0em; margin-bottom: 0em; text-align: center; background-color: #f5e9a2; padding: 0.8em 0.6em 0.8em 0.6em; border-bottom: solid #f5e9a2 0.1em; } .h2i { font-family: "PTSans", sans-serif; font-size: 90%; font-weight: bold; line-height: 1em; margin-top: 0em; margin-bottom: 0em; text-align: center; background-color: #c2dfd6; border-bottom: solid #c2dfd6 0.1em; padding: 0.8em 0.6em 0.8em 0.6em; } .h2g { font-family: "PTSans", sans-serif; font-size: 90%; font-weight: bold; line-height: 1em; margin-top: 0em; margin-bottom: 0em; text-align: center; background-color: #bddc9a; border-bottom: solid #bddc9a 0.1em; padding: 0.8em 0.6em 0.8em 0.6em; } .h2v { font-family: "PTSans", sans-serif; font-size: 120%; font-weight: bold; line-height: 1em; margin-top: 0em; margin-bottom: 1em; padding: 0.4em; border-top: solid #459F47 0.1em; border-bottom: solid #459F47 0.1em; background-color: #C9E2AD; text-align: center; } .h2s { font-family: "PTSans", sans-serif; font-size: 140%; font-weight: bold; line-height: 1em; margin-top: 0em; margin-bottom: 1em; padding: 0.4em; border-top: dotted #459F47 0.13em; border-bottom: dotted #459F47 0.13em; text-align: center; } .h2e { font-family: "PTSans", sans-serif; font-size: 130%; font-weight: bold; line-height: 1em; margin-top: 0em; margin-bottom: 1em; padding: 0.4em; border-top: solid #BDDC9A 0.15em; border-bottom: solid #BDDC9A 0.15em; text-align: center; } .h2u { letter-spacing: 0.15em; font-family: "PTSans", sans-serif; font-size: 120%; font-weight: bold; line-height: 1em; margin-top: 0em; margin-bottom: 1em; padding: 0.5em; border-top: solid #459F47 0.15em; border-bottom: solid #459F47 0.15em; text-align: center; } .h3 { font-family: "PTSans", sans-serif; font-weight: bold; font-size: 100%; line-height: 1em; margin-top: 1em; margin-bottom: 0.2em; text-indent: 0em; text-align: left; } .h3c { page-break-before: always; font-family: "PTSans", sans-serif; font-weight: bold; font-size: 150%; line-height: 1em; margin-top: 1em; margin-bottom: 0.5em; text-indent: 0em; padding: 0.2em; border-bottom: solid #459F47 0.2em; text-align: center; } .h3a { page-break-before: always; font-family: "PTSans", sans-serif; font-weight: bold; font-size: 150%; line-height: 1em; margin-top: 1em; margin-bottom: 0em; text-indent: 0em; border-top: dotted #BDDC9A 0.15em; border-bottom: solid #BDDC9A 0.1em; padding: 0.3em 0em 0.2em 0em; text-align: center; } .h3i { page-break-before: always; font-family: "PTSans", sans-serif; font-weight: bold; font-size: 150%; line-height: 1em; margin-top: 1em; margin-bottom: 0em; text-indent: 0em; border-top: dotted #BDDC9A 0.15em; border-bottom: dotted #BDDC9A 0.15em; padding: 0.3em 0em 0.2em 0em; text-align: center; } .h3r { page-break-before: always; font-family: "PTSans", sans-serif; font-weight: bold; font-size: 150%; line-height: 1em; margin-top: 1em; margin-bottom: 0.1em; text-indent: 0em; text-align: center; } .h3b { page-break-before: always; font-family: "PTSans", sans-serif; font-weight: bold; font-size: 150%; line-height: 1em; margin-top: 1em; margin-bottom: 0.1em; text-indent: 0em; border-top: dotted #BDDC9A 0.13em; padding: 0.3em 0em 0.1em 0em; text-align: center; } .h4 { page-break-after: auto; font-family: "PTSans", sans-serif; font-weight: bold; font-size: 100%; margin-top: 1em; margin-bottom: 0.2em; text-indent: 0em; border-top: dotted #BDDC9A 0.15em; border-bottom: solid #BDDC9A 0.1em; padding: 0.3em 0em 0.2em 0em; text-align: center; } .h4a { font-family: "PTSans", sans-serif; font-weight: bold; font-size: 100%; line-height: 1em; margin-top: 1em; margin-bottom: 0.5em; color: #6D6E71; text-align: center; } .author { letter-spacing: 0.1em; font-weight: normal; font-size: 100%; margin-top: 0.5em; margin-bottom: 2em; padding-bottom: 0.4em; border-bottom: dotted #BDDC9A 0.2em; text-align: center; } .subtitle { font-family: "PTSans", sans-serif; font-size: 90%; font-weight: bold; margin-top: 0.5em; margin-bottom: 0.1em; text-align: center; padding-bottom: 0.4em; border-bottom: solid #BDDC9A 0.2em; } .bookauthor { font-family: "PTSans", sans-serif; font-size: 85%; font-weight: bold; margin-top: 7em; margin-bottom: 0.1em; text-align: center; } .pub { margin-top: 4em; margin-bottom: 0.3em; text-align: center; } .intro { font-family: "PTSans", sans-serif; font-size: 85%; font-weight: bold; line-height: 1.5; margin-top: 0.2em; margin-bottom: 0.2em; text-indent: 0em; text-align: left; } .introc { font-size: 90%; margin-top: -0.2em; margin-bottom: 1em; padding-left: 1.2em; padding-right: 1.2em; padding-bottom: 0.5em; border-bottom: dotted #BDDC9A 0.15em; text-align: center; } .center { letter-spacing: 0.02em; font-weight: normal; font-size: 90%; margin-top: 0.5em; margin-bottom: 1em; text-align: center; } .caption { page-break-before: auto; 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; } .noindent { margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .noindentt { margin-top: 1.2em; 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: 1em; text-indent: 0em; text-align: left; } .indent { margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 1.2em; text-align: left; } .indentt { margin-top: 1em; margin-bottom: 0.1em; text-indent: 1.2em; text-align: left; } .indentb { margin-top: 0.1em; margin-bottom: 1em; text-indent: 1.2em; text-align: left; } .subtxt { font-size: 80%; line-height: 1.9; margin-top: 0em; margin-bottom: 1.4em; text-indent: 0em; border-bottom: dotted #BDDC9A 0.2em; padding: 0.2em 0em 0.3em 0em; text-align: center; } .subtxf { font-size: 80%; line-height: 1em; margin-top: 0em; margin-bottom: 1em; text-indent: 0em; border-bottom: dotted #BDDC9A 0.2em; padding: 0.2em 0em 0.3em 0em; text-align: center; } .subtxu { font-size: 80%; line-height: 1em; margin-top: 0em; margin-bottom: 0.2em; text-indent: 0em; border-bottom: solid #BDDC9A 0.2em; padding: 0.1em 0em 0.4em 0em; text-align: center; } .subtxn { font-size: 80%; line-height: 1em; margin-top: 0.2em; margin-bottom: 1em; text-indent: 0em; text-align: center; } .subtxb { font-size: 80%; line-height: 1em; margin-top: 0em; margin-bottom: 0.5em; text-indent: 0em; border-bottom: solid #459f47 0.2em; padding: 0.2em 0em 0.3em 0em; text-align: center; } .toc { font-family: "PTSans", sans-serif; font-weight: normal; font-size: 80%; margin-top: 1em; margin-bottom: 1em; margin-left: 8%; text-indent: -8%; text-align: left; } .toci { font-family: "PTSans", sans-serif; font-size: 105%; margin-top: 0.3em; margin-bottom: 0.3em; text-indent: 0em; text-align: left; } .ded { font-family: "PTSans", sans-serif; line-height: 1.8; letter-spacing: 0.05em; font-size: 70%; font-weight: bold; margin-top: 4em; margin-bottom: 0.1em; margin-left: 3em; margin-right: 3em; text-indent: 0em; padding: 1em; border-top: dotted #BDDC9A 0.3em; border-bottom: dotted #BDDC9A 0.3em; text-align: center; } .bq { margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0.1em; margin-left: 3em; margin-right: 2em; } .bqi { margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 1.5em; margin-left: 3em; margin-right: 2em; } .atext { font-size: 90%; margin-top: 1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .apara { font-size: 90%; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .rpara { font-size: 90%; margin-top: 0.1em; margin-bottom: 1em; text-indent: 0em; text-align: left; } .nlist { font-size: 90%; margin-top: 0.1em; margin-bottom: 0.1em; margin-left: 3em; text-indent: -1em; text-align: left; } .npara { font-size: 90%; margin-top: 0.1em; margin-bottom: 0.1em; margin-left: 3em; text-indent: 1em; text-align: left; } .rtext { font-size: 90%; margin-top: 0.1em; margin-bottom: 0.5em; margin-left: 2.5em; text-indent: -2.5em; text-align: left; } .right { margin-top: 1em; margin-bottom: 1em; text-align: right; } .sidebar { page-break-inside: auto; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.75em; text-align: left; background-color: #D5E9E1; border: solid #D5E9E1 0.1em; border-radius: 0.8em; } .stitle { page-break-inside: auto; font-size: 90%; margin-top: 0.1em; margin-bottom: 0.5em; font-weight: bold; text-align: center; } .f1 { font-size: 100%; } .f2 { padding: 0.2em 1em 0.2em 1em; background-color: #25aae1; border-radius: 0.8em; } .f3 { font-family: "PTSans", sans-serif; font-size: 90%; font-weight: bold; } .f4 { border-top: solid #000 0.1em; border-bottom: solid #000 0.1em; font-weight: bold; } .c1 { color: #BDDC9A; font-weight: bold; } .c2 { color: #459F47; font-weight: bold; } .b5 { background-color: #E2F0D4; padding: 0.2em 0.7em 0.2em 0.7em; } /* For Index */ .indexhead1 { font-size: 90%; margin-top: 1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .indexmain1 { font-size: 90%; margin-top: 1em; margin-bottom: 0.1em; margin-left: 0.7em; text-indent: -0.7em; text-align: left; } .indexmain2 { font-size: 90%; margin-top: 0.1em; margin-bottom: 0.1em; margin-left: 0.6em; text-indent: -0.6em; text-align: left; } .indexlev1 { font-size: 90%; margin-top: 0.1em; margin-bottom: 0.1em; margin-left: 1.2em; text-indent: -0.5em; text-align: left; } /* 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; } .copy1 { font-size: 90%; margin-top: 0.1em; margin-bottom: 0.1em; margin-left: 0.8em; text-indent: -0.8em; text-align: left; } /* Default Styles */ table { border-collapse: collapse; width: 100%; margin: 0em; } td { padding: 0.2em; } .col { columns: 2; } .hidden { display: none; visibility: hidden; } .group { page-break-inside: auto; } .groupa { page-break-before: always; } 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: 80%; line-height: 1.2; vertical-align: sub; /* Fallback */ vertical-align: -15%; } /* Styling is improved to prevent sup from affecting line-height */ .sup { font-size: 80%; 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-weight: normal; font-size:320%; float:left; margin-top:-0.3225em; margin-bottom:-0.3245em; }� /* 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: 10%; } .in20 { width: 15%; } .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) */ .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%; } .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%; } /* 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; }