-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtest.css
31 lines (26 loc) · 937 Bytes
/
test.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
li.voice-state:not([data-reactid*="452465370658373632"]) { display:none; }
.avatar {
content:url(https://cdn.discordapp.com/attachments/750025871955460237/816098506284204052/image0kk.png);
height:auto !important;
width:auto !important;
border-radius:0% !important;
filter: brightness(50%);
/*Change brightness to 100%, if you don’t want the image to dim*/
}
.speaking {
border-color:rgba(0,0,0,0) !important;
position:relative;
animation-name: speak-now;
animation-duration: 1s;
animation-fill-mode:forwards;
filter: brightness(100%);
content:url(https://cdn.discordapp.com/attachments/750025871955460237/816106149237489665/Crocs_talking.png);
}
@keyframes speak-now {
0% { bottom:0px; }
15% { bottom:10px; }
30% { bottom:0px; }
}
li.voice-state{ position: static; }
div.user{ position: absolute; left:40%; bottom:5%; }
body { background-color: rgba(0, 0, 0, 0); margin: 0px auto; overflow: hidden; }