Advertisement
xero

shodan dark mode

Oct 21st, 2019
941
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.11 KB | None | 0 0
  1. /* shodan darkmode in 30mins 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. #welcome,
  10. #welcome-hero,
  11. .browse-queries>a .votes {
  12.     -webkit-filter: invert(100%);
  13. }
  14. /* sorry! */
  15. .mapboxgl-ctrl-attrib-inner {
  16.     display: none;
  17. }
  18. #search-summary,
  19. .navbar,
  20. .quicknav {
  21.     -webkit-filter: invert(100%);
  22.     background: #222 !important;
  23.     border-bottom-color: #222;
  24. }
  25. .quicknav a {
  26.     color: #fff !important;
  27. }
  28. #help a {
  29.     background: #222 !important;
  30.     color: #666 !important;
  31. }
  32. .nav-pills>li>a {
  33.     color: #606060 !important;
  34.     background: #111 !important;
  35. }
  36. .nav-pills .nav-action i,
  37. .nav .fa {
  38.     color: #c0c0c0 !important;
  39. }
  40. #search-results img,
  41. .jvectormap-container svg{
  42.     -webkit-filter: invert(100%);
  43. }
  44. a,
  45. .fa,
  46. .fa-external-link,
  47. .search-result pre>strong {
  48.     color: #957373 !important;
  49. }
  50. input {
  51.     background: #000 !important;
  52. }
  53. .navbar .nav>li>a {
  54.     color: #666 !important;
  55. }
  56. .nav-pills,
  57. .nav-pills>li.nav-action {
  58.     border-color: #222;
  59. }
  60. .saved-search-query ul.tags>li>a {
  61.     background: #fff;
  62.     color: #c0c0c0 !important;
  63. }
  64. .saved-search-query ul.tags>li>a:hover {
  65.     background: #ccc;
  66.     color: #0c0c0c !important;
  67. }
  68. .indexsummary .service .name>a {
  69.     color: #888 !important;
  70. }
  71. .indexsummary .service .name>a:hover {
  72.     color: #957373 !important;
  73. }
  74. .search-result a.city:hover, .search-result a.os:hover {
  75.         background: #ccc;
  76.     color: #0c0c0c !important;
  77. }
  78. .btn-primary {
  79.     background: #444;
  80. }
  81. .host .ports li a {
  82.     color: #000 !important;
  83. }
  84. #welcome {
  85.     border-bottom: 0px;
  86. }
  87. .browse-queries>a:hover {
  88.     background: #ccc;
  89. }
  90. .browse-queries>a>ul.tags>li {
  91.     background: #ccc;
  92.     color: #666 !important;
  93. }
  94. .host .service-details .link .fa {
  95.     color: #fff !important;
  96. }
  97. .host .service-details .link {
  98.     background: #7878A0 !important;
  99. }
  100. .host .service-details .link .fa:hover {
  101.     color: #fff !important;
  102. }
  103. .host .service-details .link:hover {
  104.     background: #01ffe6 !important;
  105. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement