


#container.dark-background {
    background-color: #232323;
}


.dark-background .navbar-breadcrumb {
    background-color: #121212;
    border-top: 1px solid #000;
    color: #8D8D8D;
}


.dark-background .short-intro,
.dark-background .author {
    color: #bbb;
}


.dark-background #novel-history-sidebar,
.dark-background #novel-history-sidebar .row,
.dark-background .list-genre,
.dark-background .list-genre .row,
.dark-background .panel.panel-default,
.dark-background #list-chapter,
.dark-background .desc .showmore a,
.dark-background #new-genre-select,
.dark-background #hot-genre-select,
.dark-background .panel-heading,
.dark-background .list-group-item {
    background-color: #232323;
}


.dark-background h3,
.dark-background h2,
.dark-background h4,
.dark-background .list-side h3 a,
.dark-background .desc-text,
.dark-background #chr-content,
.dark-background .item-title,
.dark-background #new-genre-select,
.dark-background #hot-genre-select,
.dark-background .content p,
.dark-background .content ul li,
.dark-background .filter a,
.dark-background ul.info li,
.dark-background .single-page-form .dark-background fieldset div strong,
.dark-background .list-group-item .notification-content,
.dark-background .form-group label {
    color: #bbb;
}


.dark-background .glyphicon.glyphicon-book,
.dark-background .glyphicon.glyphicon-certificate,
.dark-background .glyphicon.glyphicon-globe {
    color: #ccc;
}


.dark-background .hot-num {
    color: #fff;
}


.dark-background .btn.btn-read-now {
    background-color: #d9534f;
    color: #fff;
}


.dark-background ul.nav-pills li a,
.dark-background .form-group input,
.dark-background .form-group textarea {
    color: #A9A9A9;
    background: #121212;
}


.dark-background .profile-container {
    background: #1b1b1b;
}


@media (max-width: 768px) {
    .profile-sidebar {
        padding: 0;
    }
}


footer.footer-dark {
    background-color: #1a1a1a;
    color: #bbb;
}

footer.footer-dark a {
    color: #aaa;
}

footer.footer-dark a:hover {
    color: #fff;
}
