Add CSS for cards, poem headers

This commit is contained in:
vr8ce 2019-11-24 23:17:31 -06:00
parent 63301dd16a
commit 77ff533187

View File

@ -1,5 +1,6 @@
@charset "utf-8";
@namespace epub "http://www.idpf.org/2007/ops";
@namespace xml "http://www.w3.org/XML/1998/namespace";
span[epub|type~="subtitle"]{
display: block;
@ -10,6 +11,11 @@ blockquote[xml|lang]{
font-style: italic;
}
.card > p{
font-variant: small-caps;
text-align: center;
}
abbr.era{
font-variant: all-small-caps;
}
@ -46,6 +52,11 @@ section > header [epub|type~="epigraph"]{
}
}
[epub|type~="z3998:poem"] header{
font-variant: small-caps;
margin: 1em;
}
[epub|type~="z3998:poem"] p,
[epub|type~="z3998:song"] p{
text-align: left;
@ -230,3 +241,28 @@ p.signature{
#a-departmental-case blockquote > header + p {
font-variant: small-caps;
}
#the-proem blockquote{
font-variant: all-small-caps;
text-align: center;
}
#the-rose-of-dixie blockquote{
text-align: center;
}
#the-rose-of-dixie blockquote > p:nth-child(3n) > b{
font-variant: normal;
text-transform: uppercase;
}
#getting-at-the-facts blockquote > header{
font-variant: small-caps;
margin-bottom: 1em;
text-align: center;
}
#reconciliation p:last-child{
text-align: center;
text-indent: 0;
}