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

106
src/epub/css/se.css Normal file
View file

@ -0,0 +1,106 @@
@charset "utf-8";
@namespace epub "http://www.idpf.org/2007/ops";
/* This may appear in the colophon */
abbr.epub-type-se-era{
font-variant: small-caps;
text-transform: lowercase;
}
section.epub-type-titlepage h1,
section.epub-type-titlepage p,
section.epub-type-colophon h2,
section.epub-type-imprint h2{
font-size: 0; /* Required for Kobo not to add an extra page to the title */
left: -999em;
position: absolute; /* Required for Kindle */
}
section.epub-type-titlepage img{
display: block;
margin-top: 3em;
margin-right: auto;
margin-bottom: auto;
margin-left: auto;
width: 100%;
}
section.epub-type-colophon,
section.epub-type-imprint{
text-align: center;
}
section.epub-type-colophon header,
section.epub-type-imprint header{
line-height: 0;
margin-top: 3em;
}
img.epub-type-z3998-publisher-logo{
max-width: 25%;
width: 220px;
}
section.epub-type-colophon p,
section.epub-type-imprint p{
margin-top: 1em;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
text-indent: 0;
}
section.epub-type-imprint p{
font-size: .75em;
text-align: justify;
width: 75%;
}
section.epub-type-colophon p + p::before{
border-top: 1px solid;
content: "";
display: block;
margin-top: auto;
margin-right: auto;
margin-bottom: 1em;
margin-left: auto;
width: 25%;
}
section.epub-type-colophon a{
font-variant: small-caps;
}
section.epub-type-imprint a,
section.epub-type-colophon a{
hyphens: none;
adobe-text-layout: optimizeSpeed; /* For Nook */
adobe-hyphenate: none;
-webkit-hyphens: none;
-moz-hyphens: none;
-epub-hyphens: none;
}
section.epub-type-copyright-page p{
margin-top: 1em;
margin-right: auto;
margin-bottom: 1em;
margin-left: auto;
text-indent: 0;
}
section.epub-type-copyright-page blockquote p{
font-style: italic;
text-align: left;
text-indent: 0;
}
section.epub-type-copyright-page blockquote p span{
display: block;
padding-left: 1em;
text-indent: -1em;
}
section.epub-type-copyright-page blockquote br{
display: none;
}