Fixed CSS

- Centered logo
This commit is contained in:
Tony Bark 2026-01-26 11:11:00 -05:00
parent 31162151ec
commit 2cd747eb9f
5 changed files with 13 additions and 1 deletions

110
se.css Normal file
View file

@ -0,0 +1,110 @@
@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{
left: -999em;
position: absolute;
}
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: smaller;
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 p.nth-last-child-2 time,
section.epub-type-colophon p:nth-last-child(2) time{
font-variant: small-caps;
}
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;
}