Neltulz

BlenderNation Dark Theme

Jan 11th, 2020
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.09 KB | None | 0 0
  1. body {
  2.     background-color: #222;
  3.     color: #cbd5dd;
  4. }
  5.  
  6. a {
  7.     color: #618bb5;
  8. }
  9.  
  10. h1, h2, h3, h4, h5, h6 {
  11.     color: #6b96c1;
  12. }
  13.  
  14. input, textarea, select {
  15.     background-color: #353535;
  16.     border-color: #424242;
  17.     color: #cacaca;
  18. }
  19.  
  20. input:focus, textarea:focus, select:focus {
  21.     border-color: #5b5b5b;
  22.     color: #cacaca;
  23. }
  24.  
  25. .navigation {
  26.     background-color: #2c3e51;
  27.     border-bottom-color: #3c5977;
  28. }
  29.  
  30. .nav-search .search-icon {
  31.     background-color: #3c5977;
  32. }
  33.  
  34. .main .sidebar .widgettitle, .tabbed .tabs-list {
  35.     background-color: #2c3e51;
  36. }
  37.  
  38. .main-pagination {
  39.     background-color: #2c3e51;
  40. }
  41.  
  42. .highlights .excerpt {
  43.     color: #b0b4b7
  44. }
  45.  
  46. .highlights .meta {
  47.     background-color: #3c3c3c;
  48. }
  49.  
  50. .adblock-notice {
  51.     background-color: #e67404;
  52. }
  53.  
  54. #text-31 a.sc-button,
  55. #text-37 a.sc-button
  56. {
  57.     background-color: #e67404 !important;
  58. }
  59.  
  60. .main-pagination .page-numbers:not(.current), .main-pagination a {
  61.     background-color: #2b2b2b;
  62.     color: #a6a6a6;
  63. }
  64.  
  65. .post-header .post-title {
  66.     color: #6590bb;
  67. }
  68.  
  69. .post .post-content > p:first-child {
  70.     color: #8190a2;
  71. }
  72.  
  73. .post-content blockquote {
  74.     background-color: #3c3c3c;
  75.     color: #b0bbc4;
  76. }
  77.  
  78. .gallery-title, .section-head {
  79.     background-color: #3c3c3c;
  80.     border-color: #5b5b5b;
  81.     color: #79afe6;
  82. }
  83.  
  84. .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  85.     color: #6d9ac8;
  86. }
  87.  
  88. #comment-submit, .submit-button {
  89.     background-color: #374d64;
  90. }
  91.  
  92. .main-footer {
  93.     background-color: #263442;
  94. }
  95.  
  96. .main .sidebar::before, .sidebar .theiaStickySidebar::before {
  97.     border-left-color: #3c3c3c;
  98. }
  99.  
  100. .post-header .post-meta {
  101.     border-color: #3c3c3c;
  102. }
  103.  
  104. .post-content blockquote {
  105.     border-left-color: #626262;
  106. }
  107.  
  108. .links_block {
  109.     border-top-color: #626262;
  110. }
  111.  
  112. .navigate-posts {
  113.     border-top-color: #626262;
  114. }
  115.  
  116. .navigate-posts .next {
  117.     border-left-color: #626262;
  118. }
  119.  
  120. .widget li {
  121.     border-bottom-color: #435668;
  122. }
  123.  
  124. .posts-list .content {
  125.     border-bottom-color: #626262;
  126. }
Add Comment
Please, Sign In to add comment