1 contributor
html {
font-family: "Lucida Sans", sans-serif;
}
body,h1,h2{
background-color:#111;
font-family:arial,verdana,sans-serif
}
h1{font-size: 2.5em; color:#aaa}
h2{text-indent:30px;color:#888}
a{text-decoration:none}
#a:link,a:visited{color:#cc9630}
#a:hover{color:#fff;background-color:#cc9630}
#a:link,a:visited{color:#cc9630}
#a:hover{color:#fff;background-color:#3090cc}
a:link,a:visited{color:#cc9630}
a:hover{}
#lbl {
color:#888;
}
#mangaCurrPage { margin-left: 20px; display: inline; color:#888; }
#mangaNumPages { display: inline; color:#888; }
#mangaOpacityMinus { margin-left: 20px; display: inline; color:#cc9630; font-size: 2em; cursor: pointer; }
#mangaOpacityPlus { display: inline; color:#3090cc; color:#cc9630; font-size: 2em; cursor: pointer; }
#mangaOpacityValue { display: inline; color:#888; }
#mangaReload,
#mangaFSToggle {
cursor: pointer;
}
#article-current {
text-align: justify;
text-justify: inter-word;
}
.mangaChapNavig {
display: inline;
}
.mangaRead,
.mangaChapNavigPrev,
.mangaChapNavigNext,
.mangaChapNavigHome,
.mangaTitle {
font-size: 1.2em;
color:#cc9630;
display: inline;
margin-right: 20px;
margin-left: 20px;
}
.mangaTitle {
display: block;
}
/* Default Section Display */
.empty-list li {
list-style-type: none;
display: inline;
}
.empty-list img {
margin-top: 10px;
border: 1px solid #666;
width: 95%;
max-height: 88vh;
object-fit: contain;
display: inline;
}
.row {
margin-left: auto;
margin-right: auto;
width: 50%
}
.column {
float: left;
color:#cc9630;
}
.genres-item-description {
color:#ccc;
}
#colLeft {
width: 2%;
background-color:#111;
color:#cc9630;
height: 80vh;
z-index: -1;
}
#colRight {
float: right;
width: 2%;
background-color:#111;
color:#cc9630;
height: 80vh;
z-index: -1;
}
#colMiddle {
max-width: 96%;
max-height: 85vh;
display: inline;
}
.center {
display: block;
width: 99%;
min-width: 700px;
margin-left: auto;
margin-right: auto;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
.mangaKey {
background-color: transparent;
}
.arrow-up,
.arrow-down,
.arrow-left,
.arrow-right,
.fs-on,
.fs-off,
.reload-circle {
width: 0;
height: 0;
display: inline-block;
}
.arrow-up {
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-bottom: 24px solid #cc9630;
}
.arrow-down {
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 24px solid #cc9630;
}
.arrow-right {
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
border-left: 12px solid #cc9630;
}
.arrow-left {
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
border-right:12px solid #cc9630;
}
.fs-on {
border-top: 16px solid #cc9630;
border-left: 16px solid transparent;
}
.fs-off {
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-left: 8px solid #cc9630;
border-right: 8px solid #cc9630;
}
.reload-circle {
margin-left: 1%;
margin-right: 1%;
width: 10px;
height: 10px;
border-radius: 14px;
border: 8px solid #cc9630;
border-top-color: transparent;
-webkit-transform: rotate(45deg);
}
.row2 {
display:none;
}
#pageMinus {
margin-left: 1%;
width:48%;
background-color:#222;
}
#pagePlus {
text-align: right;
margin-right: 1%;
width:48%;
background-color:#222;
}
.row2:after {
content: "";
display: table;
clear: both;
}
@media screen and (max-width: 768px) {
/*#colLeft { display: none; }
#colRight { display: none; }*/
.row2 { display: block; margin-top: 25px;}
.center { min-width: 90vw; }
}
@media screen and (max-width: 1280px) {
/*#colLeft { display: none; }
#colRight { display: none; }*/
.row2 { display: block; margin-top: 25px;}
.center { min-width: 88vw; }
}