Files
chatrd/js/modules/youtube/module.css
2025-08-25 01:16:23 -04:00

57 lines
1.1 KiB
CSS

#chat .event.youtube .message {
background: rgba(255,0,0,0.75);
}
#chat .event.youtube.sticker .header {
padding: 5px 0;
text-align: center;
}
#chat .event.youtube.sticker .header img {
height: 128px;
}
#chat .item.kick .platform .hidden-platform {
background: rgba(255,0,0,1);
}
#chat .item.youtube span.badge {
display: inline-flex;
justify-content: center;
align-items: center;
vertical-align: top;
color: #FFF;
background: rgba(255,255,255);
width: 22px;
height: 22px;
font-size: 12px;
border-radius: 3px;
margin: 0 1px;
}
#chat .item.youtube span.badge.owner {
background: #FF0000;
}
#chat .item.youtube span.mod {
background: #5e84f1;
}
#chat .item.youtube span.member {
background: #2ba640;
}
#chat .item.youtube span.verified {
background: #aaa;
}
#chat .item.youtube.streamer .user {
background: #ffd600;
color: #121212 !important;
text-shadow: none;
box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
padding: 0 5px;
border-radius: 5px;
}
#statistics .platform#youtube { background: #FF0000; }