Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.39 KB | None | 0 0
  1. /* Updated by Brayden Houston on 8/9/19 */
  2.  
  3. /* == SCROLL BAR == */
  4. ::-webkit-scrollbar {
  5. width: 4px;
  6. height: 9px;
  7. }
  8.  
  9. ::-webkit-scrollbar-thumb:hover {
  10. background: #383838;
  11. }
  12.  
  13. ::-webkit-scrollbar-thumb {
  14. background: #474747;
  15. }
  16.  
  17. /* == NAVIGATION SIDEBAR == */
  18. .skin-blue .list-group-item:hover {
  19. background: #00a65a;
  20. }
  21.  
  22. .table-striped > tbody > tr:nth-of-type(odd) {
  23. background-color: rgba(255, 255, 255, 0.15);
  24. }
  25.  
  26. .nav-tabs-custom > .tab-content {
  27. background: #333333eb;
  28. padding: 10px;
  29. border-bottom-right-radius: 3px;
  30. border-bottom-left-radius: 3px;
  31. }
  32.  
  33. table {
  34. background-color: #000;
  35. }
  36.  
  37. /* Main Background & Font Color */
  38. body,
  39. .box,
  40. .box-header.with-border,
  41. .box-footer,
  42. .skin-blue .wrapper,
  43. .skin-blue .main-sidebar,
  44. .skin-blue .sidebar a,
  45. .skin-blue .left-side,
  46. .content-wrapper,
  47. .right-side,
  48. .skin-blue .main-header .logo,
  49. .skin-blue .main-header .navbar,
  50. .skin-blue .sidebar-menu > li.header,
  51. .main-footer,
  52. .form-control,
  53. .list-group-item {
  54. background-color: #474747;
  55. color: #fff;
  56. border-top: none;
  57. }
  58.  
  59. .layout-boxed .wrapper {
  60. max-width: 100%;
  61. }
  62.  
  63. /* Hover Colors */
  64. .skin-blue .sidebar-menu > li:hover > a,
  65. .skin-blue .sidebar-menu > li.active > a {
  66. color: #fff;
  67. background: #383838;
  68. border-left-color: #0b9954;
  69. }
  70.  
  71. /* == STAT BOXES == */
  72. .box-header.with-border {
  73. border: #00a6e1 !important;
  74. }
  75.  
  76. /* When Top Domains is hidden, make Advertisers and Clients equal */
  77. .col-lg-4 {
  78. width: 49.9999999999%;
  79. }
  80.  
  81. /* Text Alignment */
  82. .small-box {
  83. padding-left: 3px;
  84. }
  85.  
  86. /* Icons on the stat boxes */
  87. .icon {
  88. display: none;
  89. }
  90.  
  91. /* Box colors */
  92. div#queries-over-time,
  93. div#query-types,
  94. div#forward-destinations,
  95. div#ad-frequency,
  96. div#client-frequency,
  97. .box-header.with-border {
  98. border-radius: 2px;
  99. border-left: 3px solid rgba(103, 102, 102, 0.9);
  100. }
  101.  
  102. .small-box,
  103. .box {
  104. border: none;
  105. box-shadow: 5px 6px 15px 2px rgba(23, 23, 23, 0.45);
  106. }
  107.  
  108. .small-box.bg-aqua,
  109. .small-box.bg-green,
  110. .small-box.bg-yellow,
  111. .small-box.bg-red {
  112. background-color: #383838 !important;
  113. }
  114.  
  115. .small-box.bg-aqua {
  116. border-radius: 2px;
  117. border-left: 3px solid rgba(0, 166, 225, 0.9);
  118. }
  119.  
  120. .small-box.bg-green {
  121. border-radius: 2px;
  122. border-left: 3px solid rgba(11, 153, 84, 0.9);
  123. }
  124.  
  125. .small-box.bg-yellow {
  126. border-radius: 2px;
  127. border-left: 3px solid rgba(236, 137, 30, 0.9);
  128. }
  129.  
  130. .small-box.bg-red {
  131. border-radius: 2px;
  132. border-left: 3px solid rgba(192, 57, 43, 0.9);
  133. }
  134.  
  135. h3#ads_blocked_today {
  136. color: #00a6e1 !important;
  137. }
  138.  
  139. h3#dns_queries_today {
  140. color: #0b9954 !important
  141. }
  142.  
  143. h3#ads_percentage_today {
  144. color: #ec891e !important
  145. }
  146.  
  147. h3#domains_being_blocked {
  148. color: #c0392b !important
  149. }
  150.  
  151. .table-bordered,
  152. .table-bordered > thead > tr > th,
  153. .table-bordered > tbody > tr > th,
  154. .table-bordered > tfoot > tr > th,
  155. .table-bordered > thead > tr > td,
  156. .table-bordered > tbody > tr > td,
  157. .table-bordered > tfoot > tr > td {
  158. border: none;
  159. }
  160.  
  161. .progress-bar.progress-bar-yellow {
  162. background-color: #c0392b !important
  163. }
  164.  
  165. /* == WHITELIST PAGE == */
  166. .page-header {
  167. border-bottom: none;
  168. border-radius: 2px;
  169. border-left: 3px solid rgba(103, 102, 102, 0.9);
  170. box-shadow: 5px 6px 15px 2px rgba(23, 23, 23, 0.45);
  171. }
  172.  
  173. h1 {
  174. padding-top: 14px;
  175. padding-bottom: 0px;
  176. padding-left: 20px;
  177. }
  178.  
  179. /* Domain input bar */
  180. input#domain,
  181. input[type=text],
  182. select,
  183. .btn-default,
  184. .btn-default:hover,
  185. .btn-default:active,
  186. .btn-default.hover {
  187. background-color: #2C2C2C;
  188. color: #E5E5E5;
  189. }
  190.  
  191. /* == GLOBAL REMOVE RANDOM BORDERS == */
  192. .form-control,
  193. .btn-default,
  194. .list-group-item,
  195. .table-responsive,
  196. div#domain-frequency {
  197. border: none !important;
  198. }
  199.  
  200. /* All Queries Fix */
  201. #all-queries > tbody > tr > td:nth-of-type(6) {
  202. /*color: rgba(255, 255, 255, 0.15);*/
  203. color: white !important;
  204. }
  205.  
  206. /* Network Overview Fix */
  207. #network-entries > tbody {
  208. /*color: rgba(255, 255, 255, 0.15);*/
  209. color: #000 !important;
  210. }
  211.  
  212. #network-details > .box-body > table:last-of-type > tbody {
  213. color: #000;
  214. }
  215.  
  216. /* Processing popup color fix */
  217. #all-queries_processing {
  218. color: #000;
  219. }
  220.  
  221. /* Output pre Color fix */
  222. pre#output {
  223. color: #fff;
  224. background-color: #2C2C2C;
  225. }
  226.  
  227. /* nav-tabs-custom fix*/
  228. .nav-tabs-custom > .nav-tabs > li.active {
  229. margin-bottom: 0;
  230. }
  231. .nav-tabs-custom > .nav-tabs > li.active > a {
  232. color: #000 !important;
  233. }
  234. .nav-tabs-custom > .nav-tabs > li > a {
  235. color: #fff !important;
  236. }
  237. .nav-tabs-custom > .nav-tabs {
  238. background-color: #000 !important;
  239. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement