/* BODY */ body { 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-align: center; margin: 2em 10% 1em 10%; } p.books-list { font-size: 90%; font-style: italic; font-weight: normal; text-align: center; margin: 0 10% .4em 10%; } /* 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-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-indent { /* front and back matter lines */ font-style: normal; font-weight: normal; text-indent: -2em; padding-left: 2em; text-align: left; margin: 0 0 .5em 2.5em; } p.contents-indent-space { font-style: normal; font-weight: normal; text-indent: -2em; padding-left: 2em; text-align: left; margin: 1.25em 0 .5em 2.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 .25em 1.5em; } p.contents-space { font-style: normal; font-weight: normal; text-indent: -2em; padding-left: 2em; text-align: left; margin: 1.25em 0 .25em 1.5em; } p.contents-sub { font-size: 90%; font-style: italic; font-weight: normal; text-indent: -2em; padding-left: 2em; text-align: left; page-break-before: avoid; margin: 0 0 .75em 4.255em; /* when using contents-sub: reduce contents & contents space margin-bottom to .25em */ } /* CHAPTER NUMBER AND TITLE */ span.chapter-number { font-size: 140%; line-height: 200%; letter-spacing: 0; } h1.chapter-title-fm { font-size: 190%; line-height: 125%; font-style: normal; font-weight: normal; text-align: center; letter-spacing: 1px; margin: 35px 10% 2em 10%; } h1.chapter-title { font-size: 190%; line-height: 125%; font-style: normal; font-weight: normal; text-indent: 6px; /* clear to zero if no chapter number is used or style is not centered */ text-align: center; letter-spacing: 1px; margin: 25px 10% 2em 10%; } h1.chapter-title-w-sub { font-size: 190%; line-height: 125%; font-style: normal; font-weight: normal; text-indent: 6px; /* clear to zero if no chapter number is used or style is not centered */ text-align: center; letter-spacing: 2px; margin: 25px 10% .25em 10%; } p.chapter-author { /* follows chapter title w sub or chapter sub-title */ font-size: 160%; font-style: italic; font-weight: normal; letter-spacing: 1px; text-align: center; margin: 1em 18% 3em 18%; } /* TEXT STYLES */ 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; } /* SIDEBARS */ p.sidebar-title { border-bottom: 3px double gray; padding: 0 3% 2px 3%; font-family: sans-serif; font-size: 120%; line-height: 135%; font-style: normal; font-weight: 600; text-align: center; padding-top: .5em; page-break-after: avoid; margin: 2em0 2px 0; } p.sidebar-first { font-family: sans-serif; font-size: 80%; line-height: 135%; font-style: normal; font-weight: normal; text-align: left; text-indent: 0; margin: 0; orphans: 2; widows: 2; } p.sidebar { font-family: sans-serif; font-size: 80%; line-height: 135%; font-style: normal; font-weight: normal; text-align: left; text-indent: 1em; margin: 0; orphans: 2; widows: 2; } p.sidebar-source { font-family: sans-serif; font-size: 80%; line-height: 130%; font-style: normal; font-weight: normal; text-align: right; text-indent: 0; text-align: right; margin: .25em 0 0 25%; } /* FIGURES */ body.cover { margin: 0; padding: 0; font-size: 0; } /* HYPERLINK STYLE DATA */ a:active { /* mouse button held down */ color: red; } a:link { /* not visited */ color: blue; text-decoration: none; } a:visited { color: #cc66ff; } a:hover { background: #a4c3ed; } /* CHARACTER STYLES */ span.sans-italic { font-family: sans-serif; font-style: italic; font-weight: normal; } 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%; }