@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; } 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: sans-serif; font-weight: bold; letter-spacing: 0.05em; font-size: 180%; line-height: 1em; margin-top: 1.5em; margin-bottom: 0.1em; text-align: center; color: #e9dbcb; background-color: #000000; border-left: dotted #006382 0.15em; border-right: dotted #006382 0.15em; padding: 0.3em; } .author { font-family: "PTSans", sans-serif; letter-spacing: 0.05em; line-height: 1em; font-size: 130%; margin-top: 4em; margin-bottom: 1em; text-align: center; color: #666062; } .pub { margin-top: 7em; margin-bottom: 0.3em; text-align: center; } .c1 { color: #f68b1f; } .c3 { color: #EF4723; font-weight: bold; } .toc { font-family: "PTSans", sans-serif; font-size: 90%; margin-top: 0.1em; margin-bottom: 0.7em; margin-left: 0em; text-align: left; text-indent: 0em; } .h2i { font-family: "PTSans", sans-serif; letter-spacing: 0.05em; font-size: 160%; font-weight: bold; line-height: 1em; margin-top: 0.5em; margin-bottom: 0.5em; text-align: center; color: #355165; } .h2a { font-family: "PTSans", sans-serif; letter-spacing: 0.05em; font-size: 100%; font-weight: bold; line-height: 1em; margin-top: 4em; margin-bottom: 0.2em; text-align: center; color: #EF4023; } .h2b { font-family: "PTSans", sans-serif; letter-spacing: 0.05em; font-size: 150%; font-weight: normal; line-height: 1em; margin-top: 1em; margin-bottom: 1em; text-align: center; color: #EF4023; } .ahead { line-height: 1.4em; font-size: 105%; margin-top: 1.2em; margin-bottom: 0.2em; text-align: center; } .chead { font-size: 115%; margin-top: 1.2em; margin-bottom: 0.2em; text-align: center; } .noindent { margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .noindent1 { margin-top: 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; } .indent { margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 1.2em; text-align: left; } .indenta { 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; } .bq { margin-left: 1.4em; margin-right: 1.4em; margin-top: 0.1em; margin-bottom: 0.1em; text-align: left; text-indent: 0em; } .bqb { margin-left: 1.4em; margin-right: 1.4em; margin-top: 0.1em; margin-bottom: 1em; text-align: left; text-indent: 0em; } .bqi { margin-left: 1.4em; margin-right: 1.4em; margin-top: 0.1em; margin-bottom: 0.1em; text-align: left; text-indent: 1.2em; } .bqib { margin-left: 1.4em; margin-right: 1.4em; margin-top: 0.1em; margin-bottom: 1em; text-align: left; text-indent: 1.2em; } .bqr { margin-left: 1.4em; margin-right: 1.4em; margin-top: 0.1em; margin-bottom: 0.1em; text-align: right; text-indent: 0em; } .bqp { margin-left: 2.4em; margin-right: 2.4em; margin-top: 0.1em; margin-bottom: 0.1em; text-align: left; text-indent: 0em; } .caption { font-family: "RotisSansSerif", sans-serif; font-size: 90%; line-height: 1.15em; margin-top: 0.2em; margin-bottom: 1.5em; text-indent: 0em; text-align: center; } .name { font-size: 95%; margin-top: 0.5em; margin-bottom: 0.1em; text-align: center; color: #EF4023; } .des { margin-top: 0em; margin-bottom: 1em; text-align: center; } .creh { margin-top: 2em; margin-bottom: 0.1em; text-align: center; color: #666062; } .cre { margin-top: 0em; margin-bottom: 0em; text-align: center; color: #666062; } .cre1 { margin-top: 1em; margin-bottom: 0em; text-align: center; color: #666062; } .sidebar { font-family: "PTSans", sans-serif; page-break-before: always; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.75em; border: double #355165; border-radius: 1em; text-align: left; } .indexmain { font-family: "PTSans", sans-serif; font-size: 120%; font-weight: bold; margin-top: 1em; margin-bottom: 0.1em; text-indent: -1.5em; margin-left: 1.5em; text-align: left; color: #355165; } .indexlev1 { margin-top: 0.1em; margin-bottom: 0.1em; text-indent: -1.5em; margin-left: 1.5em; text-align: left; } .indexlev2 { margin-top: 0.1em; margin-bottom: 0.1em; text-indent: -1.5em; margin-left: 2.5em; text-align: left; } .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; } .image { margin-top: 1em; margin-bottom: 1.5em; text-align: center; } .stitle { font-family: "PTSans", sans-serif; letter-spacing: 0.05em; font-size: 110%; font-weight: bold; margin-top: 0.2em; margin-bottom: 0.5em; text-align: center; } .sparai { margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 1.2em; text-align: left; } .sparan { margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .sparau { margin-top: 1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .hidden { display: none; visibility: hidden; } .center { font-size: 95%; margin-top: 0.2em; margin-bottom: 0.2em; text-align: center; } aside { display: block; } .group { page-break-inside: auto; } a { text-decoration: none; } ol { list-style-type:none; margin: 0em; } /* 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 */ .in30 { width: 30%; } .in25 { width: 20%; } .in20 { width: 25%; } .in10 { width: 7%; } .in6 { width: 6%; } .in5 { width: 5%; } .in8 { width: 10%; } .in11 { width: 10%; } .in12 { width: 12%; } .in16 { width: 16%; } .in55 { width: 100%; } /* For Inline Images */ .ft50 { width: 50%; float: right; padding-left: 0.5em; margin: 0em; } .ft50 img { width: 100%; } .ft40 { width: 40%; float: left; padding-right: 0.7em; margin: 0em; } .ft40 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%; } .land60 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land60 img { width: 60%; } .land50 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land50 img { width: 50%; } .land80 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land80 img { width: 80%; } .land80a { margin: 0em; text-align: center; } .land80a img { width: 80%; } /* Portrait Images - width or without Caption */ .portvh80 { margin: 1em 0em 0em 0em; text-align: center; height: 80%; } .vh80 { height: 80%; } .vh80:only-of-type { height: 80vh; } .portvh98 { margin: 0em; text-align: center; height: 98%; } .vh98 { height: 98%; } .vh98:only-of-type { height: 98vh; }