@font-face { font-family: "GentAlt-Rom"; src: url("../Fonts/GentiumAlt.ttf"); } @font-face { font-family: "GentAlt-Ital"; src: url("../Fonts/GentiumAlt-Italic.ttf"); } @font-face { font-family: "SBLHebrew"; src:url("../Fonts/SBLHebrew.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; } /* ENDORSEMENTS */ p.endorsement-text-first { font-size: 90%; font-style: normal; font-weight: normal; text-indent: 0; margin: 3em 0 0 0; } p.endorsement-text { font-size: 90%; font-style: normal; font-weight: normal; text-indent: 0; margin: 1em 0 0 0; } p.endorsement-source { font-size: 90%; font-style: normal; font-weight: normal; text-indent: 0; text-align: right; page-break-before: avoid; margin: .4em 0 0 15%; } /* 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; } /* ABBREVIATIONS */ table.abbreviations { width: 100%; margin-top: 0; border-top: none; border-bottom: none; display: table; } td.abbreviation { font-size: 85%; font-style: normal; font-variant: normal; text-align: left; text-indent: 0; vertical-align: top; padding-bottom: .2em; padding-top: 0; padding-left: 0; padding-right: 1em; } /* CHAPTER number/title */ h1.chapter-title { font-size: 400%; border-bottom: 6px double gray; padding-bottom: 3px; font-style: normal; font-weight: normal; letter-spacing: 0px; text-indent: 0; text-align: center; margin: 15px 4% 1.5em 4%; } h1.chapter-title-fm { font-size: 170%; font-style: normal; font-weight: normal; letter-spacing: 2px; text-indent: 0; text-align: center; margin: 1em 4% 3em 4%; } /* 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 { font-variant: normal; text-indent: 0; margin: 1em 0 0 0; orphans: 2; widows: 2; } /* SUBHEADS */ p.Heading-1 { font-size: 110%; line-height: 125%; font-style: normal; font-weight: bold; text-indent: 0; text-align: left; page-break-after: avoid; margin: 1.83em 2em .83em 0; } p.Heading-1-2 { font-size: 110%; line-height: 125%; font-style: normal; font-weight: bold; text-indent: 0; text-align: left; page-break-after: avoid; margin: 0 2em .83em 0; } span.entry-name { font-style: normal; font-weight: bold; } /* POETRY */ p.poetry-space { font-size: 90%; font-style: normal; font-weight: normal; text-indent: -1.5em; /* hanging indent */ padding-left: 1.5em; text-align: left; margin: 1em 3em 0 2em; orphans: 2; widows: 2; } p.poetry { font-size: 90%; font-style: normal; font-weight: normal; text-indent: -1.5em; /* hanging indent */ padding-left: 1.5em; text-align: left; margin: 0 3em 0 2em; orphans: 2; widows: 2; } p.poetry-indent-1 { font-size: 90%; font-style: normal; font-weight: normal; text-indent: -1.5em; padding-left: 1.5em; text-align: left; margin: 0 3em 0 3em; } /* ENTRIES */ p.entry { text-indent: 1em; margin: 0; orphans: 2; widows: 2; } p.entry-space { text-indent: 1em; margin: 1em 0 0 0; orphans: 2; widows: 2; } p.entry-first { text-indent: 0; margin: 1em 0 0 0; orphans: 2; widows: 2; } p.entry-left-space { font-variant: normal; text-indent: 0; margin: 1em 0 0 0; orphans: 2; widows: 2; } /* TABLES */ table { /* default table structure */ margin-left: auto; margin-right: auto; margin-top: 1em; margin-bottom: 1em; display: table; border-bottom: 1.25px solid black; /* add border-top if top of table needs rule */ /* table heading will add rule below headings */ } table.no-rule { /* add class style when need to add rules locally */ rules: "rows"; /* not supported in CSS, must add locally */ border-bottom: 0px solid black; } table.rule { /* adds a top rule to table when there are no heads */ border-top: 1.25px solid black; } td { padding: .33em; } th { padding: .33em; } p.table-title { font-size: 90%; font-style: normal; font-weight: bold; text-indent: 0; text-align: center; page-break-after: avoid; margin: 1.5em 0 .5em 0; } td.table-side-heading { font-size: 90%; font-style: normal; font-weight: bold; text-indent: 0; text-align: left; vertical-align: top; padding-right:.5em; padding-left:.5em; } td.table-text { font-size: 90%; font-style: normal; font-weight: normal; text-indent: 0; text-align: left; vertical-align: top; padding-right:.5em; padding-left:.5em; } /* 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.figure-marker { font-weight: normal; text-align: center; margin: .75em 0 .5em 0; } img { max-width: 100%; /*max-height: 100%;*/ } /* 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: #8aa466; } /* CHARACTER STYLES */ span.accent_italic_text { font-family: "GentAlt-Ital"; font-style: italic; } span.hebrew_text { font-family: "SBLHebrew"; font-size: 110%; direction: rtl; font-style: normal; font-weight: normal; } span.greek_text { font-family: "GentAlt-Rom"; } span.superscript { font-size: 75%; vertical-align: text-top; } 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%; }