@charset "utf-8"; @namespace epub "http://www.idpf.org/2007/ops"; [epub|type~="z3998:poem"]{ break-after: page; } [epub|type~="z3998:poem"] p{ text-align: initial; text-indent: 0; } [epub|type~="z3998:poem"] p + p{ margin-top: 1em; } [epub|type~="z3998:poem"] p > span{ display: block; padding-left: 1em; text-indent: -1em; } [epub|type~="z3998:poem"] p > span + br{ display: none; } p span.i1{ padding-left: 2em; text-indent: -1em; } p span.i2{ padding-left: 3em; text-indent: -1em; } [epub|type~="z3998:poem"] hgroup p{ text-align: center; } footer{ margin-top: 1em; text-align: right; } section[epub|type~="dedication"] > *{ display: inline-block; margin: auto; margin-top: 3em; max-width: 80%; } section[epub|type~="dedication"] > footer{ margin-top: 1em; /* override dedication styling */ } @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; } } [epub|type~="dedication"] > p{ text-align: center; text-indent: 0; } [epub|type~="z3998:sender"]{ font-variant: small-caps; } [epub|type~="z3998:signature"]{ font-variant: small-caps; } [epub|type~="z3998:poem"] footer > p{ text-align: right; } @supports(display: flex){ #dedication footer{ align-self: flex-end; } } @media(min-width: 25em){ #dedication > p > span:nth-of-type(1){ display: inline-block; text-indent: 6em; } #dedication > p > span:nth-of-type(2){ display: inline-block; text-indent: 4em; } #dedication > p > span:nth-of-type(3){ display: inline-block; text-indent: 9em; } }