Files
zh-en-wn-dataset/custom/reverend_insanity/en/EPUB/style.css
2025-02-11 03:25:03 +06:00

89 lines
1.2 KiB
CSS

div.svg_outer {
display: block;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
text-align: left;
}
div.svg_inner {
display: block;
text-align: center;
}
img {
width: 100%;
object-fit: scale-down;
object-position: center;
}
p + br {
display: none;
}
#intro {
width: 100vw;
height: calc(100% - 30px);
text-align: center;
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
letter-spacing: 0.25;
}
#intro .header {
height: 200px;
}
#intro h1 {
opacity: 1;
}
#intro h3 {
opacity: 0.6;
}
#intro img {
width: 100%;
height: calc(100% - 300px);
object-fit: contain;
object-position: center;
}
#intro .footer {
height: 50px;
line-height: 24px;
opacity: 0.8;
}
#cover {
object-fit: cover;
}
#volume {
width: 100%;
height: 100%;
display: flex;
text-align: center;
align-items: center;
justify-content: center;
}
span.sup1
{
vertical-align: super;
font-size: 0.8em;
line-height: 100% !important;
}
sup
{
vertical-align: super;
font-size: 0.8em;
line-height: 100% !important;
}