@charset "utf-8"; @namespace epub "http://www.idpf.org/2007/ops"; article, section[epub|type~="division"] h2{ break-after: page; } /* Centered dedications */ section[epub|type~="dedication"]{ font-variant: small-caps; text-align: center; } section[epub|type~="dedication"] > *{ display: inline-block; line-height: 2; margin: auto; margin-top: 3em; max-width: 80%; } @supports(display: flex){ section[epub|type~="dedication"]{ align-items: center; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; min-height: calc(98vh - 3em); padding-top: 3em; } section[epub|type~="dedication"] > *{ margin: 0; } } /* End centered dedications */ /* All epigraphs */ [epub|type~="epigraph"]{ font-style: italic; hyphens: none; -epub-hyphens: none; } /* End all epigraphs */ /* Epigraphs in section headers */ article > header [epub|type~="epigraph"]{ display: inline-block; margin: auto; max-width: 80%; text-align: initial; } @supports(display: table){ article > header [epub|type~="epigraph"]{ display: table; } } /* End epigraphs in section headers */ /* Begin verse */ [epub|type~="z3998:poem"] p{ text-align: initial; text-indent: 0; } [epub|type~="z3998:poem"] p > span, [epub|type~="z3998:verse"] p > span{ display: block; padding-left: 1em; text-indent: -1em; } [epub|type~="z3998:poem"] p > span + br, [epub|type~="z3998:verse"] p > span + br{ display: none; } [epub|type~="z3998:poem"] p + p{ margin-top: 1em; } [epub|type~="z3998:poem"] hgroup p{ text-align: center; } [epub|type~="z3998:poem"] hgroup p + p{ margin-top: 0; } p span.i1{ padding-left: 2em; text-indent: -1em; } p span.i2{ padding-left: 3em; text-indent: -1em; } p span.i4{ padding-left: 5em; text-indent: -1em; } p span.i7{ padding-left: 8em; text-indent: -1em; } span > span + span{ margin-left: 1.5em; } /* End verse */ footer{ margin-top: 1em; text-align: right; } [epub|type~="z3998:sender"]{ font-style: italic; } [epub|type~="z3998:signature"]{ font-style: normal; font-variant: small-caps; } #foreword footer p:last-of-type{ margin-top: 1em; text-align: initial; text-indent: 0; } #preface footer p span{ display: block; } #preface footer p span:first-of-type{ text-align: initial; } #preface footer p span:nth-of-type(2){ text-align: center; } #maiden-and-river header p, #mrs-mary-furman-weston-byrd header p{ font-variant: small-caps; margin: 1em; text-align: center; } #mrs-mary-furman-weston-byrd div{ margin-bottom: 1em; } #mrs-mary-furman-weston-byrd div > p{ margin: 0; text-indent: 1em; } #mrs-mary-furman-weston-byrd div > p:first-of-type{ text-indent: 0; }