mirror of
https://github.com/standardebooks/o-henry_short-fiction.git
synced 2025-01-06 10:40:07 +08:00
Add CSS for cards, poem headers
This commit is contained in:
parent
63301dd16a
commit
77ff533187
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user