Advertisement
xero

beta.shodan.io darkmode

Jan 18th, 2020
1,685
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.20 KB | None | 0 0
  1. /* beta shodan darkmode x0^67^aMi5H^iMP! https://git.io/stylez */
  2. body {
  3.     background: #222 !important;
  4.     -webkit-filter: invert(100%);
  5. }
  6. img,
  7. .mapboxgl-map,
  8. .host .ports li,
  9. .hljs,
  10. #welcome,
  11. #welcome-hero,
  12. .browse-queries>a .votes {
  13.     -webkit-filter: invert(100%);
  14. }
  15. .navbar ul li a.title img {
  16.     -webkit-filter: invert(0%);    
  17. }
  18. /* sorry! */
  19. .navbar ul li:nth-child(2) a,
  20. .mapboxgl-ctrl-attrib-inner {
  21.     display: none;
  22. }
  23. ::-webkit-scrollbar {
  24.     width: 10px;
  25. }
  26. ::-webkit-scrollbar-button:vertical:increment {
  27.     background-color: #222;
  28. }
  29. ::-webkit-scrollbar-button:vertical:increment:hover {
  30.     background-color: #666;
  31. }
  32. ::-webkit-scrollbar-button:vertical:decrement {
  33.     background-color: #111;
  34. }
  35. ::-webkit-scrollbar-button:vertical:decrement:hover {
  36.     background-color: #666;
  37. }
  38. ::-webkit-scrollbar-thumb {
  39.     background-color: #000;
  40.     border-radius: 0;
  41. }
  42. ::-webkit-scrollbar-thumb:hover {
  43.     background-color: #222;
  44. }
  45. ::-webkit-scrollbar-track {
  46.     background-color: #222;
  47. }
  48. ::-webkit-scrollbar-corner {
  49.     background-color: #222;
  50. }
  51. #search-summary,
  52. .navbar,
  53. .quickbar,
  54. .quicknav {
  55.     -webkit-filter: invert(100%);
  56.     background: #222 !important;
  57.     border-bottom-color: #222;
  58. }
  59. .quicknav a,
  60. .quickbar a {
  61.     color: #fff !important;
  62. }
  63. #help a {
  64.     background: #222 !important;
  65.     color: #666 !important;
  66. }
  67. .nav-pills>li>a {
  68.     color: #606060 !important;
  69.     background: #111 !important;
  70. }
  71. .nav-pills .nav-action i,
  72. .nav .fa {
  73.     color: #c0c0c0 !important;
  74. }
  75. #search-results img,
  76. .jvectormap-container svg{
  77.     -webkit-filter: invert(100%);
  78. }
  79. a,
  80. .fa,
  81. .fa-external-link,
  82. .search-result pre>strong {
  83.     color: #957373 !important;
  84. }
  85. input {
  86.     background: #000 !important;
  87.     color: #c0c0c0 !important;
  88.     border: #222 !important;
  89. }
  90. .navbar .nav>li>a {
  91.     color: #666 !important;
  92. }
  93. .nav-pills,
  94. .nav-pills>li.nav-action {
  95.     border-color: #222;
  96. }
  97. .saved-search-query ul.tags>li>a {
  98.     background: #fff;
  99.     color: #c0c0c0 !important;
  100. }
  101. .saved-search-query ul.tags>li>a:hover {
  102.     background: #ccc;
  103.     color: #0c0c0c !important;
  104. }
  105. .indexsummary .service .name>a {
  106.     color: #888 !important;
  107. }
  108. .indexsummary .service .name>a:hover {
  109.     color: #957373 !important;
  110. }
  111. .search-result a.city:hover, .search-result a.os:hover {
  112.         background: #ccc;
  113.     color: #0c0c0c !important;
  114. }
  115. .btn-primary {
  116.     background: #444;
  117. }
  118. .host .ports li a {
  119.     color: #000 !important;
  120. }
  121. #welcome {
  122.     border-bottom: 0px;
  123. }
  124. .browse-queries>a:hover {
  125.     background: #ccc;
  126. }
  127. .browse-queries>a>ul.tags>li {
  128.     background: #ccc;
  129.     color: #666 !important;
  130. }
  131. .host .service-details .link .fa {
  132.     color: #fff !important;
  133. }
  134. .host .service-details .link {
  135.     background: #7878A0 !important;
  136. }
  137. .host .service-details .link .fa:hover {
  138.     color: #fff !important;
  139. }
  140. .host .service-details .link:hover {
  141.     background: #01ffe6 !important;
  142. }
  143. .card,
  144. .card:hover {
  145.     box-shadow: none;
  146. }
  147. .quickbar, .tag {
  148.     background: #fff;
  149. }
  150. .heading-highlight span,
  151. .bg-dark {
  152.     background-color: #fff !important;
  153.     color: #000 !important;
  154. }
  155. code {
  156.     border: #eee !important;
  157.     background: #222 !important;
  158. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement