This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
shimmie2/ext/handle_cbz/style.css

26 lines
382 B
CSS

#comicMain {
background: black;
color: white;
font-size: 3rem;
}
#comicPageList {
width: 90%;
}
#comicView {
display: flex;
flex-flow: row;
}
#comicView #comicPage {
flex: 10 auto;
}
#comicView #comicPrev,
#comicView #comicNext {
flex: 1 auto;
padding-top: 45%;
}
#comicView .comicPager {
position: absolute;
top: 0;
margin: auto;
}