@font-face { font-family: "Roboto-Light"; src:url("../Fonts/Roboto-Light.ttf"); } @font-face { font-family: "PlayfairDisplaySC-Regular"; src:url("../Fonts/PlayfairDisplaySC-Regular.ttf"); } @font-face { font-family: "PlayfairDisplay-Italic"; src:url("../Fonts/PlayfairDisplay-Italic.ttf"); } @font-face { font-family: "PlayfairDisplay-Regular"; src:url("../Fonts/PlayfairDisplay-Regular.ttf"); } @font-face { font-family: "GentAlt-Ital"; src: url("../Fonts/GentiumAlt-Italic.ttf"); } /* BODY STYLES */ body { -epub-line-break:normal; font-family: serif; font-size: 100%; text-align: left; word-wrap: break-word; /* allows long words to break and wrap onto the next line; values: normal (no break) or break-word */ -webkit-nbsp-mode: normal; /* specifies behavior of non-breaking spaces: normal (no break); space (works like normal spaces) */ -webkit-line-break: after-white-space; /* specifies line-breaking rules for CJK (Chinese, Japanese, and Korean) text */ -epub-hyphens:auto; -webkit-hyphens:auto; hyphens:normal; margin: .25em; orphans: 2; /* specifies minimum num of lines to be left at bottom of page; default = 2 */ widows: 2; /* specifies minimum num of lines that must be left at top of page; default = 2 */ } h { word-wrap: normal; -epub-line-break:keep-all; -epub-hyphens:none; -webkit-hyphens:none; -moz-hyphens: none !important; -ms-hyphens: none !important; -o-hyphens: none !important; hyphens: none !important; page-break-after: avoid; } h1.toc-marker { font-size: x-small; font-weight: normal; color: green; text-decoration: underline; display: none; } /* COPYRIGHT PAGE */ p.copyright { font-size: 85%; text-indent: 0; text-align: left; margin: 0; } p.copyright-first { font-size: 85%; text-indent: 0; text-align: left; margin: 3em 0 0 0; } p.copyright-space { font-size: 85%; text-indent: 0; text-align: left; margin: 1em 0 0 0; } /* TABLE OF CONTENTS */ p.contents { /* main body of content page */ font-style: normal; font-weight: normal; text-indent: -2em; padding-left: 2em; text-align: left; margin: 0 0 .5em .5em; } p.contents-space { font-style: normal; font-weight: normal; text-indent: -2em; padding-left: 2em; text-align: left; margin: 1.25em 0 .5em .5em; } p.contents-part-titles { font-style: normal; font-weight: bold; text-indent: -2em; padding-left: 2em; text-align: left; page-break-after: avoid; margin: 1.25em 0 .5em 0; } /* PART SECTION */ h1.part-title { font-family: "Alegreya-Regular", serif; font-size: 180%; line-height: 100%; font-style: normal; font-weight: normal; text-transform: uppercase; /* options: none, capitalize, uppercase, lowercase */ text-indent: 0; text-align: center; letter-spacing: 2px; margin: 0 0 8px 0; /* part-fig1 and part-fig on top and bottom */ } /* EPIGRAPH */ p.epigraph { line-height: 125%; font-style: normal; font-weight: normal; text-indent: 0; text-align: left; margin: 0 10% 0 10%; orphans: 2; widows: 2; } p.epigraph-space { line-height: 125%; font-style: normal; font-weight: normal; text-indent: 0; text-align: left; margin: 1em 10% 0 10%; orphans: 2; widows: 2; } p.epigraph-indent { line-height: 125%; font-style: normal; font-weight: normal; text-indent: 1em; text-align: left; margin: 0 10% 0 10%; orphans: 2; widows: 2; } p.epigraph-source { font-size: 90%; line-height: 125%; font-style: normal; font-weight: normal; text-indent: 0; text-align: right; page-break-before: avoid; margin: .5em 10% 0 15%; } /* CHAPTER NUMBER AND TITLE */ h2.chapter-number { font-family: "PlayfairDisplaySC-Regular", serif; font-size: 120%; letter-spacing: 3px; background: #d2d3d5; padding: 4px 8% 6px 8%; font-style: normal; font-weight: normal; text-indent: 0; text-align: center; margin: 15px 6% 1.5em 6%; /* from here to chapter title */ } h1.chapter-title-fm { font-family: "Roboto-Light", sans-serif; font-size: 170%; line-height: 125%; font-style: normal; font-weight: 300; text-indent: 0; text-align: center; letter-spacing: 2px; margin: 15px 4% 3em 4%; } p.chapter-title { font-family: "PlayfairDisplay-Italic", serif; font-size: 250%; line-height: 125%; font-style: italic; font-weight: normal; text-indent: 0; text-align: center; letter-spacing: 2px; margin: 15px 4% 1.5em 4%; } p.time-stamp { font-size: 100%; line-height: 125%; letter-spacing: 1px; font-style: normal; font-weight: bold; font-variant: normal; /* pseudo small-caps */ text-indent: 0; text-align: left; margin: 0 0 1em 0; } /* TEXT STYLES */ .drop-cap { font-size: 140%; font-weight: bold; letter-spacing: 1px; color: #949599; } p.text { text-indent: 1em; margin: 0; orphans: 2; widows: 2; } p.text-space { text-indent: 1em; margin: 1em 0 0 0; orphans: 2; widows: 2; } p.text-first { text-indent: 0; margin: 0; orphans: 2; widows: 2; } /* LETTERS */ p.letter { font-style: italic; font-weight: normal; text-indent: 1em; text-align: left; margin: 0 1em 0 1em; } p.letter-closing { font-style: italic; font-weight: normal; text-align: right; text-indent: 0; page-break-before: avoid; margin: 1em 3em 0 1em; } p.letter-opening-space { font-style: italic; font-weight: normal; text-indent: 0; text-align: left; page-break-after: avoid; margin: 1em 1em .33em 1em; } /* EXTRACTS */ p.extract-space { font-size: 90%; font-style: normal; font-weight: normal; text-indent: 0; margin: 1em 1em 0 1em; orphans: 2; widows: 2; } p.extract { font-size: 90%; font-style: normal; font-weight: normal; text-indent: 1em; margin: 0 1em 0 1em; orphans: 2; widows: 2; } /* QUESTION & ANSWER PARAGRAPHS (Q&A) [100% TEXT size] */ p.question { font-style: normal; font-weight: normal; text-indent: -1.30em; /* Hanging Indent */ padding-left: 1.30em; margin: .75em 0 0 1em; orphans: 2; widows: 2; } p.answer { font-style: normal; font-weight: normal; text-indent: -1.30em; /* Hanging Indent */ padding-left: 1.30em; margin: .45em 0 0 1em; orphans: 2; widows: 2; } p.list-text-QA { /* second paragraph in question or answer unit */ text-indent: 1em; margin: 0 0 0 2.30em; orphans: 2; widows: 2; } p.list-text-QA-space { /* second paragraph in question or answer unit */ text-indent: 1em; margin: 1em 0 0 2.30em; orphans: 2; widows: 2; } /* LIST NUMBERED */ li.list-numbered-space { /* numbered list with extra space between each */ font-style: normal; font-weight: normal; text-indent: 0; text-align: left; margin: 1em 0 0 .5em; orphans: 2; widows: 2; } li.list-numbered-first { /* first in numberred list, follows a subhead or other, is not to add space */ font-style: normal; font-weight: normal; text-indent: 0; text-align: left; margin: 0 0 0 .5em; orphans: 2; widows: 2; } /* BIBLIOGRAPHY */ p.bibliog { font-size: 90%; font-style: normal; font-weight: normal; text-indent: -1em; /* hanging indent */ padding-left: 1em; margin: .16em 0 .33em 0; } /* ABOUT THE AUTHOR */ p.about-author-first { text-indent: 0; margin: 3em 0 0 0; orphans: 2; widows: 2; } /* FOOTNOTES */ a._idFootnoteLink { font-size: 80%; font-style: normal; font-weight: normal; vertical-align: top; } a._idFootnoteAnchor { font-style: normal; font-weight: normal; font-size: 80%; vertical-align: top; } span.Footnote-Reference { font-size: 80%; line-height: 110%; /* especially affects text using line-height code such as sidebars */ vertical-align: top; } p.footnote-divider { /* divider rule between text and endnotes at end of each chapter */ border-bottom: 2px solid #ccc; font-size: 85%; font-style: normal; font-weight: normal; text-indent: 0; margin: 3em 60% .5em 0; } p.footnote-text { font-size: 85%; font-style: normal; font-weight: normal; text-indent: 1em; margin: 0; } /* FIGURES */ body.cover { margin: 0; padding: 0; font-size: 0; } p.ch-figure1 { /* top of chapter number */ text-align: center; text-indent: 0; margin: 2em 0 .25em 0; } p.ch-figure { /* follows chapter number */ text-align: center; text-indent: 0; margin: 0 0 6em 0; } p.figure-marker { font-weight: normal; text-align: center; margin: .75em 0 .5em 0; } img { max-width: 100%; /*max-height: 100%;*/ } /* DIVIDER */ p.divider { font-style: normal; font-weight: normal; text-align: center; text-indent: 0; margin: 1.16em 0 1.16em 0; } /* HYPERLINK STYLE DATA */ p.ad-hyperlink { /* used for hyperlinks under any ad mentioning a website */ font-size: 120%; text-align: center; page-break-before: avoid; margin: .25em 0 0 0; } a:active { /* mouse button held down */ color: red; } a:link { /* not visited */ color: blue; text-decoration: underline; } a:visited { color: #cc66ff; } a:hover { background: #bf6372; } /* CHARACTER STYLES */ span.regular { font-style: normal; font-weight: normal; letter-spacing: 0px; } span.italic { font-style: italic; font-weight: normal; } span.bold { font-style: normal; font-weight: bold; } span.bold-italic { font-style: italic; font-weight: bold; } span.small-caps { font-size: 80%; }