Guest User

Untitled

a guest
Aug 22nd, 2020
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. /*main text color and font*/
  2. div[style*="font-family: helvetica"], span[style*="font-family: helvetica"] {
  3. text-shadow: -1px 1px 0 #0000, 1px 1px 0 #0000, 1px -1px 0 #ff33f200, -1px -1px 0 #ff33f200;
  4. font-family: "monofonto" !important;
  5. color: #25fe38 !important;
  6. }
  7.  
  8. /*background color*/
  9. .r-13awgt0 {
  10. background-color: #11131700 !important;
  11. }
  12.  
  13. .r-eqz5dr {
  14. background-color: #11131700 !important;
  15. }
  16.  
  17. /*button text color */
  18. div[style*="font-family: MaterialCommunityIcons"] {
  19. text-shadow: -1px 1px 0 #0000, 1px 1px 0 #0000, 1px -1px 0 #ff33f200, -1px -1px 0 #ff33f200;
  20. color: #25fe38 !important;
  21. }
  22.  
  23. /*Do/Say/Story text color and font*/
  24. div[style*="font-family: HelveticaNeueMedium"] {
  25. text-shadow: -1px 1px 0 #0000, 1px 1px 0 #0000, 1px -1px 0 #ff33f200, -1px -1px 0 #ff33f200;
  26. color: #fff !important;
  27. font-family: "monofonto" !important;
  28. }
  29.  
  30. /*input box font*/
  31. textarea[style*="font-family: HelveticaNeueMedium"] {
  32. text-shadow: -1px 1px 0 #0000, 1px 1px 0 #0000, 1px -1px 0 #ff33f200, -1px -1px 0 #ff33f200;
  33. color: #fff !important
  34. font-family: "monofonto" !important;
  35. }
  36.  
  37. /*background image*/
  38. div[style*="padding-left: 90px"], .css-1dbjc4n.r-1awozwy.r-eqz5dr.r-16y2uox {
  39. background-image: linear-gradient(rgba(0, 0, 0, .5),rgba(0, 0, 0, .5)),url(https://i.imgur.com/BDNxJeS.png?fb) !important;
  40. background-size: cover !important;
  41. }
  42.  
  43. /*hide scrollbars chromium*/
  44. *::-webkit-scrollbar {
  45. display: none !important;
  46. }
  47.  
  48. /*hide scrollbars firefox (maybe didnt test actually)*/
  49. * {
  50. scrollbar-width: none !important;
  51. }
Add Comment
Please, Sign In to add comment