Initial source commit 🎉

This commit is contained in:
Tony Bark 2026-01-26 10:13:08 -05:00
commit d8a572b87b
29 changed files with 5803 additions and 0 deletions

42
src/epub/css/local.css Normal file
View file

@ -0,0 +1,42 @@
@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;
}