Created
September 11, 2025 15:57
-
-
Save sandhikagalih/aa7472b809a89e8b6112c85876d5c294 to your computer and use it in GitHub Desktop.
CSS for WPU OBS Chat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @import url("https://fonts.googleapis.com/css?family=Changa One"); | |
| @import url("https://fonts.googleapis.com/css?family=Imprima"); | |
| /* Background colors*/ | |
| body { | |
| overflow: hidden; | |
| background-color: rgba(0,0,0,0); | |
| } | |
| /* 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[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="moderator"], | |
| yt-live-chat-text-message-renderer[author-type="moderator"][is-highlighted] { | |
| background-color: transparent !important; | |
| } | |
| 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-author-chip #author-name { | |
| background-color: transparent !important; | |
| } | |
| /* Outlines */ | |
| yt-live-chat-renderer * { | |
| font-family: "Imprima"; | |
| font-size: 24px !important; | |
| line-height: 24px !important; | |
| } | |
| yt-live-chat-text-message-renderer #content, | |
| yt-live-chat-legacy-paid-message-renderer #content { | |
| overflow: initial !important; | |
| } | |
| /* Hide scrollbar. */ | |
| yt-live-chat-item-list-renderer #items{ | |
| overflow: hidden !important; | |
| } | |
| yt-live-chat-item-list-renderer #item-scroller{ | |
| overflow: hidden !important; | |
| } | |
| /* Hide header and input. */ | |
| yt-live-chat-header-renderer, | |
| yt-live-chat-message-input-renderer { | |
| display: none !important; | |
| } | |
| /* Reduce side padding. */ | |
| yt-live-chat-text-message-renderer, | |
| yt-live-chat-legacy-paid-message-renderer { | |
| padding-left: 4px !important; | |
| padding-right: 4px !important; | |
| } | |
| yt-live-chat-paid-message-renderer #header { | |
| padding-left: 4px !important; | |
| padding-right: 4px !important; | |
| } | |
| /* Avatars. */ | |
| yt-live-chat-text-message-renderer #author-photo, | |
| yt-live-chat-paid-message-renderer #author-photo, | |
| yt-live-chat-legacy-paid-message-renderer #author-photo { | |
| display: none !important; | |
| width: 24px !important; | |
| height: 24px !important; | |
| border-radius: 24px !important; | |
| margin-right: 6px !important; | |
| } | |
| /* Hide badges. */ | |
| yt-live-chat-text-message-renderer #author-badges { | |
| display: none !important; | |
| vertical-align: text-top !important; | |
| } | |
| /* Timestamps. */ | |
| yt-live-chat-text-message-renderer #timestamp { | |
| color: #999999 !important; | |
| font-family: "Imprima"; | |
| font-size: 24px !important; | |
| line-height: 24px !important; | |
| } | |
| /* Badges. */ | |
| yt-live-chat-text-message-renderer #author-name[type="owner"], | |
| yt-live-chat-text-message-renderer #author-name.owner, | |
| yt-live-chat-text-message-renderer yt-live-chat-author-badge-renderer[type="owner"] { | |
| color: #ff522b !important; | |
| } | |
| yt-live-chat-text-message-renderer #author-name[type="moderator"], | |
| yt-live-chat-text-message-renderer #author-name.moderator, | |
| yt-live-chat-text-message-renderer yt-live-chat-author-badge-renderer[type="moderator"] { | |
| color: #5e84f1 !important; | |
| } | |
| yt-live-chat-text-message-renderer #author-name[type="member"], | |
| yt-live-chat-text-message-renderer #author-name.member, | |
| yt-live-chat-text-message-renderer yt-live-chat-author-badge-renderer[type="member"] { | |
| color: #0f9d58 !important; | |
| } | |
| /* Channel names. */ | |
| yt-live-chat-text-message-renderer #author-name { | |
| color: #00a375 !important; | |
| font-family: "Changa One"; | |
| font-size: 24px !important; | |
| line-height: 24px !important; | |
| } | |
| yt-live-chat-text-message-renderer #author-name::after { | |
| content: ":"; | |
| margin-left: 2px; | |
| } | |
| /* Messages. */ | |
| yt-live-chat-text-message-renderer #message, | |
| yt-live-chat-text-message-renderer #message * { | |
| color: #eee !important; | |
| font-family: "Imprima"; | |
| font-size: 24px !important; | |
| line-height: 24px !important; | |
| } | |
| /* SuperChat/Fan Funding Messages. */ | |
| yt-live-chat-paid-message-renderer #author-name, | |
| yt-live-chat-paid-message-renderer #author-name *, | |
| yt-live-chat-legacy-paid-message-renderer #event-text, | |
| yt-live-chat-legacy-paid-message-renderer #event-text * { | |
| color: #eee !important; | |
| font-family: "Imprima"; | |
| font-size: 24px !important; | |
| line-height: 24px !important; | |
| } | |
| yt-live-chat-paid-message-renderer #purchase-amount, | |
| yt-live-chat-paid-message-renderer #purchase-amount *, | |
| yt-live-chat-legacy-paid-message-renderer #detail-text, | |
| yt-live-chat-legacy-paid-message-renderer #detail-text * { | |
| color: #ffffff !important; | |
| font-family: "Imprima"; | |
| font-size: 24px !important; | |
| line-height: 24px !important; | |
| } | |
| yt-live-chat-paid-message-renderer #content, | |
| yt-live-chat-paid-message-renderer #content * { | |
| color: #ffffff !important; | |
| font-family: "Imprima"; | |
| font-size: 24px !important; | |
| line-height: 24px !important; | |
| } | |
| yt-live-chat-paid-message-renderer { | |
| margin: 4px 0 !important; | |
| } | |
| yt-live-chat-legacy-paid-message-renderer { | |
| background-color: #0f9d58 !important; | |
| margin: 4px 0 !important; | |
| } | |
| yt-live-chat-text-message-renderer a, | |
| yt-live-chat-legacy-paid-message-renderer a { | |
| text-decoration: none !important; | |
| } | |
| yt-live-chat-text-message-renderer[is-deleted], | |
| yt-live-chat-legacy-paid-message-renderer[is-deleted] { | |
| display: none !important; | |
| } | |
| yt-live-chat-ticker-renderer { | |
| background-color: transparent !important; | |
| box-shadow: none !important; | |
| } | |
| yt-live-chat-ticker-renderer { | |
| display: none !important; | |
| } | |
| yt-live-chat-ticker-paid-message-item-renderer, | |
| yt-live-chat-ticker-paid-message-item-renderer *, | |
| yt-live-chat-ticker-sponsor-item-renderer, | |
| yt-live-chat-ticker-sponsor-item-renderer * { | |
| color: #ffffff !important; | |
| font-family: "Imprima"; | |
| } | |
| yt-live-chat-mode-change-message-renderer, | |
| yt-live-chat-viewer-engagement-message-renderer, | |
| yt-live-chat-restricted-participation-renderer { | |
| display: none !important; | |
| } | |
| yt-live-chat-banner-manager { | |
| display: none !important; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment