o-henry_short-fiction/src/epub/css/local.css

184 lines
2.7 KiB
CSS

@charset "utf-8";
@namespace epub "http://www.idpf.org/2007/ops";
span[epub|type~="subtitle"]{
display: block;
font-weight: normal;
}
abbr.era{
font-variant: all-small-caps;
}
table{
margin: 1em auto;
}
tr:last-child td:last-child{
border-top: 1px solid;
}
td:first-child{
padding-right: 2em;
}
td:last-child{
text-align: right;
}
#the-proem blockquote p{
font-variant: all-small-caps;
text-align: center;
}
#the-rose-of-dixie blockquote p{
text-align: center;
}
[epub|type~="epigraph"]{
font-style: italic;
hyphens: none;
}
[epub|type~="epigraph"] i{
font-style: normal;
}
[epub|type~="epigraph"] cite{
margin-top: 1em;
font-style: normal;
font-variant: small-caps;
}
[epub|type~="epigraph"] cite i{
font-style: italic;
}
section > header [epub|type~="epigraph"]{
display: inline-block;
margin: auto;
max-width: 80%;
text-align: left;
}
@supports(display: table){
section > header [epub|type~="epigraph"]{
display: table;
}
}
[epub|type~="z3998:poem"] p,
[epub|type~="z3998:song"] p{
text-align: left;
text-indent: 0;
}
[epub|type~="z3998:poem"] p > span,
[epub|type~="z3998:song"] p > span{
display: block;
text-indent: -1em;
padding-left: 1em;
}
[epub|type~="z3998:poem"] p > span + br,
[epub|type~="z3998:song"] p > span + br{
display: none;
}
[epub|type~="z3998:poem"] + p,
[epub|type~="z3998:song"] + p{
text-indent: 0;
}
[epub|type~="z3998:poem"] p + p{
margin-top: 1em;
}
p span.i1{
text-indent: -1em;
padding-left: 2em;
}
p span.i2{
text-indent: -1em;
padding-left: 3em;
}
p span.i3{
text-indent: -1em;
padding-left: 4em;
}
[epub|type~="z3998:letter"] header{
text-align: right;
}
[epub|type~="z3998:letter"] header + p{
text-indent: 0;
}
[epub|type~="z3998:recipient"],
[epub|type~="z3998:salutation"]{
font-variant: small-caps;
}
footer{
margin-top: 1em;
text-align: right;
}
.signature{
font-variant: small-caps;
}
[epub|type~="z3998:drama"] tr:first-child td{
padding-top: 0;
}
[epub|type~="z3998:drama"] tr:last-child td{
padding-bottom: 0;
}
[epub|type~="z3998:drama"] td{
vertical-align: top;
padding: .5em;
}
[epub|type~="z3998:drama"] td:last-child{
padding-right: 0;
}
[epub|type~="z3998:drama"] td:first-child{
padding-left: 0;
}
[epub|type~="z3998:drama"] td[epub|type~="z3998:persona"]{
hyphens: none;
text-align: right;
width: 20%;
}
[epub|type~="z3998:drama"] table{
margin: 1em auto;
width: 100%;
border-collapse: collapse;
}
[epub|type~="z3998:stage-direction"]{
font-style: italic;
}
[epub|type~="z3998:stage-direction"]::before{
content: "(";
font-style: normal;
}
[epub|type~="z3998:stage-direction"]::after{
content: ")";
font-style: normal;
}
[epub|type~="z3998:persona"]{
font-variant: all-small-caps;
}