/* BODY STYLES */ body { font-family: serif; /* values: serif, sans-serif, cursive, fantasy, monospace; start specific (Gentium), move to generic */ 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 */ 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 */ } h1.toc-marker { font-size: small; font-weight: normal; color: green; text-decoration: underline; } /* COPYRIGHT PAGE */ p.copyright { font-size: x-small; text-align: left; margin: 0pt 0pt 0pt 0pt; } p.copyright-space { font-size: x-small; text-align: left; margin: 12pt 0pt 0pt 0pt; /* (top, right, bottom, left) */ } /* TABLE OF CONTENTS */ p.contents1 { font-size: small; font-weight: normal; text-align: left; margin: 0pt 0pt 4pt 0pt; } p.contents1-space { font-size: small; font-weight: normal; text-align: left; margin: 12pt 0pt 4pt 0pt; } p.contents2 { font-weight: normal; font-size: small; text-align: left; margin: 0pt 0pt 3pt 12pt; } p.contents2-space { font-weight: normal; font-size: small; text-align: left; margin: 12pt 0pt 3pt 12pt; } p.contents3 { /* use when dividing part lines from chap lines */ font-weight: bold; font-size: small; text-align: left; margin: 12pt 0pt 3pt 0pt; } /* CHAPTER number/title */ h1.ebook-new-page-break { font-weight: normal; font-style: normal; font-size: xx-large; color: #339933; text-indent: 0pt; text-align: center; margin: 25pt 0pt 18pt 0pt; /* (top [brings num down from top], right, bottom, left) */ } p.chapter-title { font-size: x-large; font-weight: normal; font-style: normal; text-indent: 0pt; text-align: center; color: #339933; margin: 0pt 0pt 50pt 0pt; /* (top, right, bottom, left) */ } /* Various TEXT STYLES */ p.text { font-size: small; text-indent: 12pt; text-align: left !important; margin: 0pt; orphans: 2; widows: 2; } p.text-space { font-size: small; text-indent: 12pt; text-align: left !important; margin: 12pt 0pt 0pt 0pt; orphans: 2; widows: 2; } p.text-left { font-size: small; text-indent: 0pt; text-align: left !important; margin: 0pt; orphans: 2; widows: 2; } p.text-first { font-size: small; text-indent: 0pt; text-align: left !important; margin: 0pt; orphans: 2; widows: 2; } p.text-first-space { font-size: small; font-variant: normal; text-indent: 0pt; text-align: left !important; margin: 12pt 0pt 0pt 0pt; orphans: 2; widows: 2; } p.text-left-space { font-size: small; font-variant: normal; text-indent: 0pt; text-align: left !important; margin: 12pt 0pt 0pt 0pt; orphans: 2; widows: 2; } p.text-center { font-size: small; text-align: center; margin: 0pt; } p.text-center-space { font-size: small; text-align: center; margin: 14pt 0pt 0pt 0pt; } /* BOOKS BY . . . list (i.e., other books by author) */ p.books-by { /* style for title line of book list by author */ font-size: large; text-align: center; margin: 24pt 0pt 0pt 0pt; /* (top, right, bottom, left) */ } div.books-by-divider-rule { /* use in conjunction with the
tag */ margin-top: 4pt; margin-bottom: 12pt; margin-left: 10%; margin-right: 10%; } p.books-list { font-size: small; font-style: italic; text-align: center; margin: 0pt 0pt 3pt 0pt; } p.books-list-space { font-size: small; font-style: italic; text-align: center; margin: 12pt 0pt 0pt 0pt; } p.books-list-series-title { font-size: small; font-variant: small-caps; text-align: center; margin: 24pt 0pt 12pt 0pt; } p.books-by-hyperlink { font-size: x-small; font-style: italic; text-align: center; margin: 12pt 0pt 12pt 0pt; } p.books-list-footnote { font-size: x-small; font-style: normal; text-align: center; margin: 16pt 0pt 12pt 0pt; } /* HYPERLINK STYLE DATA */ a:active { /* mouse button held down */ color: red; } a:hover { background: #339933; } a:link { /* not visited */ color: blue; } a:visited { color: #cc66ff; } p.ad-hyperlink { font-size: small; text-align: center; /* used for hyperlinks under any ad mentioning a website */ margin: 5pt 0pt 0pt 0pt; /* (top, right, bottom, left) */ } p.start { /* start reading style */ margin-top: 12pt !important; /* distance of box from text above */ border-top: thin solid black; border-bottom: thin solid black; margin-left: 5%; margin-right: 5%; margin-bottom: 14pt; padding: 4pt !important; /* amount of padding within box -- affects text */ background: #FFF8DC; /* background color of box */ text-align:right !important; font-weight: bold; font-size: x-small; font-style: normal; font-variant: normal; } /* DIVIDER */ p.divider { text-align: center; margin: 14pt 0pt 14pt 0pt; } p.divider-sub { text-align: center; color: #ccc; margin: 14pt 0pt 14pt 0pt; } /* FIGURES */ p.figure-marker { text-align: center; text-weight: bold; margin-top: 14pt; margin-bottom: 14pt; } /* FONT data */ span.regular { font-weight: normal; font-style: normal; } span.italic { font-weight: normal; font-style: italic; } span.bold { font-weight: bold; font-style: normal; } span.bold-italic { font-weight: bold; font-style: italic; } span.small-caps { font-variant: small-caps; } span.small-caps-bold { font-variant: small-caps; font-weight: bold; } span.xx-large-text { font-size: xx-large; } span.x-large-text { font-size: x-large; } span.large-text { font-size: large; } span.medium-text { font-size: medium; } span.small-text { font-size: small; } span.x-small-text { font-size: x-small; } span.xx-small-text { font-size: xx-small; } span.superscript { /* styled so can find them in the text and then add html code */ font-weight: bold; font-size: xx-large; } span.subscript { /* styled so can find them in the text and then add html code */ font-weight: bold; font-size: xx-large; }