@font-face { font-family: "Kanit-Regular"; src: url("../Fonts/Kanit-Regular.ttf"); } @font-face { font-family: "Kanit-SemiBold"; src: url("../Fonts/Kanit-SemiBold.ttf"); } /* 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; } /* 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: normal; font-weight: normal; text-indent: 0; text-align: center; margin: 3em 12% 0 12%; } p.dedication-space { font-size: 110%; line-height: 145%; font-style: normal; font-weight: normal; text-indent: 0; text-align: center; margin: 1.25em 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; } /* CHAPTER NUMBER AND TITLE */ h1.chapter-title-fm { font-size: 125%; line-height: 125%; font-style: normal; font-weight: normal; text-transform: uppercase; /* options: none, capitalize, uppercase, lowercase */ text-indent: 0; text-align: center; letter-spacing: 2px; margin: 15px 10% 2em 10%; color: #b3b4b8; } h1.chapter-title { font-size: 125%; line-height: 125%; font-style: normal; font-weight: normal; text-transform: uppercase; /* options: none, capitalize, uppercase, lowercase */ text-align: center; letter-spacing: 2px; margin: 15px 10% 2em 10%; color: #b3b4b8; } /* TEXT STYLES */ .drop-cap { font-size: 140%; line-height: 125%; font-weight: bold; letter-spacing: 1px; } 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-left { text-indent: 0; margin: 0; orphans: 2; widows: 2; } p.text-first { text-indent: 0; margin: 0; orphans: 2; widows: 2; } /* 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; } p.extract-source { font-size: 90%; font-style: normal; font-weight: normal; font-variant: normal; text-indent: 0; text-align: right; page-break-before: avoid; margin: .33em 1em 0 1.66em; } /* TEXTING */ p.texting_receive { /* text above, not name */ border-top: 1.25px solid #ccc; padding-top: 2px; font-family: "Kanit-Regular", sans-serif; font-size: 85%; line-height: 130%; font-style: normal; font-weight: normal; text-indent: 0; text-align: left; letter-spacing: .5px; margin: .66em 20% 0 2em; orphans: 2; widows: 2; } p.texting_receive_space { /* single unit of text with space above */ border-top: 1.25px solid #ccc; padding-top: 2px; font-family: "Kanit-Regular", sans-serif; font-size: 85%; line-height: 130%; font-style: normal; font-weight: normal; text-indent: 0; text-align: left; letter-spacing: .5px; margin: 1.15em 20% 0 2em; orphans: 2; widows: 2; } p.texting_send { /* text above, not name */ border-top: 1.25px solid #ccc; padding-top: 2px; font-family: "Kanit-Regular", sans-serif; font-size: 85%; line-height: 130%; font-style: normal; font-weight: normal; text-indent: 0; text-align: left; letter-spacing: .5px; margin: .66em 2em 0 20%; orphans: 2; widows: 2; } p.texting_send_space { /* single unit of text with space above */ border-top: 1.25px solid #ccc; padding-top: 2px; font-family: "Kanit-Regular", sans-serif; font-size: 85%; line-height: 130%; font-style: normal; font-weight: normal; text-indent: 0; text-align: left; letter-spacing: .5px; margin: 1.15em 2em 0 20%; 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: #fef200; } /* CHARACTER STYLES */ span.underline { text-decoration: underline; } 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%; }