Advertisement
gabrielwoj

mvmlobby Dark Mode

Oct 21st, 2021 (edited)
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1. body{
  2. background-color:#222322;
  3. color:#FFFFFF;
  4. }
  5. .navbar.navbar-default {
  6. background-color:#222322;
  7. border-top:0px;
  8. border-left:0px;
  9. border-right:0px;
  10. }
  11.  
  12. .panel-default>.panel-heading {
  13. background-color:#2C2D2C;
  14. color:#ED712B;
  15. }
  16.  
  17. .nav-tabs>li.active>a, .nav-tabs {
  18. background-color:#222322;
  19. color:#ED712B;
  20. }
  21.  
  22. .nav-tabs>li.hover {
  23. background-color:#222322;
  24. color:#ED712B;
  25. }
  26.  
  27. ul li a:hover {
  28. background-color:#3C3E3C;
  29. color:#ED712B;
  30. }
  31.  
  32. ul li a:focus {
  33. background-color:#222322;
  34. color:#CCCCCC;
  35. }
  36.  
  37. div.panel.panel-default {
  38. background-color:#2C2D2C;
  39. }
  40.  
  41. textarea.form-control {
  42. background-color:#3C3E3C;
  43. color:#FFFFFF;
  44. }
  45.  
  46. div.friendsSectionContainer {
  47. background-color:#222322;
  48. }
  49.  
  50. div.well.sidebar-nav-fixed {
  51. background-color:#222322;
  52. }
  53.  
  54. select.form-control.shortDropdown {
  55. background-color:#000000;
  56. color:#FFFFFF;
  57. }
  58.  
  59. input.form-control.shortInput {
  60. background-color:#000000;
  61. color:#FFFFFF;
  62. }
  63.  
  64. button.btn.btn-success.btn-sm {
  65. background-color:#264C26;
  66. border-color:#264C26;
  67. }
  68.  
  69. button.btn.btn-primary.btn-sm {
  70. background-color:#204663;
  71. border-color:#204663;
  72. }
  73.  
  74. input.form-control {
  75. background-color:#000000;
  76. color:#FFFFFF;
  77. }
  78.  
  79. button.btn.btn-default {
  80. background-color:#000000;
  81. color:#FFFFFF;
  82. }
  83.  
  84. ul li a {
  85. color:#CCCCCC;
  86. }
  87.  
  88. a.navbar-brand {
  89. font-weight: 700;
  90. background: linear-gradient(180deg, rgb(91,130,159) 35%, rgb(20,74,102) 100%);
  91. -webkit-text-fill-color: white;
  92. -webkit-text-stroke-width: 0.7px;
  93. -webkit-text-stroke-color: #808080;
  94. text-shadow:
  95. 2px 2px 0 #000,
  96. -1px -1px 0 #000,
  97. 1px -1px 0 #000,
  98. -1px 1px 0 #000,
  99. 1px 1px 0 #000;
  100. border-right-width: 1px;
  101. border-style: solid;
  102. border-top-width: 0px;
  103. border-bottom-width: 0px;
  104. border-left-width: 0px;
  105. border-color: #E7E7E7;
  106. }
  107.  
  108. #aswift_2 {
  109. background-color: #434343;
  110. position:absolute;
  111. z-index:50;
  112. width: 1920px;
  113. }
  114.  
  115. ins.ee {
  116. border-color: #434343;
  117. border-style: solid;
  118. border-top-width: 2px;
  119. }
  120.  
  121. li.list-group-item {
  122. background-color: #434343;
  123. }
  124.  
  125. thead tr th {
  126. border-bottom:1px;
  127. text-transform: uppercase;
  128. text-decoration: underline;
  129. text-align: left;
  130. }
  131.  
  132. div.modal-content {
  133. background-color:#222322;
  134. }
  135.  
  136. tbody tr th {
  137. background-color: #434343;
  138. color:#FFFFFF;
  139. }
  140.  
  141. ul.halloffame {
  142. background-color: #434343;
  143. }
  144.  
  145. tr.headers {
  146. background-color: #6B6A65;
  147. }
  148.  
  149. a.name {
  150. color: #4a86e8;
  151. }
  152.  
  153. tr td a {
  154. color: #4a86e8;
  155. }
  156.  
  157. div.playersummaryactions {
  158. border-top-width: 1px;
  159. border-bottom-width: 1px;
  160. border-right-width: 1px;
  161. border-style: solid;
  162. text-align: center;
  163. margin-left: 10px;
  164. padding-left: 10px;
  165. padding-right: 10px;
  166. border-left-width: 1px;
  167. border-color: #CCCCCC;
  168. color:#000000;
  169. background-color: #CCCCCC;
  170. }
  171.  
  172. button.btn.btn-xs.btn-info {
  173. background-color:#367384;
  174. border-color:#367384;
  175. }
  176.  
  177. button.btn.btn-danger {
  178. background-color:#8C3535;
  179. border-color:#8C3535;
  180. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement