Advertisement
GeoDash

CSS #1

Oct 2nd, 2021
3,030
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.75 KB | None | 0 0
  1. /* compact reactions */
  2.  
  3. .message-2qnXI6:hover .reactionCount-2mvXRV {
  4. font-size: 14px;
  5. transform: translate(0px);
  6. transition-delay: 0s;
  7. }
  8. .message-2qnXI6:hover .reaction-1hd86g {
  9. max-width: 90px;
  10. width: auto;
  11. }
  12. .reaction-1hd86g {
  13. max-width: 30px;
  14. transition: 0.5s;
  15. transition-timing-function: ease-out;
  16. }
  17. .reactionCount-2mvXRV {
  18. font-size: 0px;
  19. transition-duration: 0.2s;
  20. transform: translate(-20px);
  21. transition-timing-function: ease-out;
  22. transition-delay: 0.1s;
  23. }
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30. /* Rainbow Server Name & Settings */
  31.  
  32. @keyframes rainbow-server-settings {
  33. from {color: #33FF00}
  34. 25% {color: #FFE600}
  35. 50% {color: red}
  36. 75% {color: #EA00FF}
  37. 100% {color: #008CFF}
  38. }
  39.  
  40. .button-1w5pas {
  41. animation: rainbow-server-settings 4s ease-in-out infinite;
  42. }
  43. .name-1jkAdW{
  44. animation: rainbow-server-settings 4s ease-in-out infinite;
  45. }
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53. /* Rainbow names and text in chat */
  54.  
  55. .username-1A8OIy,
  56.  
  57. .markup-2BOw-j {
  58. animation: rainbow 5s linear 0s infinite normal
  59. }
  60. @keyframes rainbow {
  61. 0% {color: #ff0000}
  62. 12% {color: #ffbf00}
  63. 25% {color: #80ff00}
  64. 37% {color: #00ff40}
  65. 50% {color: #00ffff}
  66. 62% {color: #0040ff}
  67. 75% {color: #8000ff}
  68. 87% {color: #eb34bd}
  69. 100% {color: #ff0000}
  70. }
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79. /* Hide blocked messages */
  80. .groupStart-23k01U:not(.cozyMessage-3V1Y8y):not(.backgroundFlash-24qWLN) {display: none}
  81.  
  82.  
  83. /*Rainbow wave mentions thx to Strencher & Luke*/
  84.  
  85. html .mention.wrapper-3WhCwL.mention.interactive{
  86. background-image: linear-gradient(to left,rgb(51, 255, 0), rgb(255, 230, 0), red, rgb(234, 0, 255), rgb(0, 140, 255), rgb(51, 255, 0));
  87. animation: gradient-text 15s linear infinite;
  88. background-size: 500% 100%;
  89. color: transparent !important;
  90. -webkit-background-clip: text;
  91. z-index: 1;
  92. }
  93. @keyframes gradient-text {
  94. from {
  95. background-position: 0 0;
  96. }
  97. to {
  98. background-position: 500% 0;
  99. }
  100. }
  101. .channelIcon-1MN1lz {
  102. display: none;
  103. }
  104.  
  105. .iconMention-1_KJ_B::before {
  106. content: "#";
  107. }
  108.  
  109. #app-mount .iconMention-1_KJ_B {
  110. padding-left: 2px;
  111. }
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120. /* Rainbow User ID */
  121.  
  122. .subtext-3CDbHg,
  123. .customStatus-3tC2ig,
  124. .hovered-d5PMVU,
  125. .title-eS5yk3 {
  126. background-image: linear-gradient(to left,rgb(51, 255, 0), rgb(255, 230, 0), red, rgb(234, 0, 255), rgb(0, 140, 255), rgb(51, 255, 0));
  127. animation: gradient-border 4s linear infinite;
  128. background-size: 400% 100%;
  129. color: transparent !important;
  130. -webkit-background-clip: text;
  131. z-index: 1;
  132. }
  133. @keyframes gradient-border {
  134. from {
  135. background-position: 0 0;
  136. }
  137. to {
  138. background-position: 100% 0;
  139. }
  140. }
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148. /* buttons animated */
  149.  
  150. .button-14-BFJ:hover .contents-18-Yxp {
  151. animation: UserModalButtons 0.5s normal ease;
  152. }
  153. .container-3baos1 .noWrap-3jynv6 {
  154. width: 100px;
  155. opacity: 1;
  156. }
  157. .button-14-BFJ {
  158. transition: 0.2s;
  159. }
  160. .button-14-BFJ:hover {
  161. padding-bottom: 0px;
  162. transition: 0.2;
  163. }
  164. @keyframes UserModalButtons {
  165. 0% {
  166. transform: translateY(0px);
  167. }
  168. 50% {
  169. transform: translateY(-5px);
  170. }
  171. 100% {
  172. transform: translateY(0px);
  173. }
  174. }
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183. /* Hover Channels animated */
  184.  
  185. .mainContent-u_9PKf:hover {
  186. animation: UserModalButtons 0.5s normal ease;}
  187. .mainContent-u_9PKf .noWrap-3jynv6 {width: 100px;opacity: 1;}
  188. .mainContent-u_9PKf {transition: 0.2s;}
  189. .mainContent-u_9PKf:hover {transition: 0.2;}
  190. @keyframes UserModalButtons {
  191. 0% {
  192. transform: translateY(0px);
  193. }
  194. 45% {
  195. transform: translateY(-5px);
  196. }
  197. 90% {
  198. transform: translateY(0px);
  199. }
  200. }
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208. /* Profile Connection Borders */
  209.  
  210. .connectedAccountIcon-3_EQqg ~ div::before {
  211. content: "";
  212. top: 0; bottom: 0; left: 0; right: 0;
  213. border: 1px solid var(--border-color);
  214. position: absolute;
  215. display: block;
  216. pointer-events: none;
  217. }
  218.  
  219. .connectedAccount-2Jb-Z0 {
  220. overflow: hidden;
  221. position: relative;
  222. }
  223. /* Spotify */
  224. .connectedAccountIcon-3_EQqg[src="/assets/7906941c1205ba04b6921f2af4c6a170.png"] ~ div::before {--border-color: #1ED760;}
  225. /* Github */
  226. .connectedAccountIcon-3_EQqg[src="/assets/afb09840b496f2c49032075a33da7fab.png"] ~ div::before {--border-color: #fff;}
  227. /* Twitch */
  228. .connectedAccountIcon-3_EQqg[src="/assets/007e5cb8871cf0987283c6307ce7fed0.png"] ~ div::before {--border-color: #563194;}
  229. /* Twitter */
  230. .connectedAccountIcon-3_EQqg[src="/assets/6919f2a578d91a5d033b639f0fb52b3d.png"] ~ div::before {--border-color: #0099E4;}
  231. /* xbox */
  232. .connectedAccountIcon-3_EQqg[src="/assets/746aba83c88f087e3eef23a47dd57923.png"] ~ div::before {--border-color: #5EC220;}
  233. /* Reddit */
  234. .connectedAccountIcon-3_EQqg[src="/assets/b46c06eb71dc56a41432512168e6759a.png"] ~ div::before {--border-color: #FF4500;}
  235. /* Battle.net */
  236. .connectedAccountIcon-3_EQqg[src="/assets/7b964801001dd47cc05a91d6dacf6075.png"] ~ div::before {--border-color: #0099E4;}
  237. /* Steam */
  238. .connectedAccountIcon-3_EQqg[src="/assets/a9c26c8bebe406ca1adc1967bc532224.png"] ~ div::before {--border-color: #000000;}
  239. /* YouTube */
  240. .connectedAccountIcon-3_EQqg[src="/assets/25ec573cf82ee36d12296628f6bec11b.png"] ~ div::before {--border-color: #D9252A;}
  241. /* Facebook */
  242. .connectedAccountIcon-3_EQqg[src="/assets/3d189c41ce8155dfebf86ba2d1acfbbc.png"] ~ div::before {--border-color: #2D3283;}
  243. /* LOL */
  244. .connectedAccountIcon-3_EQqg[src="/assets/a0e2182e843745c73f7f3c8325a05ea9.png"] ~ div::before {--border-color: #CEA146;}
  245.  
  246.  
  247.  
  248.  
  249.  
  250. /* Animated Pings */
  251. .numberBadge-2s8kKX {
  252. animation: animatedPing 1.3s infinite ease-in-out;
  253. }
  254. @keyframes animatedPing {
  255. 0% {
  256. transform: rotate(-12deg);
  257. }
  258. 50% {
  259. transform: rotate(12deg) scale(1.2);
  260. }
  261. 100% {
  262. transform: rotate(-10deg);
  263. }
  264. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement