Advertisement
Guest User

Wayfarer Dark

a guest
Oct 16th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.76 KB | None | 0 0
  1. body, #nom-search-title {
  2.     background-color: #444 !important;
  3.     color: white !important;
  4. }
  5.  
  6. .header {
  7.     background-color: #777;
  8. }
  9.  
  10. h1, h2, h3, h4, div {
  11.     color: white !important;
  12. }
  13.  
  14. .card, .flexbox-grow, .ng-binding {
  15.     background-color: #888;
  16.     color: white !important;
  17. }
  18.  
  19. .ng-scope {
  20.     color: #222 !important;
  21. }
  22.  
  23.  
  24. #duplicates-card {
  25.     float: left !important;
  26. }
  27.  
  28. span.small {
  29.     color: #0078B5;
  30. }
  31.  
  32. textarea {
  33.     color: white;
  34. }
  35.  
  36. .three-card-parent {
  37.     flex-flow: row;
  38.     height: 10%;
  39.     width: auto;
  40. }
  41.  
  42. #three-card-container {
  43.     order: 3;
  44.     width: 100%;
  45. }
  46.  
  47. .middle-card {
  48.     margin: auto !important;
  49. }
  50.  
  51. div#map, div#street-view {
  52.     height: 900px !important;
  53.     width: 100%;
  54.     margin-top: -10px;
  55. }
  56.  
  57. #duplicates-card, #map-card {
  58.     height: 50em;
  59. }
  60.  
  61. #low-quality-modal, #nom-options-modal {
  62.     background-color: #222;
  63. }
  64.  
  65. #low-quality-modal div {
  66.     background-color: #333;
  67. }
  68.  
  69. .niantic-loader__animation {
  70.     background-color: #eee;
  71.     filter: invert(100%);
  72. }
  73.  
  74. .sub-group::before {
  75.     filter: invert(50%) !important;
  76. }
  77.  
  78. .what-is-it-card {
  79.     float: right;
  80. }
  81.  
  82. .gm-style-iw, .gm-style-iw-d, .reason-help {
  83.     background-color:#333 !important;
  84.     overflow: hidden !important;
  85.     padding: 5px;
  86. }
  87.  
  88. .glyphicon {
  89.     color: #0078B5 !important;
  90. }
  91.  
  92. .glyphicon:hover, .glyphicon:active {
  93.     color: #06BEFC !important;
  94. }
  95.  
  96. .modal-body {
  97.     background-color: #666;
  98. }
  99.  
  100. .text-center {
  101.     color: white;
  102. }
  103.  
  104. .button-primary {
  105.     background-color: #0078b5
  106. }
  107.  
  108. .button-primary:hover {
  109.     background-color: #06BEFC;
  110. }
  111.  
  112. .button-primary:active {
  113.     background-color: #006091;
  114. }
  115.  
  116. #descriptionDiv {
  117.     order: 0;
  118. }
  119.  
  120. .card-header__description {
  121.     display: none;
  122. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement