sync from github
This commit is contained in:
34
js/modules/twitch/module.css
Normal file
34
js/modules/twitch/module.css
Normal file
@@ -0,0 +1,34 @@
|
||||
#chat .item.announcement.twitch .message {
|
||||
background: rgba(145,70,255,0.75);
|
||||
}
|
||||
|
||||
#chat .item.twitch .platform .hidden-platform {
|
||||
background: rgba(145,70,255,1);
|
||||
}
|
||||
|
||||
#chat .item.announcement.twitch.green .message {
|
||||
background: linear-gradient(to bottom, rgba(0,219,132,0.75),rgba(87,190,230,0.75));
|
||||
}
|
||||
|
||||
#chat .item.announcement.twitch.purple .message {
|
||||
background: linear-gradient(to bottom, rgba(145,70,255,0.75),rgba(255,117,230,0.75));
|
||||
}
|
||||
|
||||
#chat .item.announcement.twitch.orange .message {
|
||||
background: linear-gradient(to bottom, rgba(255, 179, 26,0.75),rgba(224,224,0,0.75));
|
||||
}
|
||||
|
||||
#chat .item.announcement.twitch.blue .message {
|
||||
background: linear-gradient(to bottom, rgba(0,214,214,0.75),rgba(145,70,255,0.75));
|
||||
}
|
||||
|
||||
#chat .event.twitch .message {
|
||||
background: rgba(145,70,255,0.75);
|
||||
}
|
||||
|
||||
#chat .item img.gigantified {
|
||||
display: block;
|
||||
height: 96px;
|
||||
}
|
||||
|
||||
#statistics .platform#twitch { background: #a970ff; }
|
Reference in New Issue
Block a user