ADDED Ko-Fi, Fourthwall, TipeeeStream and Patreon

This commit is contained in:
Rodrigo Emanuel
2025-05-14 17:58:19 -03:00
committed by GitHub
parent ad95369878
commit e103df9e3f
17 changed files with 953 additions and 21 deletions

View File

@@ -360,6 +360,84 @@ body {
#chat .message.patreon.event > div {
background: #ff5900;
background: linear-gradient(180deg,rgba(255, 89, 0, 1) 0%, rgba(199, 70, 0, 1) 100%);
}
#chat .message.tipeeestream.event > div {
background: #E02F44;
background: linear-gradient(180deg,rgba(224, 47, 68, 1) 0%, rgba(140, 35, 47, 1) 100%);
}
#chat .message.kofi.event > div {
background: #72A5F2;
background: linear-gradient(180deg,rgba(114, 165, 242, 1) 0%, rgba(81, 115, 166, 1) 100%);
}
#chat .message.fourthwall.event.order > div .platform { order: 1; }
#chat .message.fourthwall.event.order > div .image {
order: 2;
width: max-content;
height: 72px;
filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.25));
padding: 5px 10px 5px 0;
}
#chat .message.fourthwall.event.order > div .image img {
width: max-content;
height: 100%;
border-radius: 5px;
}
#chat .message.fourthwall.event.order > div .info { order: 3; }
#chat .message.fourthwall.event.order.giantimage > div {
flex-wrap: wrap;
}
#chat .message.fourthwall.event.order.giantimage > div .platform { order: 2; }
#chat .message.fourthwall.event.order.giantimage > div .image {
order: 1;
flex: 0 0 100%;
height: 202px;
text-align: center;
margin: 10px 0;
}
#chat .message.fourthwall.event.order.giantimage > div .image img {
width: max-content;
height: 192px;
}
#chat .message.fourthwall.event.order.giantimage > div .info { order: 3; }
#chat .message.fourthwall.event > div {
background: #0044ff;
background: linear-gradient(180deg,rgba(0, 68, 255, 1) 0%, rgba(0, 47, 176, 1) 100%);
}
#chat.horizontal {
display: flex;