Advertisement
Z_Long

Dark Theme for Dynasty-Scans.com

Jun 4th, 2017
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.48 KB | None | 0 0
  1. /*  CSS Night mode/Dark Theme for Dynasty-Scans.com
  2.     Code: Z. Long
  3. */
  4.  
  5. body {
  6.     background: #000!important;
  7. }
  8. #main.chapters .chapter .title, #reader .pages-list a {
  9.     color: #fff!important;
  10. }
  11. #main.chapters .chapter,
  12. #main.chapters .chapter .title small,
  13. .thumbnail .caption {
  14.     color: #d4d5d5!important;
  15. }
  16. #content.container {
  17.     background: #191919!important;
  18.     color: #d5d4d4!important;
  19. }
  20. a {
  21.     color: #ADD8E6;
  22. }
  23. a:hover {
  24.     color: #00FFFF;
  25. }
  26. a.thumbnail:hover,
  27. a.thumbnail:focus {
  28.     border-color: #00FFFF!important;
  29. }
  30.  
  31. #reader .pages-list #prev_link {border-color:#787878!important;}
  32.  
  33. .pagination ul>li>a,
  34. .pagination ul>li>span {
  35.     background: transparent!important;
  36. }
  37. .pagination ul>.active>a,
  38. .pagination ul>.active>span {
  39.     background: #555!important;
  40.     color: #fff;
  41. }
  42. .pagination ul>li>a,
  43. .pagination ul>li>span,
  44. .thumbnail {
  45.     border-color: #787878!important;
  46. }
  47. .form-actions {
  48.     background:#191919!important;
  49.     border-color:#444!important;
  50. }
  51. .toolbar {
  52.     background:#191919!important;
  53.     padding: 15px 20px;
  54.     border-bottom: solid 3px #444;
  55. }
  56. #main.topics.index .forum_topic:nth-child(odd) {
  57.     background: #222!important;
  58. }
  59. #main.topics.index .forum_topic:nth-child(even) {
  60.     background: #000!important;
  61. }
  62. #main.topics.index .forum_topic {
  63.     border:none!important;
  64. }
  65. #main.topics.index .forum_topic .info>span {
  66.     background: #999!important;
  67.     color: #fff!important;
  68. }
  69. #main .posts .forum_post .info {
  70.     background: #333!important;
  71.     color:#fff!important;
  72.     border-color:#444!important;
  73. }
  74. .forum_post {
  75.     color:#fff!important;
  76. }
  77. blockquote {
  78.     border-color:#999!important;
  79. }
  80. blockquote p {
  81.     color:#d5d4d4!important;
  82. }
  83. #main .posts::after {
  84.     background:#444!important;
  85. }
  86. #main.images.show #new_forum_post, .table th, .table td {border-color:#444!important;}
  87.  
  88. .table-striped tbody>tr:nth-child(odd)>td, .table-striped tbody>tr:nth-child(odd)>th {
  89.     background:#000!important;
  90. }
  91. .table-striped tbody>tr:nth-child(even)>td, .table-striped tbody>tr:nth-child(even)>th {
  92.     background: #222!important;
  93. }
  94.  
  95. #chapter-details [class^="icon-"],.span9 [class^="icon-"], .icon-exclamation-sign {
  96.     filter: brightness(5000%);
  97.     -webkit-filter: brightness(5000%);
  98.     -moz-filter: brightness(5000%);
  99.     -o-filter: brightness(5000%);
  100.     -ms-filter: brightness(5000%)
  101. }
  102.  
  103. .added .nav>li>a:hover, .added .nav>li>a:focus {
  104.     background:#999!important;
  105. }
  106.  
  107. .alert {
  108.     background:#add8e6!important;
  109.     color:#ff0000!important;
  110. }
  111. .close {
  112.     opacity:1!important;
  113.     color:#ff0000!important;
  114. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement