You are on page 1of 2

/* Import Font */

@font-face {
font-family: "Medula One", cursive;
src: url('https://fonts.googleapis.com/css2?family=Medula+One&display=swap');
}

/* General Settings */

body {
color: #FFFFFF!important;
margin: 0 auto!important;
overflow: hidden!important;
text-shadow:
-1px -1px 1px #000000,
-1px 1px 1px #000000,
1px -1px 1px #000000,
1px 1px 1px #000000!important;
}

/* Remove the background */

html, body,
.room-selector, .room-selector__header,
.twilight-minimal-root, .tw-root--theme-light,
.popout-chat-page, .chat-room, .tw-c-background-alt,
.chat-container, .ember-chat-container {
background: rgba(0,0,0,0)!important;
background-color: rgba(0,0,0,0)!important;
}

/* Font Size & Color */

.ember-chat .chat-messages .chat-line {


font-size: 15px!important;
line-height: 5px!important;
}

.chat-container, .ember-chat-container {
color: #FFFFFF!important;
}

/* Chat Text */

.chat-line__message {
color: #FFFFFF;
white-space: wrap;
letter-spacing: 3px;
float: left;
width: 100%;
}

html {
font-size: 100% !important;
}

/* Badge Removal */
/*
img.badge[alt="Broadcaster"],
img.badge[alt="Moderator"],
img.badge[alt="Subscriber"],
*/
img.badge[alt="Twitch Prime"],
img.badge[alt="Turbo"],
img.badge[alt="Verified"]
{
display: none!important;
}

/* Remove the header section */

.ember-chat .chat-room {
top: 0!important;
}

.ember-chat .chat-header, .room-selector__header {


display: none!important;
}

.ember-chat .chat-messages .chat-line.admin {


display: none!important;
}

/* Remove the footer section */

.ember-chat .chat-room, .chat-input {


display: none!important;
bottom: -112px!important;
}

/* Hide the "Welcome to the chat room!" message. */

.chat-line__status {
visibility: hidden;
}

/* Small fix to remove the "Stream Chat" Header and the Gift/Cheer Leaderboard
header */

.stream-chat-header, .channel-leaderboard {
display: none !important;
}

/* Small fix to remove the "Chat" bottom */

.chat-input {
display: none!important;
visibility: collapse;
}

You might also like