chore: haha
This commit is contained in:
89
custom/reverend_insanity/en/EPUB/style.css
Normal file
89
custom/reverend_insanity/en/EPUB/style.css
Normal file
@@ -0,0 +1,89 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user