Advertisement
Guest User

Fixed fantasy clouds

a guest
Feb 20th, 2021
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. /*main text color and font*/
  2. div[style*="font-family: helvetica"], span[style*="font-family: helvetica"] {
  3. color: #fffc00 !important;
  4. 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, -2px 1px 0 #262b2d, 2px 1px 0 #262b2d, 2px -1px 0 #262b2d, -2px -1px 0 #262b2d, -1px 2px 0 #262b2d, 1px 2px 0 #262b2d, 1px -2px 0 #262b2d, -1px -2px 0 #262b2d;
  5. }
  6.  
  7. /*leave these transparant*/
  8. .r-13awgt0 {
  9. background-color: #0000 !important;
  10. }
  11.  
  12. .r-eqz5dr {
  13. background-color: #0000 !important;
  14. }
  15.  
  16. /*background (remove the background-image line for solid color background)*/
  17. div.css-1dbjc4n.r-13awgt0.r-1udh08x.r-12vffkv {
  18. background-image: linear-gradient(rgba(54, 58, 102, .5),rgba(196, 128, 47, .5)),url(https://i.imgur.com/cWxtymY.jpg) !important;
  19. background-color: #111 !important;
  20. background-size: cover;
  21. background-position: 50% 50%;
  22. }
  23.  
  24. /*button text color */
  25. div[style*="font-family: MaterialCommunityIcons"] {
  26. text-shadow: -1px 1px 0 #fffd77, 1px 1px 0 #ff778187, 1px -1px 0 #ff778187, -1px -1px 0 #ff778187;
  27. background: -webkit-linear-gradient(#fff, #c300ff);
  28. -webkit-background-clip: text;
  29. -webkit-text-fill-color: transparent;
  30. }
  31.  
  32. /*Do/Say/Story text color and font*/
  33. div[style*="font-family: HelveticaNeueMedium"] {
  34. text-shadow: -1px 1px 0 #fffd77, 1px 1px 0 #ff7781, 1px -0px 0 #ff7781, -1px -0px 0 #ff7781;
  35. background: -webkit-linear-gradient(#fff, #c300ff);
  36. -webkit-background-clip: text;
  37. -webkit-text-fill-color: transparent;
  38. }
  39.  
  40. /*hide scrollbars Chromium*/
  41. *::-webkit-scrollbar {
  42. display: none;
  43. }
  44.  
  45. /* Hide scrollbars firefox (maybe didnt test actually) */
  46. * {
  47. scrollbar-width: none; /* Firefox */
  48. }
  49.  
  50. div[style*="align-self: center; background-image: linear-gradient"]{
  51. background-image: linear-gradient(rgb(255, 126, 182),rgb(255, 207, 110)) !important;
  52. }
  53.  
  54. div[style*="border-radius: 10px"] {
  55. background-image: linear-gradient(rgb(255, 126, 182),rgb(255, 207, 110)) !important;
  56. }
  57.  
  58. .css-1dbjc4n.r-13awgt0.r-18u37iz {
  59. border-color: #0000005c !important;
  60. }
  61.  
  62. div[style*="border-radius: 5px; height: 60px; margin-top: 20px; margin-bottom: 20px; max-width: 450px;"]{
  63. background-image: linear-gradient(rgba(255, 126, 182, .5),rgba(255, 207, 110, .5)) !important;
  64. background-color: #0000 !important;
  65. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement