joeyflodder

novel68.com Dark Theme

Mar 18th, 2019 (edited)
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.98 KB | None | 0 0
  1. .chapterStory {
  2.     background: #2e2e2e;    
  3.     border-bottom: 0;
  4. }
  5. #toggle-search button {
  6.     background: #2e2e2e;
  7.     color:#a8a8a8;
  8. }
  9. #toggle-search input {
  10.     background: #2e2e2e;
  11. }
  12. #toggle-search > div:before{
  13.     color: #a8a8a8;
  14. }
  15. .chapter-detail .control-group .chapter-direction, .chapter-detail .control-group .chapter-jumper{
  16.     color: #a8a8a8;
  17.     background: #2e2e2e;
  18. }
  19. header .mainNav > li > a {
  20.     color:#a8a8a8;
  21. }
  22. footer {
  23.     background: #2e2e2e;
  24.     border-top: 0;
  25. }
  26. .reportError {
  27.     background: #2e2e2e;
  28.     color: #a8a8a8;
  29. }
  30. .addReview {
  31.     background: #2e2e2e;
  32.     color: #a8a8a8;
  33. }
  34. body {
  35.     color: #a8a8a8;
  36. }
  37. a {
  38.     color: #a8a8a8;
  39. }
  40. div.chapter-detail {
  41.     background-color: #0d0d0d !important;
  42.     color: #a8a8a8 !important;
  43. }
  44. .chapterConfig .configToggle {
  45.     color: #a8a8a8;
  46. }
  47. .chapterStoryDetail .storyAuthor {
  48.     color: #a8a8a8;
  49. }
  50. .ads {
  51.     border: 0;
  52. }
  53. .chapterStoryDetail .storyTitle a {
  54.     color: #a8a8a8;
  55. }
Add Comment
Please, Sign In to add comment