/* BODY STYLES */ body { /* font-family: serif; */ /* font-size: 100%; */ text-align: left; margin: 0.25em; orphans: 2; widows: 2; } 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; } /* 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%; } /* 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 .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; } /* CHAPTER NUMBER AND TITLE */ h1.chapter-number { font-size: 180%; letter-spacing: 3px; font-style: normal; font-weight: 400; text-transform: uppercase; /* options: none, capitalize, uppercase, lowercase */ text-indent: 0; text-align: center; margin: 15px 0 0 0; /* to ch-fig */ } h1.chapter-title-fm { font-size: 160%; line-height: 125%; font-style: normal; font-weight: 600; text-transform: uppercase; /* options: none, capitalize, uppercase, lowercase */ text-indent: 0; text-align: center; letter-spacing: 3px; margin: 15px 4% 1.25em 4%; } /* TEXT STYLES */ .drop-cap { font-size: 140%; line-height: 90%; font-weight: bold; letter-spacing: 1px; color: #939498; } p.text { text-indent: 1em; 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; } /* RECIPES */ table { margin-left: auto; margin-right: auto; margin-top: 1em; margin-bottom: 1em; display: table; border-top: 0px solid black; border-bottom: 0px solid black; } td { padding: .33em; } p.recipe-title-first { border-bottom: 1.25px solid black; padding: 0 10% 2px 10%; font-family: sans-serif; font-size: 150%; line-height: 125%; font-style: normal; font-weight: 600; text-align: center; margin: 15px 2% 1em 2%; page-break-after: avoid; } p.recipe-title { border-bottom: 1.25px solid black; padding: 0 10% 2px 10%; font-family: sans-serif; font-size: 150%; line-height: 125%; font-style: normal; font-weight: 600; text-align: center; margin: 1.5em 10% 2em 10%; page-break-after: avoid; } td.recipe-text { font-family: sans-serif; line-height: 130%; font-style: normal; font-weight: normal; text-indent: 0em; text-align: left; vertical-align: top; padding-right:.5em; padding-left:.5em; } td.recipe-text-right { font-family: sans-serif; line-height: 130%; font-style: normal; font-weight: normal; text-indent: 0em; text-align: right; vertical-align: top; padding-right:.5em; padding-left:.5em; } p.recipe-directions-space { font-family: sans-serif; font-size: 95%; line-height: 145%; font-style: normal; font-weight: normal; text-indent: 0; text-align: left; margin: .75em 1em 0 1em; orphans: 2; widows: 2; } p.recipe-directions { font-family: sans-serif; font-size: 95%; line-height: 145%; font-style: normal; font-weight: normal; text-indent: 1em; text-align: left; margin: 0 1em 0 1em; orphans: 2; widows: 2; } /* FIGURES */ body.cover { margin: 0; padding: 0; font-size: 0; } p.ch-figure { /* follows chapter number */ text-align: center; text-indent: 0; margin: 0 0 3em 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: #e77176; } /* CHARACTER STYLES */ 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%; }