Advertisement
Guest User

Automata theme fix

a guest
Feb 19th, 2021
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.46 KB | None | 0 0
  1.  
  2. /* Text */
  3. * {
  4. font-family: "Helvetica" !important; /* ----> Change "Arial" to whatever font you want */
  5. font-weight: lighter !important;
  6. color: #454138 !important;
  7.  
  8. }
  9.  
  10. /* background */
  11. div[style*="padding-left: 90px"], div[style*="display: flex; justify-content: flex-start; padding-bottom: 40px; padding-top: 64px"] {
  12. background-size: 0.5rem 0.5rem;
  13. background-image: -webkit-linear-gradient(left, #ccc8b1 1px, rgba(204,200,177,0) 1px), -webkit-linear-gradient(top, #ccc8b1 1px, rgba(204,200,177,0) 1px);
  14. background-image: -moz-linear-gradient(left, #ccc8b1 1px, rgba(204,200,177,0) 1px), -moz-linear-gradient(top, #ccc8b1 1px, rgba(204,200,177,0) 1px);
  15. background-image: -o-linear-gradient(left, #ccc8b1 1px, rgba(204,200,177,0) 1px), -o-linear-gradient(top, #ccc8b1 1px, rgba(204,200,177,0) 1px);
  16. background-image: -ms-linear-gradient(left, #ccc8b1 1px, rgba(204,200,177,0) 1px), -ms-linear-gradient(top, #ccc8b1 1px, rgba(204,200,177,0) 1px);
  17. background-image: linear-gradient(to right, #ccc8b1 1px, rgba(204,200,177,0) 1px), linear-gradient(to bottom, #ccc8b1 1px, rgba(204,200,177,0) 1px)
  18. !important;
  19. background-color: #d1cdb7 !important; /* ----> Click the box to pick a background color */
  20. background-position: center ; /* ----> Background position. Other options: top, right, bottom, left */
  21. }
  22.  
  23. .css-1dbjc4n.r-13awgt0.r-1udh08x.r-12vffkv[style*="background-color"] {
  24. background-size: 0.4rem 0.4rem;
  25. background-image: -webkit-linear-gradient(left, #ccc8b1 1px, rgba(204,200,177,0) 1px), -webkit-linear-gradient(top, #ccc8b1 1px, rgba(204,200,177,0) 1px);
  26. background-image: -moz-linear-gradient(left, #ccc8b1 1px, rgba(204,200,177,0) 1px), -moz-linear-gradient(top, #ccc8b1 1px, rgba(204,200,177,0) 1px);
  27. background-image: -o-linear-gradient(left, #ccc8b1 1px, rgba(204,200,177,0) 1px), -o-linear-gradient(top, #ccc8b1 1px, rgba(204,200,177,0) 1px);
  28. background-image: -ms-linear-gradient(left, #ccc8b1 1px, rgba(204,200,177,0) 1px), -ms-linear-gradient(top, #ccc8b1 1px, rgba(204,200,177,0) 1px);
  29. background-image: linear-gradient(to right, hsl(51, 21%, 75%) 1px, rgba(204,200,177,0) 1px), linear-gradient(to bottom, #ccc8b1 1px, rgba(204,200,177,0) 1px)
  30. !important;
  31. background-color: #d1cdb7 !important; /* ----> Click the box to pick a background color */
  32. background-position: center ; /* ----> Background position. Other options: top, right, bottom, left */
  33. }
  34.  
  35. .css-1dbjc4n.r-1p0dtai.r-u8s1d.r-ipm5af.r-417010[style*="background-color"] {
  36. background-color: rgba(0, 0, 0, .7) !important;
  37. color: black !important;
  38. }
  39.  
  40. /* Buttons */
  41. 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"] {
  42. background-color: #bab5a1 !important; /* ----> Changes the background color of the in-game buttons (And also the "Continue" button) */
  43. background-image: none !important; /* ----> Removes the gradient from the do/say/story button */
  44. }
  45.  
  46. div[style*="max-width: 450px;"] {
  47. background-color: #bab5a1 !important; /* ----> Changes the background color of the main menu buttons (Except for "Continue" button which inherents background color from above) */
  48. }
  49.  
  50. /* Input Box */
  51.  
  52. .css-1dbjc4n.r-13awgt0.r-18u37iz[style*="border-radius: 8px; border-width: 1.5px; margin-right: 10px; min-height: 45px;"] {
  53. border-color: #e15555c7 !important; /* ----> Changes the border color of the input box */
  54. }
  55.  
  56. .css-1cwyjr8.r-jwli3a.r-13awgt0.r-eam2wb.r-1ag4vb1::placeholder {
  57. color: #bab5a1 !important; /* ----> Changes the input placeholder text color */
  58. }
  59.  
  60. /* Scrollbar styling (Chromium only) */
  61.  
  62. *::-webkit-scrollbar {
  63. width: 6px !important; /* ----> Scrollbar width in pixels */
  64. }
  65. *::-webkit-scrollbar-track {
  66. background: #0000007d !important; /* ----> Scrollbar track color */
  67. }
  68. *::-webkit-scrollbar-thumb {
  69. background: #bab5a1 !important; /* ----> Scrollbar color */
  70. }
  71. *::-webkit-scrollbar-thumb:active {
  72. background: #454138 !important; /* ----> Scrollbar color while in use */
  73. }
  74.  
  75. .css-1dbjc4n.r-13awgt0[style*="padding-right"] {
  76. 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. */
  77. }
  78.  
  79. /* right sidebar */
  80.  
  81. .r-1pi2tsx.css-1dbjc4n[style*="width: 256px; z-index: 101;"] {
  82. background-color: #1a1815 !important;
  83. }
  84.  
  85. /* misc colors */
  86.  
  87. *[style*="background-color: rgb(59, 59, 59)"] {
  88. background-color: #00000030 !important; /* ----> Replaces all the grey colors (Setting buttons, My stuff/Explore buttons and search bar, maybe some more stuff) */
  89. }
  90.  
  91. *[style*="background-color: rgb(0, 150, 136)"] {
  92. background-color: #454138 !important; /* ----> Replaces the settings toggle button colors */
  93. }
  94.  
  95. *[style*="background-color: rgb(163, 211, 207)"] {
  96. background-color: #0000006b !important; /* ----> Replaces the settings toggle button bar colors */
  97. }
  98.  
  99. /* Don't touch these */
  100. div[style*="border-radius: 5px; height: 30px; width: auto;"] {
  101. background-color: #d0818100 !important;
  102. }
  103.  
  104. *[style*="font-family: MaterialCommunityIcons"] {
  105. font-family: "MaterialCommunityIcons" !important;
  106. }
  107.  
  108. *[style*="FontAwesome"] {
  109. font-family: "FontAwesome" !important;
  110. }
  111.  
  112. .r-13awgt0 {
  113. background-color: #a4555500 !important;
  114. }
  115.  
  116. .r-eqz5dr {
  117. background-color: #f2606000 !important;
  118. }
  119.  
  120.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement