﻿a {
    color: rgb(255,255,255,0.7);
}
a:hover {
    color: rgb(255,255,255,0.9);
}
.novel-topview-author span {
    color: rgb(255,255,255,0.5);
}
h6.header-title {
    background-color: rgb(0,0,0,0.1);
    color: rgb(255,255,255,0.6);
}
h6.content-name {
    color: rgb(255,255,255,1);
}
a.nav-page {
    color: rgba(255,255,255,0.4);
    background-color: rgb(0, 0, 0, 0.5);
}
.footer .footer-body footer {
    box-shadow: 0 1px 2px 0 rgba(255,255,255, 0.25);
    padding: 5px 15px;
    margin-bottom: 5px;
}
.novel-detail-pad,
.novel-detail-pad ul li {
    color: #FFF;
}
.chapter-list-pad .line-chapter span,
.novel-detail-pad ul li span {
    color: rgb(255,255,255,0.3);
}
.chapter-list-pad .line-chapter a {
    color: rgb(255,255,255,0.6);
}
.content-desc,
.chapter-list-pad .line-chapter a:hover {
    color: rgb(255, 255, 255, 1);
}