GForcebit

AID Minecraft Theme For Stylus

Aug 25th, 2020
360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.98 KB | None | 0 0
  1. /* Text */
  2. * {
  3.     font-family: "Minecraft" !important; /* ----> Change "Arial" to whatever font you want */
  4.     color: #c2c6c8 !important; /* ----> Click the box to pick text a color */
  5.     text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000; /* ----> Text outline, remove this line if you don't want an outline */
  6. }
  7.  
  8. a {
  9.     color: #a5a0ae !important; /* ----> Link colors */
  10. }
  11.  
  12. /* background */
  13. div[style*="padding-left: 90px"], div[style*="display: flex; justify-content: flex-start; padding-bottom: 40px; padding-top: 64px"] {
  14.     background-image:
  15.         linear-gradient(#0009,#0009) /* Darkens the background image somewhat to make it more readable, remove this line if you don't need it. Play around with the opacity to make it more or less dark. */
  16.         ,url(https://static.planetminecraft.com/files/resource_media/screenshot/1245/Minecraft-2_4091491_lrg.jpg) /* Replace the url with whatever background image you want, delete this line entirely if you just want a solid color background */
  17.         !important;
  18.     background-color: #333 !important; /* ----> Click the box to pick a background color */
  19.     background-size: cover; /* ----> Size of the background, cover will make it fullscreen. Change to a percentage if you want a tiling background image */
  20.     background-position: center ; /* ----> Background position. Other options: top, right, bottom, left */
  21. }
  22.  
  23. body {
  24.     background-color: #48484870 !important; /* ----> Loading screen background, keep dark so you don't get blinded when loading the page. Shouldn't be visible anywhere else */
  25. }
  26.  
  27. /* Buttons */
  28.  
  29. 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"] {
  30.     background-color: #0000004d !important; /* ----> Changes the background color of the in-game buttons (And also the "Continue" button) */
  31.     background-image: none !important; /* ----> Removes the gradient from the do/say/story button */
  32. }
  33.  
  34. div[style*="max-width: 450px;"] {
  35.     background-color: #0000004d !important; /* ----> Changes the background color of the main menu buttons (Except for "Continue" button which inherents background color from above) */
  36. }
  37.  
  38. /* Input Box */
  39.  
  40. .css-1dbjc4n.r-13awgt0.r-18u37iz[style*="border-radius: 8px; border-width: 1.5px; margin-right: 10px; min-height: 45px;"] {
  41.     border-color: #9a9aa4f5 !important; /* ----> Changes the border color of the input box */
  42. }
  43.  
  44. .css-1cwyjr8.r-13awgt0.r-1ag4vb1::placeholder {
  45.     color: #f7f7f7ab !important; /* ----> Changes the input placeholder text color */
  46. }
  47.  
  48. /* Scrollbar */
  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. /* Scrollbar styling (Chromium) */
  55.  
  56. *::-webkit-scrollbar {
  57.     width: 6px !important; /* ----> Scrollbar width in pixels */
  58. }
  59. *::-webkit-scrollbar-track {
  60.     background: #0000007d !important; /* ----> Scrollbar track color */
  61. }
  62. *::-webkit-scrollbar-thumb {
  63.     background: #d0d0d0 !important; /* ----> Scrollbar color */
  64. }
  65. *::-webkit-scrollbar-thumb:active {
  66.     background: #dbdbdb !important; /* ----> Scrollbar color while in use */
  67. }
  68.  
  69. /* Scrollbar styling (Firefox) */
  70.  
  71. * {
  72.   scrollbar-color: #b0bec6 #0000007d; /* ----> Scrollbar color followed by track color. */
  73.   scrollbar-width: thin; /* Scrollbar width. Other options: auto, none */
  74. }
  75.  
  76. /* right sidebar */
  77.  
  78. .r-1pi2tsx.css-1dbjc4n[style*="width: 256px; z-index: 101;"] {
  79.     background-color: #5a8e5426 !important;
  80. }
  81.  
  82. /* left sidebar */
  83.  
  84. .css-1dbjc4n.r-150rngu.r-13awgt0.r-eqz5dr.r-16y2uox.r-1wbh5a2.r-11yh6sk.r-1rnoaur.r-1sncvnh[style*="3px 0px 5px;"] {
  85.     background-color :#54808e26 !important; /* ----> Background color */
  86.     box-shadow: #54708e3b 3px 0px 5px !important; /* ----> Drop shadow color */
  87. }
  88.  
  89. .r-1p0dtai.r-u8s1d.r-ipm5af.r-417010.css-1dbjc4n[style*="border-right-color"] {
  90.     background-color: #0000 !important; /* ----> Background color again, leave transparant and just use the one above */
  91.     border-right-color: #0d24a226 !important; /* ----> Border color */
  92. }
  93.  
  94. .css-1dbjc4n[style*="border-bottom-width: 1.5px;"] {
  95.     border-bottom-color: #5a548e26 !important; /* ----> Divider color */
  96. }
  97.  
  98. /* Explore and My Stuff */
  99.  
  100. .css-18t94o4.css-1dbjc4n.r-1loqt21.r-1otgn73.r-eafdt9.r-1i6wzkk.r-lrvibr[style*="display: flex;"]
  101. {
  102.     background-color: #babac1 !important; /* ----> Background color of scenarios and adventures. Don't make this transparant, will show the Continue/New game buttons behind it. */
  103.     border-color: #a8acb061 !important; /* ----> Border color of scenarios and adventures. */
  104. }
  105.  
  106. div[style*="border-radius: 25px; height: 60px; margin-right: 0px; margin-left: 0px; margin-top: 10px; width: auto;"] {
  107.     background-color: #7169696e !important; /* ----> Create Scenario button background */
  108. }
  109.  
  110. /* misc colors */
  111.  
  112. *[style*="background-color: rgb(59, 59, 59)"] {
  113.     background-color: #282f996b !important; /* ----> Replaces all the grey colors (Setting buttons, My stuff/Explore buttons and search bar, maybe some more stuff) */
  114. }
  115.  
  116. *[style*="background-color: rgb(0, 150, 136)"] {
  117.     background-color: #7f92d2 !important; /* ----> Replaces the settings toggle button colors */
  118. }
  119.  
  120. *[style*="background-color: rgb(163, 211, 207)"] {
  121.     background-color: #0000006e !important; /* ----> Replaces the settings toggle button bar colors */
  122. }
  123.  
  124. /* Don't touch these */
  125. div[style*="border-radius: 5px; height: 30px; width: auto;"] {
  126.     background-color: #0000 !important;
  127. }
  128.  
  129. *[style*="font-family: MaterialCommunityIcons"] {
  130.     font-family: "MaterialCommunityIcons" !important;
  131. }
  132.  
  133. *[style*="FontAwesome"] {
  134.     font-family: "FontAwesome" !important;
  135. }
  136.  
  137. .r-13awgt0 {
  138.     background-color: #0000 !important;
  139. }
  140.  
  141. .r-eqz5dr {
  142.     background-color: #0000 !important;
  143. }
Add Comment
Please, Sign In to add comment