@charset "utf-8"; @namespace epub "http://www.idpf.org/2007/ops"; article{ break-after: page; } article > header h2{ margin-bottom: 1em; } time{ font-style: italic; } [epub|type~="z3998:signature"]{ font-variant: small-caps; } footer{ margin-top: 1em; text-align: right; } [epub|type~="z3998:poem"] p, [epub|type~="z3998:verse"] p{ text-align: initial; text-indent: 0; } [epub|type~="z3998:poem"] p + p, [epub|type~="z3998:verse"], [epub|type~="z3998:verse"] p + p{ margin-top: 1em; } [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; } p span.i1{ padding-left: 2em; text-indent: -1em; } p span.i2{ padding-left: 3em; text-indent: -1em; } p span.i3{ padding-left: 4em; text-indent: -1em; } [epub|type~="z3998:poem"] hgroup p{ text-align: center; } p[epub|type~="dedication"]{ font-variant: small-caps; text-align: center; } [epub|type~="z3998:poem"] footer p{ text-align: right; /* override poetry styling */ } /* All epigraphs */ [epub|type~="epigraph"]{ font-style: italic; hyphens: none; -epub-hyphens: none; } [epub|type~="epigraph"] cite{ font-style: normal; font-variant: small-caps; margin-top: 1em; } /* 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 */