dreamyshambles

FTRED

Aug 23rd, 2020 (edited)
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.21 KB | None | 0 0
  1. @keyframes textglitch {
  2.     0% {
  3.         text-shadow: none;
  4.     }
  5.  
  6.     25% {
  7.         text-shadow: -1px -1px 0 #CC2A49, 1px 1px 0 #582841;
  8.     }
  9.     50% {
  10.         text-shadow: 1px -1px 0 #CC2A49, -1px 1px 0 #582841;
  11.     }
  12.     75% {
  13.         text-shadow: -1px 1px 0 #CC2A49, 1px -1px 0 #582841;
  14.     }
  15.     100% {
  16.         text-shadow: 1px 1px 0 #CC2A49, -1px -1px 0 #582841;
  17.     }
  18. }
  19.  
  20. /*main text color and font*/
  21. div[style*="font-family: helvetica"],
  22. span[style*="font-family: helvetica"] {
  23.     font: 15px / 1.4 sans-serif !important;
  24.     font-family: 'Josefin Sans','Helvetica Neue',Helvetica,Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans','Droid Sans',sans-serif !important;
  25.     font-size: 36px !important;
  26.     color: #fff !important;
  27. }
  28.  
  29. /*leave these transparant*/
  30. .r-13awgt0 {
  31.     background-color: #0000 !important;
  32. }
  33.  
  34. .r-eqz5dr {
  35.     background-color: #0000 !important;
  36. }
  37.  
  38. /*background (remove the background-image line for solid color background)*/
  39. div[style*="padding-left: 90px"],
  40. div[style*="display: flex; justify-content: flex-start; padding-bottom: 40px; padding-top: 64px;"] {
  41.     background-image: linear-gradient(rgba(80, 16, 53, .7), rgba(53, 12, 56, .35)), url(https://i.imgur.com/cAa4Pzg.jpg);
  42.     background-color: #111 !important;
  43.     background-size: cover;
  44.     background-position: 50% 50%;
  45. }
  46.  
  47. /*button text color */
  48. div[style*="font-family: MaterialCommunityIcons"], div[style*="font-family: FontAwesome"] {
  49.     color: #fff !important;
  50.     animation: textglitch .65s cubic-bezier(.25, .46, .45, .9399999999999999) both infinite;
  51. }
  52.  
  53. /*button color*/
  54. div[style*="border-radius: 10px"] {
  55.     width: 18%;
  56.     height: 40px;
  57.     background-color: #00000038 !important;
  58.     border-radius: 0px !important;
  59.     border: 1px;
  60.     border-style: solid;
  61.     border-image: linear-gradient(5deg, #F99E4C, #EF4648) 1;
  62. }
  63.  
  64. /*Do/Say/Story text color and font*/
  65. div[style*="font-family: HelveticaNeueMedium"] {
  66.     color: #fff !important;
  67.     font: sans-serif !important;
  68.     font-family: 'Josefin Sans','Helvetica Neue',Helvetica,Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans','Droid Sans',sans-serif !important;
  69.     animation: textglitch .65s cubic-bezier(.25, .46, .45, .9399999999999999) both infinite;
  70. }
  71.  
  72. /*Do/Say/Story button color*/
  73. div[style*="align-self: center; background-image: linear-gradient"] {
  74.     background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) !important;
  75.     background-color: #0000 !important;
  76. }
  77.  
  78. div[style*="font-family: HelveticaNeueMedium; font-size: 24px; padding-right: 10px; padding-left: 10px;"] {
  79.     background-color: #00000038 !important;
  80.     padding-top: 2px;
  81.     border: 2px;
  82.     border-style: solid;
  83.     border-image: linear-gradient(5deg, #F99E4C, #EF4648) 1;
  84. }
  85.  
  86. div[style*="bottom: 10px; height: 22px; left: 50%; margin-left: -75px; width: 150px;"] {
  87.     background-image: linear-gradient(25deg, #006aff, #d73ec8) !important;
  88.     filter: hue-rotate(90deg);
  89.     width: 160px !important;
  90. }
  91.  
  92. div[style*="border-radius: 5px; height: 60px; margin-top: 20px; margin-bottom: 20px; max-width: 450px;"] {
  93.     background-color: #0000 !important;
  94. }
  95.  
  96. /*input box font*/
  97. textarea[style*="font-family: HelveticaNeueMedium"] {
  98.     font: sans-serif !important;
  99.     font-family: 'Josefin Sans','Helvetica Neue',Helvetica,Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans','Droid Sans',sans-serif !important;
  100. }
  101.  
  102. /*input box border color*/
  103. div[style*=" border-color: rgb(34, 34, 34); border-radius: 8px; border-width: 1.5px; margin-right: 10px; min-height: 45px;"] {
  104.     border-image: linear-gradient(5deg, #F99E4C, #EF4648) 1;
  105.     border-radius: 0px !important;
  106.     background-color: #00000038 !important;
  107. }
  108.  
  109. /*hide scrollbars Chromium*/
  110. *::-webkit-scrollbar {
  111.     width: 10px !important;
  112. }
  113. *::-webkit-scrollbar-track {
  114.     background: #F99E4C !important;
  115. }
  116. *::-webkit-scrollbar-thumb {
  117.     background: #CC2A49 !important;
  118. }
  119. *::-webkit-scrollbar-thumb:active {
  120.     background: #582841 !important;
  121. }
  122.  
  123. /*Fix some stuff breaking after entering the settings*/
  124.  
  125. div[style*="font-family: HelveticaNeueBold"], .r-eam2wb {
  126.     color: #fff !important;
  127.     font: sans-serif !important;
  128.     font-family: 'Josefin Sans','Helvetica Neue',Helvetica,Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans','Droid Sans',sans-serif !important;
  129. }
  130.  
  131. div[style*="padding-right: 10px; padding-left: 10px; text-transform: uppercase;"]{
  132.     background-color: #00000038 !important;
  133.     padding-top: 2px;
  134.     border: 2px;
  135.     border-style: solid;
  136.     border-image: linear-gradient(5deg, #F99E4C, #EF4648) 1;
  137. }
  138.  
  139. .css-1dbjc4n.r-1p0dtai.r-1d2f490.r-12vffkv.r-u8s1d.r-zchlnj.r-ipm5af.r-417010 >.css-1dbjc4n.r-13awgt0 {
  140.     background-image: linear-gradient(90deg, #ff006a, #f9c54c) !important;
  141.     max-height: 6px !important;
  142. }
  143.  
  144. div[style*="padding-right: 90px; padding-left: 90px;"] {
  145.     padding-left: 0px !important;
  146.     padding-right: 0px !important;
  147. }
  148.  
  149. div[style*="padding-right: 90px; padding-left: 90px;"] > div[style*="height: 80%;"] {
  150.     padding-left: 80px !important;
  151.     padding-right: 80px !important;
  152. }
  153.  
  154. div[style*="padding-right: 90px; padding-left: 90px;"] > .css-1dbjc4n {
  155.     padding-left: 80px !important;
  156.     padding-right: 80px !important;
  157.     background-color: #0000001f;
  158. }
Add Comment
Please, Sign In to add comment