joeyflodder

scryer.darklordpotter.net Dark Theme

Jun 30th, 2019 (edited)
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.75 KB | None | 0 0
  1. body {
  2.     background-color: #0d0d0d;
  3.     color: #a8a8a8
  4. }
  5. .navbar {
  6.     background-color: #2e2e2e;
  7. }
  8. .nav>li>a, a.navbar-brand {
  9.     color: #a8a8a8 !important;
  10. }
  11. .form-control {
  12.     background: #2e2e2e;
  13.     border: none;
  14.     color: #a8a8a8
  15. }
  16. .chosen-container-active .chosen-choices li.search-field input[type="text"] {
  17.     color: #a88a8a !important
  18. }
  19. .chosen-container-multi .chosen-choices {
  20.     background: #2e2e2e;
  21.     border: none;
  22. }
  23. .chosen-container-multi .chosen-choices li.search-choice {
  24.     background: #4d4d4d;
  25.     color: #a8a8a8;
  26.     border: none;
  27. }
  28. .chosen-container .chosen-drop {
  29.     background: #4d4d4d;
  30.     border: none;
  31. }
  32. .chosen-container .chosen-results {
  33.     color: #a8a8a8;
  34. }
  35. .chosen-container-multi .chosen-drop .result-selected {
  36.     color: #aa8a8a;
  37. }
  38. .chosen-container-single .chosen-default {
  39.     color: #a8a8a8;
  40. }
  41. #saved_search_id_chosen > a {
  42.     background: #2e2e2e;
  43.     border: none;
  44. }
  45. .chosen-container-single .chosen-search input[type="text"] {
  46.     background: #2e2e2e;
  47.     border: 1px solid #a8a8a8;
  48. }
  49. .chosen-container .chosen-results li.no-results {
  50.     background: #2e2e2e;
  51.     color: #a8a8a8;
  52. }
  53. .chosen-container-single .chosen-search {
  54.     padding: 0
  55. }
  56. .input-group-addon {
  57.     background: #2e2e2e;
  58.     border: none;
  59.     color: #a8a8a8;
  60. }
  61. .btn-default {
  62.     background: #2e2e2e;
  63.     border: none;
  64.     color: #a8a8a8
  65. }
  66. code {
  67.     background: #2e2e2e;
  68.     color: #aa8a8a
  69. }
  70. a, .pagination>li>a {
  71.     color: #aa8a8a;
  72. }
  73. .chosen-container-single .chosen-single {
  74.     background: #2e2e2e;
  75.     border: none;
  76.     color: #a8a8a8
  77. }
  78. .chosen-container-active.chosen-with-drop .chosen-single {
  79.     background: #2e2e2e;
  80.     border: none;
  81. }
  82. .btn-success {
  83.     background: #2e2e2e;
  84.     border: none;
  85.     color: #a8a8a8;
  86. }
  87. .btn-warning{
  88.     background: #2e2e2e;
  89.     border: none;
  90.     color: #a8a8a8;
  91. }
  92. .panel {
  93.     background: #2e2e2e;
  94.     border: none;
  95. }
  96. .panel-default>.panel-heading {
  97.     color: #a8a8a8;
  98.     background-color: #2e2e2e;
  99.     border:1px solid ;
  100. }
  101. .story-summary {
  102.     border: 1px solid;
  103.     border-top: 0px;
  104.     border-bottom: 0px
  105. }
  106. .panel-footer {
  107.     background: #2e2e2e;
  108.     border: 1px solid
  109. }
  110. .story-summary hr {
  111.     border: none;
  112.     margin: 0px
  113. }
  114. .pagination>.active>a {
  115.     color: #a8a8a8;
  116.     background-color: #2e2e2e;
  117.     border: none;
  118. }
  119. .pagination>li>a, .pagination>li>span {
  120.     color: #a8a8a8;
  121.     background-color: #2e2e2e;
  122.     border: none;
  123. }
  124. .pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
  125.     color: #a8a8a8;
  126.     background-color: #2e2e2e;
  127.     border: none;
  128. }
  129. .text-muted {
  130.     color: #a8a8a8;
  131. }
Add Comment
Please, Sign In to add comment