Mycc commited on
Commit
3415416
Β·
1 Parent(s): eee6c29

Create icons.css

Browse files
Files changed (1) hide show
  1. icons.css +814 -0
icons.css ADDED
@@ -0,0 +1,814 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .avatar-2e8lTP + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {
2
+ display: inline-block;
3
+ height: 14px;
4
+ width: 14px;
5
+ line-height: 14px;
6
+ background-position: center;
7
+ background-repeat: no-repeat;
8
+ background-size: contain;
9
+ background-image: url('');
10
+ position: relative;
11
+ top: 2px;
12
+ margin-left: 5px;
13
+ }
14
+ .avatar-2e8lTP + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
15
+ width: auto;
16
+ border-radius: 4px;
17
+ padding: 2px 5px;
18
+ background-image: none!important;
19
+ background-color: #0d0d0d;
20
+ color: #fff;
21
+ font-size: 12px;
22
+ top: -1px;
23
+ font-weight: normal;
24
+ animation-timing-function: linear;
25
+ transition:
26
+ color .2s ease,
27
+ background-color .2s ease;
28
+ }
29
+
30
+ @keyframes rainbow {
31
+ from{filter: hue-rotate(0deg)}
32
+ to{filter: hue-rotate(360deg);}
33
+ }
34
+ @keyframes scaleIn {
35
+ from{transform: scale(.1);}
36
+ to{transform: scale(1);}
37
+ }
38
+ @keyframes fadeIn {
39
+ from{opacity: 0;}
40
+ to{opacity: 1;}
41
+ }
42
+
43
+ /*cruxie*/
44
+ .avatar-2e8lTP[src*="332394843743584256"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
45
+ background-image: url('https://i.imgur.com/D9NgKJs.png');
46
+ }
47
+ .avatar-2e8lTP[src*="332394843743584256"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
48
+ content: "Best Boi Mod";
49
+ animation: fadeIn .5s linear 1;
50
+ color: #ff8080;
51
+ width: 75px;
52
+ text-align: center;
53
+ background-color: transparent;
54
+ background-image: url('https://i.imgur.com/bzmEwnm.png') !important;
55
+ }
56
+
57
+ /* yura */
58
+ .avatar-2e8lTP[src*="517447785491070987"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
59
+ background-image: url('https://cdn.discordapp.com/attachments/706165692608806933/708809414437634089/YinYangCats.gif');}
60
+ .avatar-2e8lTP[src*="517447785491070987"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
61
+ content: "Cutie";
62
+ background-color: #fa73ff;
63
+ color: #fff;
64
+ animation: scaleIn .2s linear 1;
65
+ }
66
+
67
+ /*limesharkbot*/
68
+ .avatar-2e8lTP[src*="828009658403913768"]+h3>.headerText-2z4IhQ>.username-h_Y3Us::after {
69
+ content: "";
70
+ background-image: url('https://i.imgur.com/D9NgKJs.png');
71
+ }
72
+ .avatar-2e8lTP[src*="828009658403913768"]+h3>.headerText-2z4IhQ>.username-h_Y3Us:hover::after {
73
+ content: "bip boop";
74
+ color: #4ce949;
75
+ }
76
+
77
+ /* Mycc */
78
+ .avatar-2e8lTP[src*="627903451082260500"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
79
+ background-image: url('https://i.imgur.com/yuLqs2v.png');
80
+ }
81
+ .avatar-2e8lTP[src*="627903451082260500"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
82
+ content: "Best sysadmin ever";
83
+ animation: scaleIn .2s linear 1;
84
+ background-color: #99ccff;
85
+ color: #fff;
86
+ }
87
+
88
+ /* Lime */
89
+ .avatar-2e8lTP[src*="284713197620166658"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
90
+ background-image: url('https://i.imgur.com/yuLqs2v.png');
91
+ }
92
+ .avatar-2e8lTP[src*="284713197620166658"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
93
+ content: "Best sysadmin ever";
94
+ animation: scaleIn .2s linear 1;
95
+ background-color: #99ccff;
96
+ color: #fff;
97
+ }
98
+
99
+ /* KG */
100
+ .avatar-2e8lTP[src*="124897324215435265"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
101
+ height: 14px;
102
+ width: 30px;
103
+ line-height: 14px;
104
+ background-repeat: no-repeat;
105
+ background-position: left, right;
106
+ background-size: contain;
107
+ background-image: url('https://i.imgur.com/YP2x642.gif'), url('https://cdn.discordapp.com/emojis/804379282218549268.gif');
108
+ }
109
+ .avatar-2e8lTP[src*="124897324215435265"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
110
+ content: "The illusion | BMO";
111
+ color: white;
112
+ background-color: black;
113
+ width: auto;
114
+ }
115
+
116
+ /* paz */
117
+ .avatar-2e8lTP[src*="131990779890630656"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
118
+ background-image: url('https://paz.pw/99ffb022a3097a2dc21e751c279cd38a.png');}
119
+ .avatar-2e8lTP[src*="131990779890630656"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
120
+ content: "peachy.host";
121
+ color: #ffa500;
122
+ background-color: black;
123
+ }
124
+
125
+ /* bonziu */
126
+ .avatar-2e8lTP[src*="852987980758253648"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
127
+ background-image: url('https://cdn.discordapp.com/emojis/840719301416976385.gif?');}
128
+ .avatar-2e8lTP[src*="852987980758253648"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
129
+ content: "YALLA";
130
+ color: blue;
131
+ background-color: transparent;
132
+ }
133
+
134
+ /* liolanse */
135
+ .avatar-2e8lTP[src*="156049484151914496"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
136
+ background-image: url('https://cdn.discordapp.com/attachments/728163710614634508/847498957046284338/hadpadastolo.gif');}
137
+ .avatar-2e8lTP[src*="156049484151914496"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
138
+ content: "Trap";
139
+ color: #000000;
140
+ background-color: #E368dd;
141
+ }
142
+
143
+ /* beast */
144
+ .avatar-2e8lTP[src*="484743472306192385"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
145
+ background-image: url('https://cdn.discordapp.com/emojis/497136740486873108.gif?v=1');}
146
+ .avatar-2e8lTP[src*="484743472306192385"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
147
+ content: "Beast";
148
+ color: white;
149
+ background-color: green;
150
+ }
151
+
152
+ /* p0rtl */
153
+ .avatar-2e8lTP[src*="258731845267619840"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
154
+ background-image: url('https://i.imgur.com/eXtjvv3.gif');}
155
+ .avatar-2e8lTP[src*="258731845267619840"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
156
+ content: "DΜ·Ν‹Μ¨o̡̯̍kΜΆΜŒΜ›kΜ΅Μ”Ν€aΜΈΜ‹Ν›ḙ̡͘bΜΆΜ†Νƒi̢̽̈";
157
+ color: #c100ff;
158
+ background-color: transparent;
159
+ }
160
+
161
+ /* thoomin */
162
+ .avatar-2e8lTP[src*="248910149442338816"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
163
+ background-image: url('https://cdn.discordapp.com/emojis/667395143266992128.gif?v=1');}
164
+ .avatar-2e8lTP[src*="248910149442338816"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
165
+ content: "One with the force";
166
+ color: white;
167
+ background-color: black;
168
+ }
169
+
170
+ /* Gaming4thefuture */
171
+ .avatar-2e8lTP[src*="531292687345778709"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
172
+ background-image: url('https://cdn.discordapp.com/attachments/633906616747687937/845138486474571776/YLG.gif');}
173
+ .avatar-2e8lTP[src*="531292687345778709"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
174
+ content: "</>";
175
+ color: black;
176
+ background-color: gold;
177
+ }
178
+
179
+ /* vanillaspace */
180
+ .avatar-2e8lTP[src*="227648235097817089"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
181
+ background-image: url('https://cdn.discordapp.com/emojis/705612765561094174.png');}
182
+ .avatar-2e8lTP[src*="227648235097817089"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
183
+ content: "5 Star Trader";
184
+ color: white;
185
+ animation: scaleIn .2s linear 1;
186
+ background-color: #2eb82e;
187
+ }
188
+
189
+ /* Anthony Decoux */
190
+ .avatar-2e8lTP[src*="344137897492086804"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
191
+ background-image: url('http://adx74.fr/assets/img/ad_logo.svg');}
192
+ .avatar-2e8lTP[src*="344137897492086804"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
193
+ content: "adx74.fr";
194
+ animation: scaleIn .2s linear 1;
195
+ }
196
+
197
+ /* Chewboko */
198
+ .avatar-2e8lTP[src*="239506110363467797"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
199
+ background-image: url('https://i.imgur.com/n4CLusQ.png');}
200
+ .avatar-2e8lTP[src*="239506110363467797"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
201
+ content: "Chewy";
202
+ color: white;
203
+ background-color: #b300cc;
204
+ animation: scaleIn .2s linear 1;
205
+ }
206
+
207
+ /* w1zard*/
208
+ .avatar-2e8lTP[src*="285569855506219018"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
209
+ background-image: url('https://i.imgur.com/ZeJRRH0.gif');}
210
+ .avatar-2e8lTP[src*="285569855506219018"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
211
+ content: "";
212
+ background-image: url('https://i.imgur.com/ZeJRRH0.gif') !important;
213
+ width: 14px;
214
+ height: 14px;
215
+ padding: 0;
216
+ top: 1px;
217
+ }
218
+
219
+ /* Boardβ„’ */
220
+ .avatar-2e8lTP[src*="285475344817848320"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
221
+ background-image: url('https://i.imgur.com/mF4drhn.gif');
222
+ }
223
+ .avatar-2e8lTP[src*="285475344817848320"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
224
+ content: "The One and only Board";
225
+ animation: scaleIn .2s linear 1;
226
+ }
227
+
228
+ /* TechieC */
229
+ .avatar-2e8lTP[src*="492077614404730903"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
230
+ background-image: url('https://cdn.discordapp.com/attachments/703240281155436554/708721981280878682/e-logo-glitched.gif');
231
+ border-radius: 5px;}
232
+ .avatar-2e8lTP[src*="492077614404730903"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
233
+ content: "CodedotSpectra Help Team";
234
+ animation: scaleIn .2s linear 1;
235
+ }
236
+
237
+ /* Azael */
238
+ .avatar-2e8lTP[src*="323030822267518977"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
239
+ background-image: url('https://cdn.discordapp.com/attachments/697502924837748818/723255763228688465/0dd78ced986cdeaafffcbea04389b75a.png');
240
+ border-radius: 5px;}
241
+ .avatar-2e8lTP[src*="323030822267518977"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
242
+ content: "Vanilla";
243
+ color: #fff;
244
+ text-shadow: 0px 0px 5px #000;
245
+ animation: scaleIn .2s linear 1;
246
+ background-color: transparent;
247
+ background-image: linear-gradient(to right, #2193b0, #6dd5ed) !important;
248
+ }
249
+
250
+ /* Akashii */
251
+ .avatar-2e8lTP[src*="495604921534775306"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
252
+ background-image: url('https://cdn.discordapp.com/attachments/697502924837748818/723453087011962930/300905816292211_colored_toned.png');
253
+ border-radius: 5px;}
254
+ .avatar-2e8lTP[src*="495604921534775306"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
255
+ content: "Chocola";
256
+ animation: scaleIn .2s linear 1;
257
+ background-color: #ff0066;
258
+ }
259
+
260
+ /* εˆιŸ³ηΎŽηŽ– (∩ Ν‘Β° ΝœΚ– Ν‘Β°)βŠƒβ”β˜†οΎŸ. * */
261
+ .avatar-2e8lTP[src*="591994499069116417"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
262
+ background-image: url('https://cdn.discordapp.com/attachments/716088201181397012/723526611776962560/159257248826988995.png');
263
+ border-radius: 5px;}
264
+ .avatar-2e8lTP[src*="591994499069116417"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
265
+ content: "Pro Wii + Wii U Modder";
266
+ animation: scaleIn .2s linear 1;
267
+ }
268
+
269
+ /* KarinnHaru */
270
+ .avatar-2e8lTP[src*="365136623668690944"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
271
+ background-image: url('https://cdn.discordapp.com/attachments/696581398533767228/733778563970367508/unknown.png');}
272
+ .avatar-2e8lTP[src*="365136623668690944"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
273
+ content: "Meinar";
274
+ background-color: #55ff50;
275
+ color: #000;
276
+ animation: scaleIn .2s linear 1;
277
+ }
278
+
279
+ /* zxzxcv */
280
+ .avatar-2e8lTP[src*="507149114488651797"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
281
+ background-image: url('https://cdn.discordapp.com/emojis/767098858357522432.gif?v=1');}
282
+ .avatar-2e8lTP[src*="507149114488651797"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
283
+ content: "Pro Among Us Player";
284
+ animation: scaleIn .2s linear 1;
285
+ }
286
+
287
+ /* ღHenbo */
288
+ .avatar-2e8lTP[src*="333187565559611393"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
289
+ background-image: url('https://cdn.discordapp.com/emojis/759412412360425472.gif?v=1');}
290
+ .avatar-2e8lTP[src*="333187565559611393"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
291
+ content: "Pro Rager";
292
+ animation: scaleIn .2s linear 1;
293
+ }
294
+
295
+ /* nanyo */
296
+ .avatar-2e8lTP[src*="305064794183172119"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
297
+ background-image: url('https://i.imgur.com/PzRlMc3.png');}
298
+ .avatar-2e8lTP[src*="305064794183172119"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
299
+ content: "Velox";
300
+ animation: scaleIn .2s linear 1;
301
+ }
302
+
303
+ /* DragonUnited */
304
+ .avatar-2e8lTP[src*="125807914794483712"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
305
+ background-image: url('https://i.imgur.com/wADDz68.png');}
306
+ .avatar-2e8lTP[src*="125807914794483712"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
307
+ content: "The Dragon Uniter";
308
+ animation: scaleIn .2s linear 1;
309
+ }
310
+
311
+ /* Peach */
312
+ .avatar-2e8lTP[src*="273858357130035201"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
313
+ background-image: url('https://cdn.discordapp.com/avatars/273858357130035201/1da9ffc96ddb3ee35ab8ba11470236e0.png');}
314
+ .avatar-2e8lTP[src*="273858357130035201"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
315
+ content: "PEACH";
316
+ animation: scaleIn .2s linear 1;
317
+ }
318
+
319
+ /* AshPikachu */
320
+ .avatar-2e8lTP[src*="294406287519776769"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
321
+ background-image: url('https://cdn.discordapp.com/emojis/678757027987587091.gif?v=1');}
322
+ .avatar-2e8lTP[src*="294406287519776769"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
323
+ content: "RGB";
324
+ animation: scaleIn .2s linear 1;
325
+ }
326
+
327
+ /* β„’Terrance */
328
+ .avatar-2e8lTP[src*="331230694841909248"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
329
+ background-image: url('https://cdn.discordapp.com/emojis/635256436477132816.gif?v=1');}
330
+ .avatar-2e8lTP[src*="331230694841909248"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
331
+ content: "PANTOMATH";
332
+ animation: scaleIn .2s linear 1;
333
+ }
334
+
335
+ /* DarK' | */
336
+ .avatar-2e8lTP[src*="267316272650387457"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
337
+ background-image: url('https://media.tenor.com/images/d6121704077cd3184bbf7ef69815d83d/tenor.gif');}
338
+ .avatar-2e8lTP[src*="267316272650387457"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
339
+ content: "Clown";
340
+ animation: scaleIn .2s linear 1;
341
+ }
342
+
343
+ /* firmin */
344
+ .avatar-2e8lTP[src*="416371373464748051"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
345
+ background-image: url('https://cdn.discordapp.com/icons/741362812684861532/2468b05d6b609a3a1b6008af6d371477.png?size=2048');}
346
+ .avatar-2e8lTP[src*="416371373464748051"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
347
+ content: "NNetHeberg Staff";
348
+ animation: scaleIn .2s linear 1;
349
+ }
350
+
351
+ /* temp */
352
+ .avatar-2e8lTP[src*="351601894713589780"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
353
+ background-image: url('https://discord.com/assets/4c5a77a89716352686f590a6f014770c.svg');}
354
+ .avatar-2e8lTP[src*="351601894713589780"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
355
+ content: "yo i'm m. pop everything had moulded inton vloaks";
356
+ color: white;
357
+ background-color: #DA70D6;
358
+ animation: scaleIn .2s linear 1;
359
+ }
360
+
361
+ /* geedee */
362
+ .avatar-2e8lTP[src*="295164014462369792"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
363
+ background-image: url('https://raw.githubusercontent.com/MrGeeDee/remi-logo/main/remi.svg');}
364
+ .avatar-2e8lTP[src*="295164014462369792"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
365
+ content: "Remi User";
366
+ color: white;
367
+ background-color: #d94126;
368
+ animation: scaleIn .2s linear 1;
369
+ }
370
+
371
+ /* nass */
372
+ .avatar-2e8lTP[src*="788813671320518657"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
373
+ background-image: url('https://upload.wikimedia.org/wikipedia/commons/c/c3/Python-logo-notext.svg');}
374
+ .avatar-2e8lTP[src*="788813671320518657"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
375
+ content: "Python Developer";
376
+ color: white;
377
+ background-color: #387be0;
378
+ animation: scaleIn .2s linear 1;
379
+ }
380
+
381
+ /* joshix */
382
+ .avatar-2e8lTP[src*="564843886434975745"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
383
+ background-image: url('https://www.svgrepo.com/show/295320/checkmark.svg');}
384
+ .avatar-2e8lTP[src*="564843886434975745"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
385
+ content: "Checked";
386
+ color: white;
387
+ background-color: #00b8e6;
388
+ animation: scaleIn .2s linear 1;
389
+ }
390
+
391
+ /* FantomFancy */
392
+ .avatar-2e8lTP[src*="731225522075336755"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
393
+ background-image: url('https://www.svgrepo.com/show/314867/link-alternative.svg');}
394
+ .avatar-2e8lTP[src*="731225522075336755"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
395
+ content: "HFE";
396
+ color: white;
397
+ background-color: #e68200;
398
+ animation: scaleIn .2s linear 1;
399
+ }
400
+
401
+ /* Predator */
402
+ .avatar-2e8lTP[src*="716628359345471538"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
403
+ background-image: url('https://cdn.discordapp.com/attachments/795200201399730194/803155165368680458/iron-man57.png');}
404
+ .avatar-2e8lTP[src*="716628359345471538"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
405
+ content: "Love you 3000";
406
+ color: #ffa939;
407
+ background-color: #af0000;
408
+ animation: scaleIn .2s linear 1;
409
+ }
410
+
411
+ /* Keiran */
412
+ .avatar-2e8lTP[src*="287883914398400514"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
413
+ background-image: url('https://raw.githubusercontent.com/MrGeeDee/remi-logo/main/remi.svg');}
414
+ .avatar-2e8lTP[src*="287883914398400514"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
415
+ content: "Remi User";
416
+ color: white;
417
+ background-color: #d94126;
418
+ animation: scaleIn .2s linear 1;
419
+ }
420
+
421
+ /* cookster */
422
+ .avatar-2e8lTP[src*="340900973490995200"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
423
+ background-image: url('https://raw.githubusercontent.com/ImTehCookie/discordShit/90c9fc4082312ab05fa29cfd9eb436e071fafa8a/kisscc0-chocolate-chip-cookie-black-and-white-cookie-cooki-cookie-5b25d3d4cfdc10.1350345715292057168514.svg');}
424
+ .avatar-2e8lTP[src*="340900973490995200"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
425
+ content: "Remi User";
426
+ color: white;
427
+ background-color: #a35629;
428
+ animation: scaleIn .2s linear 1;
429
+ }
430
+
431
+ /* slinkous */
432
+ .avatar-2e8lTP[src*="492431284279181322"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
433
+ background-image: url('https://upload.wikimedia.org/wikipedia/commons/a/a5/Archlinux-icon-crystal-64.svg');}
434
+ .avatar-2e8lTP[src*="492431284279181322"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
435
+ content: "I use Arch, btw";
436
+ color: white;
437
+ background-color: #1a81cb;
438
+ animation: scaleIn .2s linear 1;
439
+ }
440
+
441
+ /* derMiepz */
442
+ .avatar-2e8lTP[src*="141932909480116224"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
443
+ background-image: url('https://cdn.discordapp.com/emojis/403546459561000961.png');}
444
+ .avatar-2e8lTP[src*="141932909480116224"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
445
+ content: " StreamElements | It's better.";
446
+ color: white;
447
+ background-color: #cc0000;
448
+ animation: scaleIn .2s linear 1;
449
+ }
450
+
451
+ /* Vince */
452
+ .avatar-2e8lTP[src*="723977420364840970"]+h3>.headerText-2z4IhQ>.username-h_Y3Us::after {
453
+ content: "";
454
+ background-image: url('https://cdn.discordapp.com/attachments/808009671423164437/808328899166863400/697995591921172532.gif');
455
+ }
456
+ .avatar-2e8lTP[src*="723977420364840970"]+h3>.headerText-2z4IhQ>.username-h_Y3Us:hover::after {
457
+ content: "Don't do anything";
458
+ color: black;
459
+ background-color: #fff;
460
+ animation: scaleIn .2s linear 1;
461
+ }
462
+
463
+ /* Please? */
464
+ .avatar-2e8lTP[src*="723055594403004458"]+h3>.headerText-2z4IhQ>.username-h_Y3Us::after {
465
+ content: "";
466
+ background-image: url('https://ch3rry.red/images/mufUFttb1.png');
467
+ }
468
+ .avatar-2e8lTP[src*="723055594403004458"]+h3>.headerText-2z4IhQ>.username-h_Y3Us:hover::after {
469
+ content: "Heartbeat";
470
+ color: black;
471
+ background-color: #e85656;
472
+ animation: scaleIn .2s linear 1;
473
+ }
474
+
475
+ /* ebullience */
476
+ .avatar-2e8lTP[src*="755163362400403507"]+h3>.headerText-2z4IhQ>.username-h_Y3Us::after {
477
+ content: "";
478
+ background-image: url('https://cdn.discordapp.com/attachments/755167341024641175/827913766733479936/YhTayI1.gif');
479
+ }
480
+ .avatar-2e8lTP[src*="755163362400403507"]+h3>.headerText-2z4IhQ>.username-h_Y3Us:hover::after {
481
+ content: "UGB Admin";
482
+ background-color: #000;
483
+ color: red;
484
+ animation: scaleIn .2s linear 1, rainbow 5s linear infinite;
485
+ }
486
+
487
+ /* slaplog */
488
+ .avatar-2e8lTP[src*="470265348260757511"]+h3>.headerText-2z4IhQ>.username-h_Y3Us::after {
489
+ content: "";
490
+ background-image: url('https://cdn.discordapp.com/emojis/796627278507278367.png');
491
+ }
492
+
493
+ .avatar-2e8lTP[src*="470265348260757511"]+h3>.headerText-2z4IhQ>.username-h_Y3Us:hover::after {
494
+ content: "Bruh Cult";
495
+ background-color: rgb(29, 87, 233);
496
+ color: white;
497
+ animation: scaleIn .2s linear 1;
498
+ }
499
+
500
+ /* potatoking */
501
+ .avatar-2e8lTP[src*="265400036509220866"]+h3>.headerText-2z4IhQ>.username-h_Y3Us::after {
502
+ content: "";
503
+ background-image: url('https://media.discordapp.net/attachments/512011694310948877/829859789538197524/yentThonkThinkSpin.gif');
504
+ }
505
+ .avatar-2e8lTP[src*="265400036509220866"]+h3>.headerText-2z4IhQ>.username-h_Y3Us:hover::after {
506
+ content: "Potato";
507
+ background-color: #eeeeee;
508
+ color: #00aa7f;
509
+ animation: scaleIn .2s linear 1;
510
+ }
511
+
512
+ /* blazerod */
513
+ .avatar-2e8lTP[src*="766759403365597235"]+h3>.headerText-2z4IhQ>.username-h_Y3Us::after {
514
+ content: "";
515
+ background-image: url('https://teamcofh.com/assets/images/thermal-foundation-2/basalz-powder.gif');
516
+ }
517
+
518
+ .avatar-2e8lTP[src*="766759403365597235"]+h3>.headerText-2z4IhQ>.username-h_Y3Us:hover::after {
519
+ content: "Exist";
520
+ background-color: #ff0400;
521
+ color: #FFD700;
522
+ animation: scaleIn .2s linear 1;
523
+ }
524
+
525
+ /* germ */
526
+ .avatar-2e8lTP[src*="769719386407567360"]+h3>.headerText-2z4IhQ>.username-h_Y3Us::after {
527
+ content: "";
528
+ background-image: url('https://cdn.discordapp.com/attachments/842194096848371727/842195197101342776/32ce812355e09cd9b958b7da9f6269ba.png');
529
+ }
530
+
531
+ .avatar-2e8lTP[src*="769719386407567360"]+h3>.headerText-2z4IhQ>.username-h_Y3Us:hover::after {
532
+ content: "sOb";
533
+ background-color: #001cff;
534
+ color: #000000;
535
+ animation: scaleIn .2s linear 1;
536
+ }
537
+
538
+ /* Keiretsu */
539
+ .avatar-2e8lTP[src*="514436990234656779"]+h3>.headerText-2z4IhQ>.username-h_Y3Us::after {
540
+ content: "";
541
+ background-image: url('https://i.imgur.com/B4GXxr2.gif');
542
+ }
543
+
544
+ .avatar-2e8lTP[src*="514436990234656779"]+h3>.headerText-2z4IhQ>.username-h_Y3Us:hover::after {
545
+ content: "chika";
546
+ background-color: #181c25;
547
+ color: #ffffff;
548
+ animation: scaleIn .2s linear 1;
549
+ }
550
+
551
+ /* The Flamer */
552
+ .avatar-2e8lTP[src*="462658397951623168"]+h3>.headerText-2z4IhQ>.username-h_Y3Us::after {
553
+ content: "";
554
+ background-image: url('https://i.ibb.co/T1gYqYX/The-Flamer-Logo.png');
555
+ }
556
+
557
+ .avatar-2e8lTP[src*="462658397951623168"]+h3>.headerText-2z4IhQ>.username-h_Y3Us:hover::after {
558
+ content: "The Flamer";
559
+ background-color: #000000;
560
+ color: #FF0000;
561
+ animation: scaleIn .2s linear 1;
562
+ }
563
+
564
+ /* wolfie */
565
+ .avatar-2e8lTP[src*="282978672711827456"]+h3>.headerText-2z4IhQ>.username-h_Y3Us::after {
566
+ content: "";
567
+ background-image: url('https://cdn.discordapp.com/emojis/842827641824477225.gif');
568
+ }
569
+
570
+ .avatar-2e8lTP[src*="282978672711827456"]+h3>.headerText-2z4IhQ>.username-h_Y3Us:hover::after {
571
+ content: "Best dev u will meet";
572
+ background-color: #03ffea;
573
+ color: #ffffff;
574
+ animation: scaleIn .2s linear 1;
575
+ }
576
+
577
+ /* kusakave */
578
+ .avatar-2e8lTP[src*="153617374388551680"]+h3>.headerText-2z4IhQ>.username-h_Y3Us::after {
579
+ content: "";
580
+ background-image: url('https://cdn.discordapp.com/attachments/843498694149013506/852992322023194634/Primogem.png');
581
+ }
582
+
583
+ .avatar-2e8lTP[src*="153617374388551680"]+h3>.headerText-2z4IhQ>.username-h_Y3Us:hover::after {
584
+ content: "Always a Leviathan";
585
+ background-color: #9932CC;
586
+ color: #ffffff;
587
+ animation: scaleIn .2s linear 1;
588
+ }
589
+
590
+ /* hola peter */
591
+ .avatar-2e8lTP[src*="721831770173079554"]+h3>.headerText-2z4IhQ>.username-h_Y3Us::after {
592
+ content: "";
593
+ background-image: url('https://cdn.discordapp.com/attachments/793127494806798387/875061390652624906/codedotspectrabadge.png');
594
+ }
595
+
596
+ .avatar-2e8lTP[src*="721831770173079554"]+h3>.headerText-2z4IhQ>.username-h_Y3Us:hover::after {
597
+ content: "Absolute Queen";
598
+ background-color: #fcd400;
599
+ color: #000;
600
+ animation: scaleIn .2s linear 1;
601
+ }
602
+
603
+ /* madmagic */
604
+ .avatar-2e8lTP[src*="401795293797941290"]+h3>.headerText-2z4IhQ>.username-h_Y3Us::after {
605
+ content: "";
606
+ background-image: url('https://media.discordapp.net/attachments/851706940673359873/886279724119236639/1631375796596.png');
607
+ }
608
+
609
+ .avatar-2e8lTP[src*="401795293797941290"]+h3>.headerText-2z4IhQ>.username-h_Y3Us:hover::after {
610
+ content: "Shark King";
611
+ background-color: #0071fd;
612
+ color: #000;
613
+ animation: scaleIn .2s linear 1;
614
+ }
615
+
616
+ /* christian */
617
+ .avatar-2e8lTP[src*="226447651917266944"]+h3>.headerText-2z4IhQ>.username-h_Y3Us::after {
618
+ content: "";
619
+ background-image: url('https://i.imgur.com/4HFMrJ3.png');
620
+ }
621
+
622
+ .avatar-2e8lTP[src*="226447651917266944"]+h3>.headerText-2z4IhQ>.username-h_Y3Us:hover::after {
623
+ content: "swag";
624
+ background-color: #252628;
625
+ color: #fff;
626
+ animation: scaleIn .2s linear 1;
627
+ }
628
+
629
+ /* Sypher */
630
+ .avatar-2e8lTP[src*="321332200668790786"]+h3>.headerText-2z4IhQ>.username-h_Y3Us::after {
631
+ content: "";
632
+ background-image: url('https://i.imgur.com/7kQcv3Q.gif');
633
+ }
634
+
635
+ .avatar-2e8lTP[src*="321332200668790786"]+h3>.headerText-2z4IhQ>.username-h_Y3Us:hover::after {
636
+ content: "Synergy Development";
637
+ animation: scaleIn .2s linear 1;
638
+ background-color: transparent;
639
+ color: #d078ff;
640
+ }
641
+
642
+ /*90gq29*/
643
+ .avatar-2e8lTP[src*="548537815026106390"]+h3>.headerText-2z4IhQ>.username-h_Y3Us::after {
644
+ content: "";
645
+ background-image: url('https://i.imgur.com/Gw2Rr0E.png');
646
+ }
647
+
648
+ .avatar-2e8lTP[src*="548537815026106390"]+h3>.headerText-2z4IhQ>.username-h_Y3Us:hover::after {
649
+ content: "Sus?";
650
+ animation: fadeIn .5s linear 1;
651
+ color: #ff8080;
652
+ width: 75px;
653
+ text-align: center;
654
+ background-color: transparent;
655
+ background-image: url('https://i.imgur.com/bzmEwnm.png') !important;
656
+ }
657
+
658
+ /*vatican*/
659
+ .avatar-2e8lTP[src*="531167082243686433"]+h3>.headerText-2z4IhQ>.username-h_Y3Us::after {
660
+ content: "";
661
+ background-image: url('https://cdn.discordapp.com/attachments/840032147444203550/977663573050400878/ring.gif');
662
+ }
663
+
664
+ .avatar-2e8lTP[src*="531167082243686433"]+h3>.headerText-2z4IhQ>.username-h_Y3Us:hover::after {
665
+ content: "</>";
666
+ animation: fadeIn .5s linear 1;
667
+ color: red;
668
+ width: 75px;
669
+ text-align: center;
670
+ background-color: black;
671
+ }
672
+
673
+ /*==|STREAMERS|==*/
674
+ /* mesicek */
675
+ .avatar-2e8lTP[src*="812242528677396491"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {
676
+ content: "";
677
+ background-image: url('https://i.imgur.com/DgupKzH.png');
678
+ }
679
+ .avatar-2e8lTP[src*="812242528677396491"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
680
+ content: "twitch.tv/moonie_ww";
681
+ animation: scaleIn .2s linear 1;
682
+ background-color: #6441a5;
683
+ color: #fff;
684
+ }
685
+ /* RubenSaurus */
686
+ .avatar-2e8lTP[src*="156048565058142208"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {
687
+ content: "";
688
+ background-image: url('https://i.imgur.com/DgupKzH.png');
689
+ }
690
+ .avatar-2e8lTP[src*="156048565058142208"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
691
+ content: "twitch.tv/rubensaurus";
692
+ animation: scaleIn .2s linear 1;
693
+ background-color: #6441a5;
694
+ color: #fff;
695
+ }
696
+
697
+ /* yummy */
698
+ .avatar-2e8lTP[src*="747918201613975673"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {
699
+ content: "";
700
+ background-image: url('https://i.imgur.com/DgupKzH.png');
701
+ }
702
+ .avatar-2e8lTP[src*="747918201613975673"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
703
+ content: "twitch.tv/yumsta";
704
+ animation: scaleIn .2s linear 1;
705
+ background-color: #6441a5;
706
+ color: #fff;
707
+ }
708
+
709
+ /* yb_concept */
710
+ .avatar-2e8lTP[src*="412185847379525632"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {
711
+ content: "";
712
+ background-image: url('https://i.imgur.com/DgupKzH.png');
713
+ }
714
+ .avatar-2e8lTP[src*="412185847379525632"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
715
+ content: "twitch.tv/yb_concept";
716
+ animation: scaleIn .2s linear 1;
717
+ background-color: #6441a5;
718
+ color: #fff;
719
+ }
720
+
721
+ /* valentinbraem */
722
+ .avatar-2e8lTP[src*="577574927893266433"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {
723
+ content: "";
724
+ background-image: url('https://i.imgur.com/DgupKzH.png');
725
+ }
726
+ .avatar-2e8lTP[src*="577574927893266433"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
727
+ content: "twitch.tv/valentinbraem";
728
+ animation: scaleIn .2s linear 1;
729
+ background-color: #6441a5;
730
+ color: #fff;
731
+ }
732
+
733
+ /* Mr.Nate */
734
+ .avatar-2e8lTP[src*="600047402807721984"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
735
+ background-image: url('https://i.imgur.com/DgupKzH.png');}
736
+ .avatar-2e8lTP[src*="600047402807721984"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
737
+ content: "twitch.tv/nategaming9535";
738
+ animation: scaleIn .2s linear 1;
739
+ background-color: #6441a5;
740
+ color: #fff;
741
+ }
742
+
743
+ /* [TLGC] はっぉ */
744
+ .avatar-2e8lTP[src*="233592823562240000"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
745
+ background-image: url('https://i.imgur.com/DgupKzH.png');}
746
+ .avatar-2e8lTP[src*="233592823562240000"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
747
+ content: "twitch.tv/noobmaster108";
748
+ animation: scaleIn .2s linear 1;
749
+ background-color: #6441a5;
750
+ color: #fff;
751
+ }
752
+
753
+ /* YoiLikeOrange */
754
+ .avatar-2e8lTP[src*="222915166319280128"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
755
+ background-image: url('https://i.imgur.com/DgupKzH.png');}
756
+ .avatar-2e8lTP[src*="222915166319280128"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
757
+ content: "twitch.tv/yoilikeorange";
758
+ animation: scaleIn .2s linear 1;
759
+ background-color: #6441a5;
760
+ color: #fff;
761
+ }
762
+
763
+ /* jsjhax34 */
764
+ .avatar-2e8lTP[src*="591994499069116417"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
765
+ background-image: url('https://i.imgur.com/DgupKzH.png');}
766
+ .avatar-2e8lTP[src*="591994499069116417"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
767
+ content: "twitch.tv/jsjfree34";
768
+ animation: scaleIn .2s linear 1;
769
+ background-color: #6441a5;
770
+ color: #fff;
771
+ }
772
+
773
+ /* andreww */
774
+ .avatar-2e8lTP[src*="255805278753259521"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
775
+ background-image: url('https://i.imgur.com/DgupKzH.png');}
776
+ .avatar-2e8lTP[src*="255805278753259521"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
777
+ content: "twitch.tv/moonie_ww";
778
+ animation: scaleIn .2s linear 1;
779
+ background-color: #6441a5;
780
+ color: #fff;
781
+ }
782
+
783
+ /* π––π–šπ–Žπ–‰π•Ώ */
784
+ .avatar-2e8lTP[src*="414104522592485378"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
785
+ background-image: url('https://i.imgur.com/DgupKzH.png');}
786
+ .avatar-2e8lTP[src*="414104522592485378"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
787
+ content: "twitch.tv/quidT_";
788
+ animation: scaleIn .2s linear 1;
789
+ background-color: #6441a5;
790
+ color: #fff;
791
+ }
792
+
793
+ /* betaRGB */
794
+ .avatar-2e8lTP[src*="131496952947802112"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us::after {content: "";
795
+ background-image: url('https://i.imgur.com/DgupKzH.png');}
796
+ .avatar-2e8lTP[src*="131496952947802112"] + h3 > .headerText-2z4IhQ > .username-h_Y3Us:hover::after {
797
+ content: "twitch.tv/betargb";
798
+ animation: scaleIn .2s linear 1;
799
+ background-color: #6441a5;
800
+ color: #fff;
801
+ }
802
+
803
+ /* LaunchpadByMike */
804
+ .avatar-2e8lTP[src*="324511224291393538"]+h3>.headerText-2z4IhQ>.username-h_Y3Us::after {
805
+ content: "";
806
+ background-image: url('https://i.imgur.com/DgupKzH.png');
807
+ }
808
+
809
+ .avatar-2e8lTP[src*="324511224291393538"]+h3>.headerText-2z4IhQ>.username-h_Y3Us:hover::after {
810
+ content: "twitch.tv/launchpadbymike";
811
+ animation: scaleIn .2s linear 1;
812
+ background-color: #6441a5;
813
+ color: #fff;
814
+ }