mirror of
https://git.tonybark.com/standard-mdbook/the-adventures-of-sherlock-holmes.git
synced 2026-02-10 15:44:47 -05:00
42 lines
No EOL
682 B
CSS
42 lines
No EOL
682 B
CSS
@charset "utf-8";
|
|
@namespace epub "http://www.idpf.org/2007/ops";
|
|
|
|
#the-redheaded-league blockquote.last-of-type,
|
|
#the-redheaded-league blockquote:last-of-type{
|
|
font-variant: small-caps;
|
|
text-align: center;
|
|
}
|
|
|
|
ul{
|
|
list-style-type: none;
|
|
margin-top: 0;
|
|
margin-right: 0;
|
|
margin-bottom: 0;
|
|
margin-left: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.epub-type-se-letter-dateline{
|
|
margin-top: 1em;
|
|
text-align: right;
|
|
}
|
|
|
|
.epub-type-z3998-letter header{
|
|
margin-bottom: 1em;
|
|
text-align: left;
|
|
}
|
|
|
|
footer{
|
|
margin-top: 1em;
|
|
text-align: right;
|
|
}
|
|
|
|
.epub-type-z3998-salutation,
|
|
.epub-type-z3998-recipient{
|
|
font-variant: small-caps;
|
|
text-indent: 0;
|
|
}
|
|
|
|
.epub-type-z3998-signature{
|
|
font-variant: small-caps;
|
|
} |