Files
static-manga-engine/css/chapter.css
T
Hell13Cat 18be11516b 0.1.1
2022-04-10 17:47:35 +03:00

29 lines
556 B
CSS

.progress-page {
width: 100%;
}
.cover {
width: 25%;
}
.invis {
display: none;
}
.card {
transition: 0.3s;
padding-left: 2px;
padding-top: 2px rgb(255, 255, 255, 1);
padding-bottom: 2px;
padding-right: 2px;
border: 2px solid white;
font-family: "Anime Ace v05";
font-size: 70%;
}
.cardch {
transition: 0.3s;
padding-left: 2px;
padding-top: 2px rgb(255, 255, 255, 1);
padding-bottom: 2px;
padding-right: 2px;
border: 2px solid white;
font-family: "Anime Ace v05";
font-size: 70%;
}