Advertisement
Guest User

forums.gta5-mods.com dark theme green buttons

a guest
Mar 17th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 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. .account .profile .profile-meta,
  8. .breadcrumb > li > a,
  9. .categories > li .content h2 > a,
  10. .category > ul > li .content h2 > a {
  11. color: #c1c1c1 !important;
  12. }
  13. hr {
  14. border-color: #333;
  15. background-color: #333;
  16. }
  17. .account .profile .profile-meta strong {
  18. color: #595959;
  19. }
  20. .panel,
  21. .well,
  22. .list-group > li,
  23. .pagination-container > ul > li > a {
  24. background-color: #292929 !important;
  25. }
  26. .category .category-item.highlight,
  27. .topic .topic-item.highlight {
  28. background-color: #4f94a8
  29. }
  30. .modal-dialog {
  31. color: #292929;
  32. }
  33. .table-striped > tbody > tr:nth-of-type(2n+1),
  34. .panel-footer,
  35. .composer,
  36. .composer-container .title {
  37. background-color: #333;
  38. }
  39. .composer-container .title {
  40. color: #fff;
  41. }
  42. .formatting-group li {
  43. color: #fff !important;
  44. }
  45. .formatting-group li:hover,
  46. .formatting-group li:focus {
  47. color: #333 !important;
  48. }
  49. .icon > a > img,
  50. .avatar > a > img,
  51. img.avatar,
  52. img.user-img {
  53. background-color: #fff;
  54. }
  55. .pagination-container > ul > li.page.active > a {
  56. background-color: #20ba4e !important;
  57. }
  58. .pagination-container > ul > li > a:focus,
  59. .pagination-container > ul > li > a:hover {
  60. background-color: #fff !important;
  61. }
  62. .category > ul > li:not(.unread) h2 a {
  63. color: #20ba4e;
  64. }
  65. .btn-default {
  66. background-color: #20ba4e;
  67. border-color: #1ca445;
  68. color: #fff;
  69. }
  70. .btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default {
  71. color:#fff;
  72. background-color:#198e3c;
  73. border-color:#13702f
  74. }
  75. .dropdown-menu {
  76. color: #000;
  77. }
  78. .category > ul > li:not(.unread) h2 a:focus,
  79. .category > ul > li:not(.unread) h2 a:hover {
  80. color: #157933;
  81. }
  82. a.topic-title {
  83. color: #b4b4b4 !important;
  84. }
  85. a.permalink,
  86. .category-children > a > small {
  87. color: #c1c1c1 !important;
  88. }
  89. @media only screen and (max-width: 767px) {
  90. .categories > li, .category > ul > li {
  91. border-top: 1px solid #444;
  92. }
  93. }
  94. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement