6371ec5 4 years ago
1 contributor
75 lines | 1.144kb
html {
    font-family: "Lucida Sans", sans-serif;
}
body,h1,h2{
  background-color:#404040;
  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}

#lbl {
  color:#888;
}

#article-current {
  text-align: justify;
  text-justify: inter-word;
}

.mangaChapNavig {
  display: inline;
}
.mangaRead,
.mangaChapNavigPrev,
.mangaChapNavigNext,
.mangaChapNavigHome,
.mangaTitle {
  font-size: 1.5em;
  color:#cc9630;
  display: inline;
}
/* 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;
}

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

#colLeft {
  width: 20px;
  background-color:#999;
  color:#cc9630;
  height: 100vh;
}
#colRight {
  width: 20px;
  background-color:#999;
  color:#cc9630;
  height: 100vh;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}