Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Text */
- * {
- font-family: "CyberpunkWaifus" !important; /* ----> Change "Arial" to whatever font you want */
- color: #fff !important;
- }
- /* background */
- .css-1dbjc4n.r-13awgt0.r-1udh08x.r-12vffkv[style*="background-color"] {
- background-image: linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, .6)),url(https://i.imgur.com/FfERpxn.jpg) !important;
- background-size: cover;
- background-position: 50% 50%;
- }
- /* Buttons */
- 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"] {
- background-color: rgb(31,26,46) !important; /* ----> Changes the background color of the in-game buttons (And also the "Continue" button) */
- background-image: none !important; /* ----> Removes the gradient from the do/say/story button */
- }
- div[style*="max-width: 450px;"] {
- 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) */
- }
- /* Input Box */
- .css-1dbjc4n.r-13awgt0.r-18u37iz[style*="border-radius: 8px; border-width: 1.5px; margin-right: 10px; min-height: 45px;"] {
- border-color: rgb(31,26,46) !important; /* ----> Changes the border color of the input box */
- }
- .css-1cwyjr8.r-jwli3a.r-13awgt0.r-eam2wb.r-1ag4vb1::placeholder {
- color: rgb(31,26,46) !important; /* ----> Changes the input placeholder text color */
- }
- /* Scrollbar styling (Chromium only) */
- *::-webkit-scrollbar {
- width: 6px !important; /* ----> Scrollbar width in pixels */
- }
- *::-webkit-scrollbar-track {
- background: #0000007d !important; /* ----> Scrollbar track color */
- }
- *::-webkit-scrollbar-thumb {
- background: rgb(51,26,86) !important; /* ----> Scrollbar color */
- }
- *::-webkit-scrollbar-thumb:active {
- background: #454138 !important; /* ----> Scrollbar color while in use */
- }
- .css-1dbjc4n.r-13awgt0[style*="padding-right"] {
- 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. */
- }
- /* right sidebar */
- .r-1pi2tsx.css-1dbjc4n[style*="width: 256px; z-index: 101;"] {
- background-color: rgb(31,26,46) !important;
- }
- /* misc colors */
- *[style*="background-color: rgb(59, 59, 59)"] {
- 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) */
- }
- *[style*="background-color: rgb(0, 150, 136)"] {
- background-color: #454138 !important; /* ----> Replaces the settings toggle button colors */
- }
- *[style*="background-color: rgb(163, 211, 207)"] {
- background-color: #0000006b !important; /* ----> Replaces the settings toggle button bar colors */
- }
- /* Don't touch these */
- div[style*="border-radius: 5px; height: 30px; width: auto;"] {
- background-color: #d0818100 !important;
- }
- *[style*="font-family: MaterialCommunityIcons"] {
- font-family: "MaterialCommunityIcons" !important;
- }
- *[style*="FontAwesome"] {
- font-family: "FontAwesome" !important;
- }
- .r-13awgt0 {
- background-color: #a4555500 !important;
- }
- .r-eqz5dr {
- background-color: #f2606000 !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement