Advertisement
Guest User

VA-11 HALL-A Glitch City

a guest
Feb 20th, 2021
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. /* Text */
  2. * {
  3. font-family: "CyberpunkWaifus" !important; /* ----> Change "Arial" to whatever font you want */
  4. color: #fff !important;
  5.  
  6. }
  7.  
  8. /* background */
  9. .css-1dbjc4n.r-13awgt0.r-1udh08x.r-12vffkv[style*="background-color"] {
  10. background-image: linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, .6)),url(https://i.imgur.com/FfERpxn.jpg) !important;
  11. background-size: cover;
  12. background-position: 50% 50%;
  13. }
  14.  
  15. /* Buttons */
  16. div[style*="border-radius: 10px; justify-content: flex-start; margin: 2px 5px; padding: 8px;"], div[style*="border-radius: 5px; height: 30px; width: auto;"], .css-1dbjc4n[style*="background-image: linear-gradient"] {
  17. background-color: rgb(31,26,46) !important; /* ----> Changes the background color of the in-game buttons (And also the "Continue" button) */
  18. background-image: none !important; /* ----> Removes the gradient from the do/say/story button */
  19. }
  20.  
  21. div[style*="max-width: 450px;"] {
  22. background-color: rgb(31,26,46) !important; /* ----> Changes the background color of the main menu buttons (Except for "Continue" button which inherents background color from above) */
  23. }
  24.  
  25. /* Input Box */
  26.  
  27. .css-1dbjc4n.r-13awgt0.r-18u37iz[style*="border-radius: 8px; border-width: 1.5px; margin-right: 10px; min-height: 45px;"] {
  28. border-color: rgb(31,26,46) !important; /* ----> Changes the border color of the input box */
  29. }
  30.  
  31. .css-1cwyjr8.r-jwli3a.r-13awgt0.r-eam2wb.r-1ag4vb1::placeholder {
  32. color: rgb(31,26,46) !important; /* ----> Changes the input placeholder text color */
  33. }
  34.  
  35. /* Scrollbar styling (Chromium only) */
  36.  
  37. *::-webkit-scrollbar {
  38. width: 6px !important; /* ----> Scrollbar width in pixels */
  39. }
  40. *::-webkit-scrollbar-track {
  41. background: #0000007d !important; /* ----> Scrollbar track color */
  42. }
  43. *::-webkit-scrollbar-thumb {
  44. background: rgb(51,26,86) !important; /* ----> Scrollbar color */
  45. }
  46. *::-webkit-scrollbar-thumb:active {
  47. background: #454138 !important; /* ----> Scrollbar color while in use */
  48. }
  49.  
  50. .css-1dbjc4n.r-13awgt0[style*="padding-right"] {
  51. padding-right: 0px !important; /* ----> Removes some padding so the scrollbar is on the edge of the window instead of floating 90 pixels off the edge. */
  52. }
  53.  
  54. /* right sidebar */
  55.  
  56. .r-1pi2tsx.css-1dbjc4n[style*="width: 256px; z-index: 101;"] {
  57. background-color: rgb(31,26,46) !important;
  58. }
  59.  
  60. /* misc colors */
  61.  
  62. *[style*="background-color: rgb(59, 59, 59)"] {
  63. background-color: rgb(31,26,46) !important; /* ----> Replaces all the grey colors (Setting buttons, My stuff/Explore buttons and search bar, maybe some more stuff) */
  64. }
  65.  
  66. *[style*="background-color: rgb(0, 150, 136)"] {
  67. background-color: #454138 !important; /* ----> Replaces the settings toggle button colors */
  68. }
  69.  
  70. *[style*="background-color: rgb(163, 211, 207)"] {
  71. background-color: #0000006b !important; /* ----> Replaces the settings toggle button bar colors */
  72. }
  73.  
  74. /* Don't touch these */
  75. div[style*="border-radius: 5px; height: 30px; width: auto;"] {
  76. background-color: #d0818100 !important;
  77. }
  78.  
  79. *[style*="font-family: MaterialCommunityIcons"] {
  80. font-family: "MaterialCommunityIcons" !important;
  81. }
  82.  
  83. *[style*="FontAwesome"] {
  84. font-family: "FontAwesome" !important;
  85. }
  86.  
  87. .r-13awgt0 {
  88. background-color: #a4555500 !important;
  89. }
  90.  
  91. .r-eqz5dr {
  92. background-color: #f2606000 !important;
  93. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement