/* BODY STYLES */ body { /* font-family: serif; */ /* font-size: 100%; */ text-align: left; margin: 0.25em; orphans: 2; widows: 2; } .toc-marker { font-size: x-small; font-weight: normal; color: green; text-decoration: underline; display: none; } /* BOOKS BY . . . list (i.e., other books by author) */ h1.books-by { /* style for title line of book list by author */ border-bottom: 2px solid gray; padding-bottom: 4px; font-size: 130%; font-style: normal; font-weight: normal; text-indent: 0; text-align: center; margin: 2em 10% 1em 10%; } p.books-list { font-size: 90%; font-style: italic; font-weight: normal; text-indent: 0; text-align: center; margin: 0 0 .4em 0; } p.books-list-series-title { font-size: 90%; font-style: normal; font-weight: normal; font-variant: normal; /* utilize pseudo-small-caps */ text-indent: 0; text-align: center; letter-spacing: 1px; page-break-after: avoid; margin: 2em 0 .66em 0; } p.books-list-hyperlink { font-size: 80%; font-style: italic; font-weight: normal; text-indent: 0; text-align: center; margin: 1.33em 0 1em 0; } p.books-list-footnote { font-size: 80%; font-style: normal; font-weight: normal; text-indent: 0; text-align: center; page-break-before: avoid; margin: 2em 0 1em 0; } /* 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; } /* DEDICATION PAGE */ p.dedication-first { font-size: 110%; line-height: 145%; font-style: italic; font-weight: normal; text-indent: 0; text-align: center; margin: 3em 12% 0 12%; } /* TABLE OF CONTENTS */ li.contents-indent { /* Epub 3.0 */ font-style: normal; font-weight: normal; text-indent: 0; text-align: left; margin: .16em 0 0 .5em; } 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 1.5em; } p.contents-space { font-style: normal; font-weight: normal; text-indent: -2em; padding-left: 2em; text-align: left; margin: 1.25em 0 .5em 1.5em; } /* EPIGRAPH */ p.epigraph { font-size: 90%; line-height: 145%; font-style: normal; font-weight: normal; text-indent: 0; text-align: center; margin: 3em 10% 0 10%; orphans: 2; widows: 2; } p.epigraph-source { font-size: 85%; line-height: 125%; font-style: normal; font-weight: normal; text-indent: 0; text-align: center; page-break-before: avoid; margin: .5em 10% .8em 10%; } /* CHAPTER NUMBER AND TITLE */ span.chapter { /* works in conjunction w chapter-title or appendix-title */ padding: 0.3% 1.5% 0.3% 1.5%; border-bottom: 1.25px solid #3f3f3f; } h1.chapter-number { font-size: 150%; letter-spacing: 1.5px; font-style: normal; font-weight: normal; text-indent: 0; text-align: center; margin: 15px 0 2.5em 0; } h1.chapter-title-fm { font-size: 170%; line-height: 125%; font-style: normal; font-weight: normal; text-indent: 0; text-align: center; letter-spacing: 2px; margin: 15px 10% 2em 10%; } p.time-stamp { font-size: 104%; line-height: 125%; letter-spacing: 1px; font-style: italic; font-weight: bold; text-indent: 0; text-align: left; margin: 0 0 1em 0; } /* TEXT STYLES */ .drop-cap { font-size: 140%; line-height: 125%; font-weight: bold; letter-spacing: 1px; color: #aaaaaa; } p.text { text-indent: 1em; margin: 0; orphans: 2; widows: 2; } p.text-left { text-indent: 0; margin: 0; orphans: 2; widows: 2; } p.text-first { text-indent: 0; margin: 0; orphans: 2; widows: 2; } p.text-left-space { text-indent: 0; margin: 1em 0 0 0; orphans: 2; widows: 2; } p.text-centered { font-size: 100%; font-style: normal; font-weight: normal; text-indent: 0; text-align: center; margin: 0; orphans: 2; widows: 2; } /* ABOUT THE AUTHOR */ p.about-author-first { text-indent: 0; margin: 3em 0 0 0; orphans: 2; widows: 2; } /* FIGURES */ body.cover { margin: 0; padding: 0; font-size: 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: #f7e0a9; } /* CHARACTER STYLES */ span.regular { font-style: normal; font-weight: normal; letter-spacing: 0; } 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%; }