Advertisement
Guest User

forums.gta5-mods.com dark them (lots of fixes)

a guest
Mar 19th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.64 KB | None | 0 0
  1. @-moz-document domain("forums.gta5-mods.com") {
  2. body {
  3.     background-color: #1e1d1d;
  4.     color: #c1c1c1;
  5. }
  6. h1,
  7. a.permalink,
  8. .category-children > a > small,
  9. .breadcrumb > li > a,
  10. .categories > li .content h2 > a,
  11. .category > ul > li .content h2 > a,
  12. .account .profile .profile-meta {
  13.     color: #c1c1c1 !important;
  14. }
  15. hr {
  16.     border-color: #333;
  17.     background-color: #333;
  18. }
  19. textarea {
  20.     background-color: #2c2c2c;
  21.     color: #fff;
  22. }
  23. .btn-default {
  24.     color: #fff !important;
  25.     background-color: #20ba4e !important;
  26.     border-color: #1ca445;
  27. }
  28. .btn-default:active,
  29. .btn-default:hover {
  30.     background-color: #198e3c !important;
  31.     border-color: #13702f;
  32. }
  33. a.topic-title {
  34.     color: #b4b4b4 !important;
  35. }
  36. .post-header a.btn {
  37.     background-color: #20ba4e;
  38.     color: #292929;
  39. }
  40. .pagination-container > ul > li.page.active > a {
  41.     background-color: #20ba4e !important;
  42. }
  43. .pagination-container > ul > li > a:focus,
  44. .pagination-container > ul > li > a:hover {
  45.     background-color: #fff !important;
  46. }
  47. .category > ul > li:not(.unread) h2 a {
  48.     color: #20ba4e;
  49. }
  50. .category > ul > li:not(.unread) h2 a:focus,
  51. .category > ul > li:not(.unread) h2 a:hover {
  52.     color: #157933;
  53. }
  54. .icon > a > img,
  55. .avatar > a > img,
  56. img.avatar,
  57. img.user-img {
  58.     background-color: #fff;
  59. }
  60. .panel,
  61. .well,
  62. .flatpickr-input,
  63. .list-group > li,
  64. .pagination-container > ul > li > a {
  65.     background-color: #292929 !important;
  66. }
  67. .form-control {
  68.     background-color: #292929;
  69.     color: #fff;
  70. }
  71. .modal-dialog,
  72. .modal-content {
  73.     background-color: #333 !important;
  74.     color: #fff;
  75. }
  76. .modal-dialog button,
  77. .composer-container .title {
  78.     color: #fff;
  79. }
  80. .modal-footer > .btn-default {
  81.     color: #333;
  82. }
  83. .panel-footer,
  84. .composer,
  85. .composer-container .title,
  86. .table-striped > tbody > tr:nth-of-type(2n+1) {
  87.     background-color: #333;
  88. }
  89. .dropdown-menu,
  90. .notifications > .notifications-list > li {
  91.     background-color: #292929;
  92. }
  93. .dropdown-menu > li > a:not(.alert-warning),
  94. .notif-dropdown-link > a,
  95. .formatting-group li {
  96.     color: #fff !important;
  97. }
  98. .dropdown-menu > li > a:active,
  99. .dropdown-menu > li > a:hover,
  100. .notif-dropdown-link > a:active,
  101. .notif-dropdown-link > a:hover,
  102. .chat-list > li:active,
  103. .chat-list > li:hover,
  104. .formatting-group li:hover,
  105. .formatting-group li:focus {
  106.     color: #333 !important;
  107. }
  108. .dropdown-menu .alert-warning {
  109.     background-color: #d9d100 !important;
  110. }
  111. .dropdown-menu .alert-warning:active,
  112. .dropdown-menu .alert-warning:hover {
  113.     background-color: #b0aa00 !important;
  114. }
  115. .toggleSolved {
  116.     background-color: #5bac3c;
  117. }
  118. .alert-window > .alert {
  119.     background-color: #333 !important;
  120.     color: #eee;
  121. }
  122. .notification-list > .unread {
  123.     background-color: #eee !important;
  124. }
  125. .chat-content > li {
  126.     border-top: 1px solid #373737 !important;
  127. }
  128. .chat-list {
  129.     color: #fff !important;
  130. }
  131. .chat-list > li {
  132.     border-bottom: 1px solid #373737 !important;
  133. }
  134. .category .category-item.highlight,
  135. .topic .topic-item.highlight {
  136.     background-color: #4f94a8
  137. }
  138. .bootstrap-tagsinput,
  139. .bootstrap-tagsinput input {
  140.     background-color: #292929;
  141.     color: #fff;
  142. }
  143. .account .profile .profile-meta strong {
  144.     color: #595959;
  145. }
  146. .account .row button {
  147.     background-color: #333;
  148.     color: #fff;
  149. }
  150. .account .row button:active,
  151. .account .row button:hover {
  152.     background-color: #eee;
  153.     color: #333;
  154. }
  155. .account-picture-block > ul > a,
  156. .panel-heading {
  157.     background-color: #333 !important;
  158.     color: #eee !important;
  159. }
  160. @media only screen and (max-width: 767px) {
  161.     .categories > li, .category > ul > li {
  162.         border-top: 1px solid #444;
  163.     }
  164. }
  165. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement