/* Hide anyone not specifically mentioned */ li.voice-state:not([data-reactid*="401099722863149066"]) { display: none; } /* Avatar Blocks */ .avatar[data-reactid*="401099722863149066"] { content: url(https://cdn.discordapp.com/attachments/883546615841972256/887382697880723456/BEAUTYLADYA-2.png); filter: brightness(100%); } .speaking[data-reactid*="401099722863149066"] { content: url(https://cdn.discordapp.com/attachments/883546615841972256/887382704209924246/BEAUTYLADYB-2.png); } /* Universal styles. Avoid editing these! */ .voice-states { display: flex; flex-direction: row-reverse; } .voice-state { flex: 0; } .avatar { height: 500px !important; width: auto !important; border-radius: 0% !important; float: unset !important; position: relative; filter: brightness(50%); } .avatar.speaking { border-color: rgba(0, 0, 0, 0) !important; animation-name: speak-now; animation-duration: 1s; animation-fill-mode: forwards; filter: brightness(100%); } body { background-color: rgba(0, 0, 0, 0); margin: 0px auto; overflow: hidden; } @keyframes speak-now { 0% { bottom: 0px; } 15% { bottom: 10px; } 30% { bottom: 0px; } }