html { font-family: "Lucida Sans", sans-serif; } body,h1,h2{ background-color:#333; 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 { background-color:#404040; 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; } .row { margin-left: auto; margin-right: auto; width: 50% } .column { float: left; color:#cc9630; } #colLeft { width: 2%; background-color:#333; color:#cc9630; height: 78vh; z-index: -1; } #colRight { float: right; width: 2%; background-color:#333; color:#cc9630; height: 78vh; z-index: -1; } #colMiddle { max-width: 95%; max-height: 78vh; display: inline; } .center { display: block; width: 98%; 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 { width: 0; height: 0; display: inline-block; } .arrow-up { border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #cc9630; } .arrow-down { border-left: 20px solid transparent; border-right: 20px solid transparent; border-top: 20px solid #cc9630; } .arrow-right { border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 10px solid #cc9630; } .arrow-left { border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-right:10px solid #cc9630; }