@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 { 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: "FuturaStd-Bold"; src: url(../fonts/FuturaStd-Bold.ttf); font-style: normal; font-weight: bold; } @font-face { font-family: "FuturaStd-Book"; src: url(../fonts/FuturaStd-Book.ttf); font-style: normal; font-weight: normal; } @font-face { font-family: "FuturaStd-Light"; src: url(../fonts/FuturaStd-Light.ttf); font-style: italic; font-weight: normal; } @font-face { font-family: "FuturaStd-Medium"; src: url(../fonts/FuturaStd-Medium.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; } @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; } 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: "FuturaStd-Bold", sans-serif; font-size: 220%; line-height: 1em; margin-top: 1em; margin-bottom: 0.4em; text-align: center; } .h2 { font-family: "FuturaStd-Bold", sans-serif; font-size: 150%; line-height: 1em; margin-top: 0.1em; margin-bottom: 1em; text-indent: 0em; text-align: left; } .h2a { font-family: "FuturaStd-Bold", sans-serif; font-size: 170%; line-height: 1em; margin-top: 0em; margin-bottom: 0.3em; text-align: center; background-color: #d7b3d4; border-bottom: solid #d7b3d4 0.1em; color: #000000; padding: 0.5em; } .h2b { font-family: "FuturaStd-Bold", sans-serif; font-size: 130%; line-height: 1em; margin-top: 1em; margin-bottom: 0.5em; text-align: center; } .h2c { font-family: "FuturaStd-Bold", sans-serif; font-size: 150%; line-height: 1em; margin-top: 0em; margin-bottom: 1em; background-color: #849AD6; border-bottom: solid #849AD6 0.1em; color: #000000; padding: 0.7em; text-align: center; } .h2d { font-family: "FuturaStd-Bold", sans-serif; font-size: 180%; line-height: 1em; margin-top: 1em; margin-bottom: 1em; text-align: center; } .h2i { font-family: "FuturaStd-Bold", sans-serif; font-size: 110%; line-height: 1.3em; margin-top: 0.3em; margin-bottom: 1.5em; text-align: center; } .h3 { page-break-before: always; font-family: "FuturaStd-Bold", sans-serif; font-size: 140%; font-weight: normal; line-height: 1em; margin-top: 0.8em; margin-bottom: 0.3em; text-align: center; } .h3i { page-break-before: always; font-family: "FuturaStd-Bold", sans-serif; font-size: 120%; font-weight: normal; line-height: 1em; margin-top: 1em; margin-bottom: 0.3em; text-align: left; text-indent: 0.3em; } .h3a { font-family: "FuturaStd-Bold", sans-serif; font-size: 150%; line-height: 1em; margin-top: 0em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; background-color: #00AEEF; border-bottom: solid #00AEEF 0.1em; color: #000000; padding: 0.3em 0.5em 0.1em 0.5em; } .h3b { font-family: "FuturaStd-Bold", sans-serif; font-size: 150%; line-height: 1em; margin-top: 0em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; background-color: #00AEAD; border-bottom: solid #00AEAD 0.1em; color: #000000; padding: 0.3em 0.5em 0.1em 0.5em; } .h3c { font-family: "FuturaStd-Bold", sans-serif; font-size: 150%; line-height: 1em; margin-top: 0em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; background-color: #f58220; border-bottom: solid #f58220 0.1em; color: #000000; padding: 0.3em 0.5em 0.1em 0.5em; } .h3d { font-family: "FuturaStd-Bold", sans-serif; font-size: 150%; line-height: 1em; margin-top: 0em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; background-color: #ffcb08; border-bottom: solid #ffcb08 0.1em; color: #000000; padding: 0.3em 0.5em 0.1em 0.5em; } .h3e { font-family: "FuturaStd-Bold", sans-serif; font-size: 150%; line-height: 1em; margin-top: 0em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; background-color: #f27caa; border-bottom: solid #f27caa 0.1em; color: #000000; padding: 0.3em 0.5em 0.1em 0.5em; } .h3f { font-family: "FuturaStd-Bold", sans-serif; font-size: 150%; line-height: 1em; margin-top: 0em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; background-color: #8dc63f; border-bottom: solid #8dc63f 0.1em; color: #000000; padding: 0.3em 0.5em 0.1em 0.5em; } .h3g { font-family: "FuturaStd-Bold", sans-serif; font-size: 150%; line-height: 1em; margin-top: 0em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; background-color: #8781bd; border-bottom: solid #8781bd 0.1em; color: #000000; padding: 0.3em 0.5em 0.1em 0.5em; } .h3h { font-family: "FuturaStd-Bold", sans-serif; font-size: 150%; line-height: 1em; margin-top: 0em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; background-color: #f58220; border-bottom: solid #f58220 0.1em; color: #000000; padding: 0.3em 0.5em 0.1em 0.5em; } .h3j { font-family: "FuturaStd-Bold", sans-serif; font-size: 150%; line-height: 1em; margin-top: 0em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; background-color: #00a16b; border-bottom: solid #00a16b 0.1em; color: #000000; padding: 0.3em 0.5em 0.1em 0.5em; } .h4 { font-family: "FuturaStd-Bold", sans-serif; font-size: 110%; margin-top: 1em; margin-bottom: 0.4em; text-indent: 0em; text-align: left; } .h4a { font-family: "FuturaStd-Bold", sans-serif; font-size: 95%; margin-top: 1em; margin-bottom: 0.3em; text-indent: 0em; text-align: left; } .h5 { font-family: "FuturaStd-Bold", sans-serif; font-size: 90%; margin-top: 1em; margin-bottom: 0.3em; text-indent: 0em; text-align: left; } .h5a { font-size: 100%; margin-top: 1em; margin-bottom: 0.3em; text-indent: 0em; text-align: left; } .h6 { font-family: "FuturaStd-Book", sans-serif; font-size: 80%; margin-top: 1em; margin-bottom: 0em; text-indent: 0em; text-align: left; } .pub { margin-top: 4em; margin-bottom: 0.3em; text-align: center; } .subt { font-family: "FuturaStd-Bold", sans-serif; font-size: 80%; margin-top: 0.1em; margin-bottom: 0em; text-align: center; } .edt { font-family: "FuturaStd-Bold", sans-serif; font-size: 100%; margin-top: 0em; margin-bottom: 1em; text-align: center; } .author { font-family: "FuturaStd-Bold", sans-serif; font-size: 90%; margin-top: 0.1em; margin-bottom: 0.1em; text-align: center; } .toc { font-family: "PTsans", sans-serif; font-size: 80%; margin-top: 0.3em; margin-bottom: 0.3em; margin-left: 0.3em; text-indent: 0em; text-align: left; } .toc-back { font-family: "PTsans", sans-serif; font-size: 80%; margin-top: 1.5em; margin-bottom: 0.3em; margin-left: 0.3em; text-indent: 0em; text-align: left; } .toclev { font-family: "PTsans", sans-serif; font-size: 90%; margin-top: 0.3em; margin-bottom: 0.2em; margin-left: 1em; text-indent: -1em; text-align: left; } .toc-chap { font-family: "PTsans", sans-serif; font-size: 100%; margin-top: 1.2em; margin-bottom: 0.3em; margin-left: 1.8em; text-indent: -1.8em; text-align: left; } .blist { margin-top: 0.1em; margin-bottom: 0.4em; margin-left: 1em; text-indent: -0.7em; text-align: left; } .blisti { margin-top: 0.1em; margin-bottom: 0.4em; margin-left: 1em; text-indent: -0.7em; text-align: left; } .nlist { margin-top: 0.1em; margin-bottom: 0.4em; margin-left: 1em; text-indent: -1em; text-align: left; } .nlist1 { margin-top: 0.1em; margin-bottom: 0.4em; margin-left: 3.4em; text-indent: -1.2em; text-align: left; } .noindent { font-size: 100%; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .noindentb { font-size: 100%; margin-top: 0.1em; margin-bottom: 0.8em; text-indent: 0em; text-align: left; } .noindentt { font-size: 100%; margin-top: 0.8em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .noindent1 { font-size: 100%; margin-top: 1em; margin-bottom: 1em; text-indent: 0em; text-align: left; } .intro { font-family: "PTsans", sans-serif; font-size: 90%; line-height: 1.4em; margin-top: 0.8em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .indent { font-size: 100%; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 1.2em; text-align: left; } .indent1 { font-size: 100%; margin-top: 1em; margin-bottom: 0.1em; text-indent: 1.2em; text-align: left; } .center { font-family: "PTsans", sans-serif; font-size: 90%; margin-top: 1em; margin-bottom: 1em; text-align: center; background-color: #A5DBDE; color: #000000; border-radius: 0.3em; padding: 0.3em 0.5em 0.1em 0.5em; } .quote { margin-top: 0em; margin-bottom: 1em; text-align: center; } .tick { margin-top: 0.1em; margin-bottom: 0.3em; margin-left: 1.5em; text-indent: -1.3em; text-align: left; } .think { font-family: "PTsans", sans-serif; font-size: 90%; margin-top: 0.1em; margin-bottom: 1em; text-align: center; } .subtitle { font-family: "FuturaStd-Bold", sans-serif; font-size: 90%; margin-top: 0em; margin-bottom: 1.2em; text-indent: 0em; text-align: left; } .caption { font-family: "RotisSansSerif", sans-serif; font-size: 90%; line-height: 1.15em; margin-top: 0.5em; margin-bottom: 1.5em; text-align: center; } .caption1 { font-family: "RotisSansSerif", sans-serif; font-size: 90%; line-height: 1.15em; margin-top: 0.5em; margin-bottom: 1.5em; text-indent: 0em; text-align: left; } .sidebar1 { page-break-inside: auto; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.7em; border: solid #e5f1d5 0.1em; background-color: #e5f1d5; color: #000000; text-align: left; } .sidebar2 { page-break-inside: auto; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.7em; border: solid #CEEBEF 0.1em; background-color: #CEEBEF; color: #000000; text-align: left; } .sidebar2a { page-break-before: always; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.7em; border: solid #CEEBEF 0.1em; background-color: #CEEBEF; color: #000000; text-align: left; } .sidebar3 { page-break-before: always; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.7em; border: solid #e2f4fe 0.1em; background-color: #e2f4fe; color: #000000; text-align: left; } .sidebar4 { page-break-before: always; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.7em 1em; background-color: #e1deef; border: solid #e1deef 0.1em; color: #000000; text-align: left; } .sidebar5 { page-break-inside: auto; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.7em; border: solid #C6DF9C 0.1em; background-color: #C6DF9C; color: #000000; text-align: left; } .sidebar6 { page-break-inside: auto; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.7em; border: solid #C6EBFF 0.1em; background-color: #C6EBFF; color: #000000; text-align: left; } .sidebar7 { page-break-inside: auto; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.7em; border: solid #8CDBFF 0.1em; background-color: #8CDBFF; color: #000000; text-align: left; } .sidebar8 { page-break-inside: auto; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.7em; background-color: #FFF3D6; border: solid #FFF3D6 0.1em; color: #000000; text-align: left; } .sidebar8a { page-break-before:always; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.7em; background-color: #FFF3D6; border: solid #FFF3D6 0.1em; text-align: left; } .sidebar9 { page-break-inside: auto; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.7em; background-color: #fff9e7; border: solid #fff9e7 0.1em; color: #000000; text-align: left; } .stitle { font-family: "PTsans", sans-serif; font-size: 135%; font-weight: normal; line-height: 1.1em; margin-top: 0.2em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; } .ahead { font-family: "PTSans", sans-serif; font-size: 90%; font-weight: bold; margin-top: 1em; margin-bottom: 0em; text-indent: 0em; text-align: left; } .chead { font-family: "FuturaStd-Bold", sans-serif; font-size: 120%; margin-top: 1em; margin-bottom: 0.5em; text-align: center; } .ihead { font-family: "FuturaStd-Bold", sans-serif; font-size: 85%; margin-top: 0.1em; margin-bottom: 0.2em; text-indent: 0em; text-align: left; } .shead { font-family: "FuturaStd-Bold", sans-serif; font-size: 120%; margin-top: 0.1em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; } .copy { font-size: 90%; margin-top: 0.1em; margin-bottom: 1em; text-align: center; } .copy1 { font-size: 90%; margin-top: 1em; margin-bottom: 0em; text-align: center; } .ded { font-family: "FuturaStd-Bold", sans-serif; font-size: 100%; margin-top: 1.5em; margin-bottom: 1em; text-align: center; } .indexmain1 { margin-top: 1em; margin-bottom: 0.1em; text-indent: -1.5em; margin-left: 1.5em; text-align: left; font-weight: bold; } .indexmain { margin-top: 0em; 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: 3em; text-align: left; } .indexsubsub { margin-top: 0.1em; margin-bottom: 0.1em; text-indent: -1.5em; margin-left: 4em; text-align: left; } .f1 { font-size: 140%; } .f2 { font-size: 85%; } .c1 { border-left: solid #FFCB00 0.4em; border-right: solid #FFCB00 0.4em; border-bottom: solid #FFCB00 0.1em; border-top: solid #FFCB00 0.1em; padding: 0.1em 0.3em 0.1em 0.3em; } .r1 { background-color: #00AEEF; color: #000000; padding: 0.1em 0.35em 0.1em 0.35em; border-radius: 1em; font-size: 95%; } .r2 { background-color: #00AEAD; color: #000000; padding: 0.1em 0.35em 0.1em 0.35em; border-radius: 1em; font-size: 95%; } .r3 { background-color: #F74D21; color: #000000; padding: 0.1em 0.35em 0.1em 0.35em; border-radius: 1em; font-size: 95%; } .r4 { background-color: #FFCB00; color: #000000; padding: 0.1em 0.35em 0.1em 0.35em; border-radius: 1em; font-size: 95%; } .r5 { background-color: #F77DAD; color: #000000; padding: 0.1em 0.35em 0.1em 0.35em; border-radius: 1em; font-size: 95%; } .r6 { background-color: #8CC739; color: #000000; padding: 0.1em 0.35em 0.1em 0.35em; border-radius: 1em; font-size: 95%; } .r7 { background-color: #8C82BD; color: #000000; padding: 0.1em 0.35em 0.1em 0.35em; border-radius: 1em; font-size: 95%; } .r8 { background-color: #F78221; color: #000000; padding: 0.1em 0.35em 0.1em 0.35em; border-radius: 1em; font-size: 95%; } .r9 { background-color: #00A26B; color: #000000; padding: 0.1em 0.35em 0.1em 0.35em; border-radius: 1em; font-size: 95%; } .sc { font-size: 50%; } img { max-width: 100%; width:auto; } aside { display: block; } .group { page-break-inside: auto; } .groupa { page-break-before:always; } a { text-decoration: none; } ol { list-style-type:none; margin: 0em; } .hidden { display: none; visibility: hidden; } small { font-size: 80%; } /* 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: 4%; } .in20 { width: 20%; } .in80 { width: 100%; } /* For float Images*/ .ft50 { margin: 0em; width: 50%; float: left; padding-right: 0.5em; } .ft50 img { width: 100%; } .ft60 { margin: 0em; width: 60%; float: right; padding-left: 0.5em; } .ft60 img { width: 100%; } .ft45 { margin: 0em; width: 50%; float: right; padding-left: 0.5em; } .ft45 img { width: 100%; } .ft40 { margin: 0em; width: 40%; float: right; padding-left: 0.5em; } .ft40 img { width: 100%; } .ft25 { margin: 0em; width: 30%; float: right; padding-left: 0.5em; } .ft25 img { width: 100%; } .ft30 { margin: 0em; width: 5%; float: right; padding-left: 0.5em; } .ft30 img { width: 100%; } .ft35 { margin: 0em; width: 40%; float: right; padding-left: 0.5em; } .ft35 img { width: 100%; } /* For Landscape Images (width or without caption) */ .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%; } .land80 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land80 img { width: 80%; } .land60 { margin-top: 1em; margin-bottom: 0.5em; text-align: center; } .land60 img { width: 60%; } .land70 { margin-top: 1em; margin-bottom: 0.5em; text-align: center; } .land70 img { width: 70%; } .land40a { margin-top: 1em; margin-bottom: 1em; text-align: center; } .land40a img { width: 40%; } .land10 { margin-top: 1em; margin-bottom: 1em; text-align: center; } .land10 img { width: 10%; } .land30 { margin-top: 1em; margin-bottom: 1em; text-align: center; } .land30 img { width: 30%; } .land50 { margin-top: 1em; margin-bottom: 0.5em; text-align: center; } .land50 img { width: 50%; } /* Portrait Images - width or without Caption */ .portvh98 { margin: 1em 0 0 0; text-align: center; height: 98%; } .vh98 { height: 100%; } .vh98:only-of-type { height: 98vh; } .portvh80 { margin: 0.5em 0 0 0; text-align: center; height: 80%; } .vh80 { height: 80%; } .vh80:only-of-type { height: 80vh; } .portvh70 { margin: 1em 0 0 0; text-align: center; height: 70%; } .vh70 { height: 70%; } .vh70:only-of-type { height: 70vh; } .portvh60 { margin: 1em 0 0 0; text-align: center; height: 50%; } .vh60 { height: 60%; } .vh60:only-of-type { height: 50vh; }