dreamyshambles

Cute

Aug 21st, 2020 (edited)
419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.12 KB | None | 0 0
  1. /*main text color and font*/
  2. div[style*="font-family: helvetica"], span[style*="font-family: helvetica"] {
  3.     font-family: "Determination Sans" !important;
  4.     color: #f4f0e9 !important;
  5.     text-shadow: -2px 2px 0 #262b2d, 2px 2px 0 #262b2d, 2px -2px 0 #262b2d, -2px -2px 0 #262b2d, -1px 1px 0 #262b2d, 1px 1px 0 #262b2d, 1px -1px 0 #262b2d, -1px -1px 0 #262b2d;
  6. }
  7.  
  8. /*main text padding to prevent outline from being cut off*/
  9. .css-1dbjc4n.r-150rngu.r-13awgt0.r-eqz5dr.r-16y2uox.r-1wbh5a2.r-11yh6sk.r-1rnoaur.r-1sncvnh{
  10.     padding: 2px !important;
  11. }
  12.  
  13. /*leave these transparant*/
  14. .r-13awgt0 {
  15.     background-color: #0000 !important;
  16. }
  17.  
  18. .r-eqz5dr {
  19.     background-color: #0000 !important;
  20. }
  21.  
  22. /*background (remove the background-image line for solid color background)*/
  23. div[style*="padding-left: 90px"], div[style*="display: flex; justify-content: flex-start; padding-bottom: 40px; padding-top: 64px;"] {
  24.     background-image:  linear-gradient(rgba(79, 43, 28, .65),rgba(79, 43, 28, .65)),url(https://cdn.imgchest.com/files/3yrgcnoob4z.gif) !important;
  25.     background-color: #111 !important;
  26.     background-size: cover;    
  27.     background-position: 50% 50%;
  28. }
  29.  
  30. /*button text color */
  31. div[style*="font-family: MaterialCommunityIcons"] {
  32.     color: #eebaaf !important;
  33. }
  34.  
  35. /*Do/Say/Story text color and font*/
  36. div[style*="font-family: HelveticaNeueMedium"] {
  37.     color: #f0d1c3 !important;
  38.     font-family: "Determination Sans" !important;
  39. }
  40.  
  41. /*input box text color and font*/
  42. textarea[style*="font-family: HelveticaNeueMedium"] {
  43.     -webkit-text-fill-color: #f0d1c3;
  44.     font-family: "Determination Sans" !important;
  45. }
  46.  
  47. /*hide scrollbars Chromium*/
  48. *::-webkit-scrollbar {
  49.   display: none;
  50. }
  51.  
  52. /* Hide scrollbars firefox (maybe didnt test actually) */
  53. * {
  54.   scrollbar-width: none;  /* Firefox */
  55. }
  56.  
  57. .css-18t94o4.css-1dbjc4n.r-1awozwy.r-1loqt21.r-18u37iz.r-1777fci.r-1otgn73.r-eafdt9.r-1i6wzkk.r-lrvibr {
  58.     background-color: #2f3031 !important;
  59. }
  60.  
  61. div[style*="border-radius: 10px"] {
  62.     background-color: #0000004f !important;
  63. }
  64.  
  65. .css-1dbjc4n.r-13awgt0.r-18u37iz {
  66.     border-color: #0000005c !important;
  67. }
Add Comment
Please, Sign In to add comment