Advertisement
Jaqueta

Genshin Impact Interactive World Map - Cleaner Layout

Oct 25th, 2020
2,865
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.08 KB | None | 0 0
  1. @-moz-document domain("genshin-impact-map.appsample.com") {
  2. #sidebar {
  3.     bottom: auto;
  4.     height: auto;
  5.     padding-bottom: 0;
  6. }
  7.  
  8. #sidebar .sidebar-footer
  9. {
  10.     visibility: hidden;
  11. }
  12.  
  13. #topnav
  14. {
  15.     background: linear-gradient(90deg, rgba(0, 0, 0, 0), #48383800);
  16. }
  17.  
  18. .text-light
  19. {
  20.     color: #f8f9fa00 !important;
  21. }
  22.  
  23. .btn
  24. {
  25.     display: none;
  26. }
  27.  
  28. .bg-white
  29. {
  30.     background-color: #2e3033 !important;
  31. }
  32.  
  33. body
  34. {
  35.     color: #f4edce;
  36. }
  37.  
  38. b, strong
  39. {
  40.     color: #ffe169;
  41. }
  42.  
  43. .text-primary
  44. {
  45.     color: #d5b272 !important;
  46. }
  47.  
  48. a.text-primary:focus, a.text-primary:hover {
  49.     color: #ffe169 !important;
  50. }
  51.  
  52. a
  53. {
  54.     color: #ffe169;
  55. }
  56.  
  57. a:hover
  58. {
  59.     color: #fffbec;
  60. }
  61.  
  62. .text-muted
  63. {
  64.     color: #bfbfbf !important;
  65. }
  66.  
  67. .btn-light
  68. {
  69.     color: #e6e6e6;
  70.     background-color: #515151;
  71.     border-color: #000;
  72. }
  73.  
  74. .btn-light:focus
  75. {
  76.     color: #e6e6e6;
  77.     background-color: #515151;
  78.     border-color: #000;
  79. }
  80.  
  81. .btn-primary:focus
  82. {
  83.     background-color: #2f4458;
  84. }
  85.  
  86. .gm-style .gm-style-iw-c
  87. {
  88.     background-color: #393939;
  89. }
  90.  
  91.  
  92. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement