YouTube logo userstyle for VisBit.co made by BoredWithADHD.
VidBit.co - YouTube logo by shockawer

Details
Authorshockawer
LicenseNo License
Categoryvibit.co
Created
Updated
Code size1.5 kB
Code checksum3e380ecf
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name www.vidbit.co - 9/4/2022, 12:36:20 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://www.vidbit.co") {
#masthead #logo button {
width: 85px;
height: 35px;
background-position: 0 0;
}
#logoimg {
background: transparent url(https://i.imgur.com/Re6IqOf.png) no-repeat scroll 0 0;
background-size: 79px;
width: 85px!important;
}
#masthead #region-and-language-picker-links-wrapper {
width: 200px;
}
#masthead #region-and-language-picker-links-wrapper {
float: left;
padding: 0 0 0 0px;
}
#masthead #logo {
float: left;
display: block;
margin-bottom: -2px;
}
button.QLIcon, button.QLIconImg, button.QLIconImgOver, button.QLIconImgDone {
width: 25px;
height: 25px;
margin-top: -6px;
}
.jw-buffer {
background-color: #b57676;
}
.jw-background-color {
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #cecece 100%);
background: -webkit-linear-gradient(top, #ffffff 0%,#cecece 100%);
background: linear-gradient(to bottom, #ffffff 0%,#c5c5c5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cecece',GradientType=0 );
border: 1.5px solid #b1b1b1;
}
.jw-rail {
background-color: hsl(0deg 0% 61%);
}
}