608043a 3 years ago
1 contributor
238 lines | 4.018kb
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:#cc9630}
h2{text-indent:4px;color:#c64}
h3{text-indent:4px;color:#c98}

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{}
li {
  color: #3090cc;
}
#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; }


#article-current {
  text-align: justify;
  text-justify: inter-word;
  max-width: 600px;
  color: #aaa;
}

.mangaChapNavig {
  display: inline;
}
.mangaRead,
.mangaChapNavigPrev,
.mangaChapNavigNext,
.mangaChapNavigHome,
.mangaTitle {
  font-size: 1.2em;
  color:#cc9630;
  display: inline;
  margin-right: 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: 90vh;
  object-fit: contain;
  display: inline;
}

img {
  max-width: 90%;
  max-height: 306px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.nav-link {
  display: inline;
}
.row {
  margin-left: auto;
  margin-right: auto;
  width: 50%

}

.column {
  float: left;
  color:#cc9630;
}

input, textarea {
  width:100%;
  display:block
}

.button {
  background-color: #cc9630; /* Green */
  border: none;
  color: white;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline;
  font-size: 16px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  max-width: 101%;
  min-width: 101%;
}

.input-container {
  width: 350px;
  max-width: 95%;
  margin: auto;
}

#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%;
  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 {
  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;
}

.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;
}

#dmPlayer {
  max-width: 90%;
  max-height: 306px;
  margin: auto;
}



@media screen and (max-width: 768px) { 
  /*#colLeft { display: none; }
  #colRight { display: none; }*/
  .row2 { display: block; }
}