Advertisement
joeyflodder

novelfreereadonline.com Dark Theme

Mar 19th, 2019 (edited)
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.50 KB | None | 0 0
  1. body{
  2.     color: #a8a8a8;
  3.     background: #0d0d0d;
  4. }
  5. .section3 .content .content-center{
  6.     background: #0d0d0d;
  7.     padding: 0px 0px 0px;
  8. }
  9. .section3 .content .content-head .title a {
  10.     color: #a8a8a8;
  11. }
  12. .box-shadow {
  13.     background: #2e2e2e
  14. }
  15. .duongdan ul li:before{
  16.     color: #a8a8a8;
  17. }
  18. .duongdan ul li a {
  19.     color: #a8a8a8;
  20. }
  21. .duongdan ul li p {
  22.     color: #a8a8a8;
  23. }
  24. .header {
  25.     background: #2e2e2e;
  26. }
  27. .navbar-toggle .icon-bar {
  28.     background: #a8a8a8;
  29. }
  30. .header .navbar .navbar-brand {
  31.     color: #a8a8a8;
  32. }
  33. input[type=text] {
  34.     color: #a8a8a8;
  35. }
  36. input {
  37.     background: #2e2e2e;
  38.     border: 1px solid #a8a8a8;
  39. }
  40. #toTop {
  41.     width: 0px;
  42.     height: 0px;
  43. }
  44. .section3 .content .content-button .nut-button .btn {
  45.     background: #2e2e2e;
  46.     color: #a8a8a8;
  47. }
  48. .btn {
  49.     border: 1px #a8a8a8
  50. }
  51. .section-left .capnhat .section-bottom {
  52.     background: #0d0d0d
  53. }
  54. .section-left .capnhat .section-bottom {
  55.     box-shadow: 0 0 10px 0 #2e2e2e;
  56. }
  57. .section1 .section-bottom .slider1 {
  58.     background: #0d0d0d
  59. }
  60. .section1 .owl-nav .owl-prev {
  61.     background: #2e2e2e
  62. }
  63. .section1 .owl-nav .owl-next {
  64.     background: #2e2e2e
  65. }
  66. a {
  67.     color: #a8a8a8;
  68. }
  69. .section1 .section-head-seclect select {
  70.     border: 1px solid #2e2e2e
  71. }
  72. .section-head-title:before {
  73.     border-bottom: 0px;
  74. }
  75. .section-head-title{
  76.     border-bottom: 0px;
  77. }
  78. .section1 .section-head-title:before {
  79.     border-bottom: 0px;
  80. }
  81. .section1 .section-head-title {
  82.     border-bottom: 0px;
  83. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement