@import url("https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css");
/* Background colors*/
body {
overflow: hidden;
background-color: rgba(128,0,255,0.23);
}
/* Transparent background. */
yt-live-chat-renderer {
background-color: transparent !important;
}
yt-live-chat-text-message-renderer,
yt-live-chat-text-message-renderer[is-highlighted] {
background-color: transparent !important;
}
yt-live-chat-text-message-renderer::after {
border: 2px solid rgba(204,204,204,1);
content: "";
position: absolute;
display: block;
left: 8px;
top: 4px;
bottom: 4px;
width: 1px;
box-sizing: border-box;
border-radius: 2px;
}
yt-live-chat-text-message-renderer[author-type="owner"],
yt-live-chat-text-message-renderer[author-type="owner"][is-highlighted] {
background-color: transparent !important;
}
yt-live-chat-text-message-renderer[author-type="owner"]::after {
border: 2px solid rgba(141,22,192,1);
content: "";
position: absolute;
display: block;
left: 8px;
top: 4px;
bottom: 4px;
width: 1px;
box-sizing: border-box;
border-radius: 2px;
}
yt-live-chat-text-message-renderer[author-type="moderator"],
yt-live-chat-text-message-renderer[author-type="moderator"][is-highlighted] {
background-color: transparent !important;
}
yt-live-chat-text-message-renderer[author-type="moderator"]::after {
border: 2px solid rgba(94,132,241,1);
content: "";
position: absolute;
display: block;
left: 8px;
top: 4px;
bottom: 4px;
width: 1px;
box-sizing: border-box;
border-radius: 2px;
}
yt-live-chat-text-message-renderer[author-type="member"],
yt-live-chat-text-message-renderer[author-type="member"][is-highlighted] {
background-color: transparent !important;
}
yt-live-chat-text-message-renderer[author-type="member"]::after {
border: 2px solid rgba(15,157,88,1);
content: "";
position: absolute;
display: block;
left: 8px;
top: 4px;
bottom: 4px;
width: 1px;
box-sizing: border-box;
border-radius: 2px;
}
yt-live-chat-author-chip #author-name {
background-color: transparent !important;
}
/* Outlines */
yt-live-chat-renderer * {
text-shadow: -2px -2px #400040,-2px -1px #400040,-2px 0px #400040,-2px 1px #400040,-2px 2px #400040,-1px -2px #400040,-1px -1px #400040,-1px 0px #400040,-1px 1px #400040,-1px 2px #400040,0px -2px #400040,0px -1px #400040,0px 0px #400040,0px 1px #400040,0px 2px #400040,1px -2px #400040,1px -1px #400040,1px 0px #400040,1px 1px #400040,1px 2px #400040,2px -2px #400040,2px -1p