Youtube Theme inspired by the old Youtube Gaming website/app
Youtube Gaming Design by kast

Details
Authorkast
LicenseNo License
CategoryYoutube, Material, Gaming
Created
Updated
Code size4.7 kB
Code checksum6185c0e8
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Youtube Gaming Design
@namespace userstyles.world
@version 1.0.0
==/UserStyle== */
@-moz-document domain("youtube.com") {
#masthead {
background-color: #333333;
box-shadow: 0 2px 4px 0 rgba(18, 18, 18, 0.18);
height: 64px;
padding-top: 4px;
}
#header.ytd-app {
height: 64px;
}
yt-chip-cloud-renderer[is-dark-theme] #right-arrow.yt-chip-cloud-renderer:before {
background: linear-gradient(to left,#222222 10%,rgba(51,51,51,0) 90%);
}
yt-chip-cloud-renderer[is-dark-theme] #left-arrow.yt-chip-cloud-renderer:after {
background: linear-gradient(to right,#222222 10%,rgba(24,24,24,0) 90%);
}
#left-arrow-button.yt-chip-cloud-renderer, #right-arrow-button.yt-chip-cloud-renderer, ytd-browse[page-subtype=channels], ytd-page-manager>*.ytd-page-manager {
background-color: #222222;
}
#channel-container.ytd-c4-tabbed-header-renderer, #tabs-container.ytd-c4-tabbed-header-renderer, #channel-header.ytd-c4-tabbed-header-renderer, #tabs-inner-container, #guide-content.ytd-app {
background-color: #333333 !important;
}
#guide-content.ytd-app, ytd-mini-guide-renderer.ytd-app {
margin-top: 0;
}
ytd-app[guide-persistent-and-visible] #guide-content.ytd-app, ytd-app[guide-persistent-and-visible] ytd-mini-guide-renderer.ytd-app {
margin-top: 12px !important;
}
#page-manager.ytd-app, #header.ytd-c4-tabbed-header-renderer {
margin-top: 68px;
}
#tabs-inner-container{
box-shadow: 0 2px 4px 0 rgba(18, 18, 18, 0.3);
}
g.yt-icon g.yt-icon path:not(path ~ path) {
fill: white !important;
}
g.yt-icon g.yt-icon path {
fill: #333333;
}
#youtube-red-paths path {
fill: white;
}
#search-icon-legacy.ytd-searchbox {
display: none;
}
#container.ytd-searchbox {
background-color: #292929;
border: 0;
box-shadow: 0 10px 20px 0 rgba(0,0,0,0.18) !important;
border-radius: 2px;
padding: 12px;
outline: none !important;
height: 20px;
}
#voice-search-button {
display: none !important;
}
div.ytd-topbar-logo-renderer {
background-image: url(https://streamersquare.com/wp-content/uploads/2019/09/youtube_gaming_logo_png_1554762.png);
background-size: 55%;
background-repeat: no-repeat;
background-position-y: center;
width: 70px;
height: 40px;
margin-left: 16px;
margin-top: 2px;
}
#country-code {
display: none;
}
.ytd-topbar-logo-renderer ytd-logo {
display: none;
}
#header.ytd-rich-grid-renderer {
display: none;
}
ytd-searchbox[has-focus] #container.ytd-searchbox {
border: 0;
padding: 12px 12px 12px 40px;
}
ytd-watch-flexy[flexy][is-two-columns_] #columns.ytd-watch-flexy, ytd-rich-grid-renderer, ytd-watch-flexy[flexy] {
background-color: #222;
}
tp-yt-paper-button.ytd-subscribe-button-renderer {
background-color: #363636 !important;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
border-radius: 0px;
height: 42px;
}
ytd-multi-page-menu-renderer {
background-color: #181818;
}
ytd-simple-menu-header-renderer, ytd-active-account-header-renderer, #info-bar.ytd-miniplayer, .header.ytd-playlist-panel-renderer {
background-color: #282828;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
border: none;
}
ytd-app[style="--ytd-app-fullerscreen-scrollbar-width:17px; --ytd-masthead-height:0px;"] {
margin-top: -68px;
}
ytd-app[style="--ytd-app-fullerscreen-scrollbar-width:17px; --ytd-masthead-height:56px;"] {
margin-top: 0;
}
ytd-watch-flexy[flexy][is-two-columns_][is-extra-wide-video_] #primary.ytd-watch-flexy, ytd-watch-flexy[flexy][is-two-columns_][is-four-three-to-sixteen-nine-video_] #primary.ytd-watch-flexy {
max-width: 100%;
}
.sbdd_b, .sbsb_a {
background: #292929;
border: none;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.sbfl_b {
background: #292929;
width: 100%;
padding: 8px;
color: white !important;
padding-left: 0;
}
.sbsb_d:hover, .sbfl_b:hover, .sbsb_d {
background: #222;
color: white !important;
}
.gsfs, .sbpqs_a {
color: white !important;
height: 36px;
display: flex;
align-items: center;
}
.sbqs_c:before, .sbpqs_a:before {
display: none;
}
}