@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:30px 20px 0 20px; } 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: "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; } body { margin: 0em; text-align: left; orphans: 2; widows: 2; } @page { margin: 1.2em; } 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-weight: bold; font-size: 250%; line-height: 0.7em; margin-top: 2em; margin-bottom: 0.5em; text-align: center; } .h2 { font-family: "PTSans", Sans-serif; page-break-after: auto; font-weight: normal; font-size: 130%; line-height: 1em; margin-top: 1em; margin-bottom: 1em; text-indent: 0em; text-align: left; } .h2b { font-family: "PTSans", Sans-serif; page-break-after: auto; font-weight: normal; font-size: 130%; line-height: 1em; margin-top: 1em; margin-bottom: 1em; text-align: center; } .h2ch { font-family: Sans-serif; font-weight: bold; font-size: 130%; line-height: 0.8em; margin-top: 0em; margin-bottom: 0em; text-align: center; padding: 0.4em; background-color: #FFEFAA; color: #000000; border-bottom: solid #FFEFAA 0.1em; } .h2a { font-family: Sans-serif; font-weight: bold; font-size: 170%; line-height: 1em; margin-top: 0em; margin-bottom: 0.8em; text-align: center; padding: 0.2em; background-color: #ffde00; color: #000000; } .h3 { page-break-before: always; font-family: "PTSans", Sans-serif; font-weight: bold; font-size: 130%; line-height: 1em; margin-top: 0.7em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; padding-bottom: 0.4em; font-variant: small-caps; } .h3a { page-break-before: always; font-family: Sans-serif; font-size: 170%; font-weight: bold; line-height: 1em; margin-top: 1em; margin-bottom: 0em; text-align: center; padding: 0.1em 0.1em 0.1em 0.1em; } .h3c { font-family: Sans-serif; font-size: 160%; font-weight: bold; line-height: 1em; margin-top: 0.2em; margin-bottom: 0.5em; text-align: center; } .h4a { font-family: "PTSans", Sans-serif; font-size: 100%; font-weight: bold; line-height: 1em; margin-top: 1em; margin-bottom: 0.5em; padding: 0.3em 0.5em 0.1em 0.5em; background-color: #F15A22; border-bottom: solid #F15A22 0.1em; color: #000000; text-align: left; text-indent: 0em; } .h4b { font-family: "PTSans", Sans-serif; font-size: 100%; font-weight: bold; line-height: 1em; margin-top: 0.1em; margin-bottom: 0.5em; padding: 0.3em 0.5em 0.1em 0.5em; background-color: #F15A22; border-bottom: solid #F15A22 0.1em; color: #000000; text-align: left; text-indent: 0em; } .h4c { page-break-before: always; font-family: "PTSans", Sans-serif; font-size: 100%; font-weight: bold; line-height: 1em; margin-top: 0.5em; margin-bottom: 0.5em; padding: 0.3em 0.5em 0.1em 0.5em; background-color: #F15A22; border-bottom: solid #F15A22 0.1em; color: #000000; text-align: left; text-indent: 0em; } .h4d { page-break-before: always; font-family: "PTSans", Sans-serif; font-size: 130%; font-weight: bold; line-height: 1em; margin-top: 0.5em; margin-bottom: 0.5em; padding: 0.3em 0.5em 0.1em 0.5em; background-color: #F15A22; border-bottom: solid #F15A22 0.1em; text-align: left; text-indent: 0em; } .h5 { font-family: sans-serif; font-weight: bold; font-size: 105%; line-height: 1em; margin-top: 1.1em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; } .auhead { font-family: "PTSans", Sans-serif; font-weight: bold; font-size: 130%; line-height: 1em; margin-top: 0.5em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; } .author { font-family: "PTSans", Sans-serif; font-size: 95%; line-height: 1em; margin-top: 3em; margin-bottom: 0em; text-align: center; } .caption { margin-top: 0.2em; line-height: 1.15em; font-family: "RotisSansSerif", sans-serif; font-size: 90%; margin-bottom: 1.5em; text-indent: 0em; text-align: left; } .caption-t { font-family: "RotisSansSerif", sans-serif; font-size: 90%; margin-top: 0.2em; line-height: 1.15em; margin-bottom: 0em; text-indent: 0em; text-align: left; } .copy { font-size: 90%; margin-top: 0.1em; margin-bottom: 0.1em; text-align: left; text-indent: 0em; } .copy1 { font-size: 90%; margin-top: 1em; margin-bottom: 0.1em; text-align: left; text-indent: 0em; } .dedi { font-family: "PTSans", Sans-serif; margin-top: 5em; margin-bottom: 0em; text-align: center; } small { font-size: 80%; } .group { page-break-inside: auto; } ol { list-style-type:none; margin: 0em; } a { text-decoration: none; } .hidden { display: none; visibility: hidden; } aside { display: block; } .intro { font-family: "PTSans", Sans-serif; line-height: 1.2em; font-size: 105%; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .introi { font-family: "PTSans", Sans-serif; line-height: 1.2em; font-size: 105%; margin-top: 0.1em; margin-bottom: 0em; text-indent: 1.5em; text-align: left; } .introa { font-family: "PTSans", Sans-serif; font-size: 105%; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .introb { font-family: "PTSans", Sans-serif; font-size: 105%; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 1.2em; text-align: left; } .introc { font-family: "PTSans", Sans-serif; font-size: 105%; margin-top: 1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .noindent { margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .noindentb { margin-top: 0.1em; margin-bottom: 1em; text-indent: 0em; text-align: left; } .noindent1 { margin-top: 1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .indent { margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 1.2em; text-align: left; } .indent1 { margin-top: 1em; margin-bottom: 0.1em; text-indent: 1.2em; text-align: left; } .mat { font-family: "RotisSansSerif", sans-serif; font-size: 90%; margin-top: 0.1em; margin-bottom: 0.4em; line-height: 1em; margin-left: 1.2em; text-indent: -0.85em; text-align: left; } .note { margin-top: 1em; margin-bottom: 0.8em; text-indent: 0em; text-align: left; } .num { font-size: 80%; vertical-align: .5ex; } .den { font-size: 80%; } .pub { margin-top: 7em; margin-bottom: 0.3em; text-align: center; } .box { page-break-before: always; margin-top: 1em; margin-bottom: 1em; padding: 0.5em; border: solid #FFEFAA 0.1em; background-color: #FFEFAA; color: #000000; text-align: left; } .boxh { font-family: Sans-serif; font-weight: bold; margin-top: 0.1em; margin-bottom: 0.3em; text-indent: 0em; padding: 0.5em; background-color: #F15A22; border-bottom: solid #F15A22 0.1em; color: #000000; text-align: left; } .subtitle { font-family: Sans-serif; font-size: 75%; margin-top: 0.5em; line-height: 1.2em; margin-bottom: 1em; text-align: center; } .toc-pt { font-family: "PTSans", Sans-serif; font-size: 80%; margin-top: 1.2em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .toc-ch { font-family: "PTSans", Sans-serif; font-size: 100%; margin-top: 0.5em; margin-bottom: 0.5em; margin-left: 2em; text-indent: 0em; text-align: left; } .toc-bm { font-family: "PTSans", Sans-serif; font-size: 90%; margin-top: 0.3em; margin-bottom: 0.3em; text-indent: 0em; text-align: left; } .gloss { margin-top: 1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .resh { font-weight: bold; font-family: sans-serif; font-size: 90%; line-height: 1em; margin-top: 1em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; } .res { margin-top: 0em; margin-bottom: 0em; text-indent: 0em; text-align: left; } .res1 { margin-top: 1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .indexmain { margin-top: 0.1em; margin-bottom: 0.1em; text-indent: -1.5em; margin-left: 1.5em; text-align: left; } .indexmain1 { margin-top: 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; } .sc1 { padding: 0.1em 0.6em 0.1em 0.6em; background-color: #F15A22; border-bottom: solid #F15A22 0.1em; color: #000000; font-size: 60%; } .ash { color: #636467; } .orange { color: #F15A22; vertical-align: top; font-size: 150%; } .number { margin-top: 1em; margin-bottom: 0.1em; text-indent: -0.8em; margin-left: 0.8em; text-align: left; } .number1 { margin-top: 1em; margin-bottom: 0.1em; text-indent: -1.45em; margin-left: 1.45em; text-align: left; } .f1 { font-size: 40%; line-height: 1em; padding: 0.1em 0.4em 0.1em 0.4em; color: #FFFFFF; background-color: #636467; font-weight: bold; } .number-ind { margin-top: 0.1em; margin-bottom: 0.1em; margin-left: 1em; text-indent: 1.2em; text-align: left; } .square { margin-top: 0.5em; margin-bottom: 0.1em; text-indent: -0.9em; margin-left: 1em; text-align: left; } .square-ind { margin-top: 0.1em; margin-bottom: 0.1em; margin-left: 1em; text-indent: 1.2em; text-align: left; } .techtxt { page-break-before: always; font-family: "PTSans", Sans-serif; font-size: 85%; margin-top: 1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } /* For Inline Images */ .in10 { vertical-align: middle; width: 20%; } .in95 { width: 80%; } /* For Landscape Images (width or without caption) */ .land100 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land100 img { width: 100%; } .land85 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land85 img { width: 85%; } .land60 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land60 img { width: 70%; } .land100a { margin: 0em; text-align: center; } .land100a img { width: 100%; } /* 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 */ .ft15 { width: 20%; float: right; padding-left: 0.5em; margin: 0em; } .ft15 img { width: 100%; } .ft30 { width: 45%; float: right; padding-left: 0.5em; margin: 0em; } .ft30 img { width: 100%; } .ft50 { width: 50%; float: right; padding-left: 0.5em; margin: 0em; } .ft50 img { width: 100%; } .ft35 { width: 35%; float: right; padding-left: 0.5em; margin: 0em; } .ft35 img { width: 100%; } /* Portrait Images - width or without Caption */ .portvh80 { margin: 1em 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: 100%; } .vh70:only-of-type { height: 70vh; } .portvh98 { margin: 1em 0 0 0; text-align: center; height: 98%; } .vh98 { height: 100%; } .vh98:only-of-type { height: 98vh; }