Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* CSS Night mode/Dark Theme for Dynasty-Scans.com
- Code: Z. Long
- */
- body {
- background: #000!important;
- }
- #main.chapters .chapter .title, #reader .pages-list a {
- color: #fff!important;
- }
- #main.chapters .chapter,
- #main.chapters .chapter .title small,
- .thumbnail .caption {
- color: #d4d5d5!important;
- }
- #content.container {
- background: #191919!important;
- color: #d5d4d4!important;
- }
- a {
- color: #ADD8E6;
- }
- a:hover {
- color: #00FFFF;
- }
- a.thumbnail:hover,
- a.thumbnail:focus {
- border-color: #00FFFF!important;
- }
- #reader .pages-list #prev_link {border-color:#787878!important;}
- .pagination ul>li>a,
- .pagination ul>li>span {
- background: transparent!important;
- }
- .pagination ul>.active>a,
- .pagination ul>.active>span {
- background: #555!important;
- color: #fff;
- }
- .pagination ul>li>a,
- .pagination ul>li>span,
- .thumbnail {
- border-color: #787878!important;
- }
- .form-actions {
- background:#191919!important;
- border-color:#444!important;
- }
- .toolbar {
- background:#191919!important;
- padding: 15px 20px;
- border-bottom: solid 3px #444;
- }
- #main.topics.index .forum_topic:nth-child(odd) {
- background: #222!important;
- }
- #main.topics.index .forum_topic:nth-child(even) {
- background: #000!important;
- }
- #main.topics.index .forum_topic {
- border:none!important;
- }
- #main.topics.index .forum_topic .info>span {
- background: #999!important;
- color: #fff!important;
- }
- #main .posts .forum_post .info {
- background: #333!important;
- color:#fff!important;
- border-color:#444!important;
- }
- .forum_post {
- color:#fff!important;
- }
- blockquote {
- border-color:#999!important;
- }
- blockquote p {
- color:#d5d4d4!important;
- }
- #main .posts::after {
- background:#444!important;
- }
- #main.images.show #new_forum_post, .table th, .table td {border-color:#444!important;}
- .table-striped tbody>tr:nth-child(odd)>td, .table-striped tbody>tr:nth-child(odd)>th {
- background:#000!important;
- }
- .table-striped tbody>tr:nth-child(even)>td, .table-striped tbody>tr:nth-child(even)>th {
- background: #222!important;
- }
- #chapter-details [class^="icon-"],.span9 [class^="icon-"], .icon-exclamation-sign {
- filter: brightness(5000%);
- -webkit-filter: brightness(5000%);
- -moz-filter: brightness(5000%);
- -o-filter: brightness(5000%);
- -ms-filter: brightness(5000%)
- }
- .added .nav>li>a:hover, .added .nav>li>a:focus {
- background:#999!important;
- }
- .alert {
- background:#add8e6!important;
- color:#ff0000!important;
- }
- .close {
- opacity:1!important;
- color:#ff0000!important;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement