-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathNo Animation.css
More file actions
12 lines (12 loc) · 979 Bytes
/
No Animation.css
File metadata and controls
12 lines (12 loc) · 979 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
/***Two Images w/o Animation***/
/*User*/ li:not([data-userid='UserID']) { display:none; }
/*Avatar*/ img[class*="avatar"] { content:url("ImageURL"); }
/*Speaking*/ img[class*="avatarSpeaking"] { content:url("ImageURL2"); }
/*Flex Set*/ html, body, img, div, span, ul, li { display:flex; }
/*Center Image*/ html { height:100%; justify-content:center; }
/*Hide Scrollbars*/ body { overflow:hidden; }
/*List CSS*/ ul[class*="voiceStates"] { padding-inline:0; margin-block:0; }
/*List Item CSS*/ li[class*="voiceState"] { flex-direction:column; align-items:center; margin:0; height:unset; }
/*Avatar CSS*/ img[class*="avatar"] { width:100%; height:auto; border:0; border-radius:0; margin:0; float:unset; filter:brightness(50%); transition: all 0.2s ease-in-out; }
/*Speaking CSS*/ img[class*="avatarSpeaking"] { filter:brightness(95%); }
/*Username CSS*/ div[class*="user"] {position:absolute; text-align:center; padding:0; bottom:0; } span[class*="name"] { margin-bottom: 0.5em; }