|
| 1 | +@charset "utf-8"; |
| 2 | +@namespace epub "http://www.idpf.org/2007/ops"; |
| 3 | + |
| 4 | +/* This may appear in the colophon */ |
| 5 | +abbr[epub|type~="se:era"]{ |
| 6 | + font-variant: all-small-caps; |
| 7 | +} |
| 8 | + |
| 9 | +section[epub|type~="titlepage"] h1, |
| 10 | +section[epub|type~="titlepage"] p, |
| 11 | +section[epub|type~="colophon"] h2, |
| 12 | +section[epub|type~="imprint"] h2{ |
| 13 | + left: -999em; |
| 14 | + position: absolute; |
| 15 | +} |
| 16 | + |
| 17 | +section[epub|type~="titlepage"] img{ |
| 18 | + display: block; |
| 19 | + margin: 3em auto auto auto; |
| 20 | + width: 100%; |
| 21 | +} |
| 22 | + |
| 23 | +section[epub|type~="colophon"], |
| 24 | +section[epub|type~="imprint"]{ |
| 25 | + text-align: center; |
| 26 | +} |
| 27 | + |
| 28 | +section[epub|type~="colophon"] header, |
| 29 | +section[epub|type~="imprint"] header{ |
| 30 | + line-height: 0; |
| 31 | + margin-top: 3em; |
| 32 | +} |
| 33 | + |
| 34 | +img[epub|type~="z3998:publisher-logo"]{ |
| 35 | + max-width: 25%; |
| 36 | + width: 220px; |
| 37 | +} |
| 38 | + |
| 39 | +section[epub|type~="colophon"] p, |
| 40 | +section[epub|type~="imprint"] p{ |
| 41 | + margin: 1em auto 0 auto; |
| 42 | + text-indent: 0; |
| 43 | +} |
| 44 | + |
| 45 | +section[epub|type~="imprint"] p{ |
| 46 | + font-size: smaller; |
| 47 | + text-align: justify; |
| 48 | + width: 75%; |
| 49 | +} |
| 50 | + |
| 51 | +section[epub|type~="colophon"] p + p::before{ |
| 52 | + border-top: 1px solid; |
| 53 | + content: ""; |
| 54 | + display: block; |
| 55 | + margin: auto auto 1em auto; |
| 56 | + width: 25%; |
| 57 | +} |
| 58 | + |
| 59 | +section[epub|type~="colophon"] a{ |
| 60 | + font-variant: small-caps; |
| 61 | +} |
| 62 | + |
| 63 | +section[epub|type~="imprint"] a, |
| 64 | +section[epub|type~="colophon"] a{ |
| 65 | + hyphens: none; |
| 66 | + -epub-hyphens: none; |
| 67 | +} |
| 68 | + |
| 69 | +section[epub|type~="copyright-page"] p{ |
| 70 | + margin: 1em auto; |
| 71 | + text-indent: 0; |
| 72 | +} |
| 73 | + |
| 74 | +section[epub|type~="copyright-page"] blockquote p{ |
| 75 | + font-style: italic; |
| 76 | + text-align: initial; |
| 77 | + text-indent: 0; |
| 78 | +} |
| 79 | + |
| 80 | +section[epub|type~="copyright-page"] blockquote p span{ |
| 81 | + display: block; |
| 82 | + padding-left: 1em; |
| 83 | + text-indent: -1em; |
| 84 | +} |
| 85 | + |
| 86 | +section[epub|type~="copyright-page"] blockquote br{ |
| 87 | + display: none; |
| 88 | +} |
0 commit comments