this userstyle makes it so that in vidlii you will have the 2005 - 2010 youtube logo without a slogan.
2005 - 2011 youtube logo for vidlii WITH NO SLOGAN by teg219
Details
Authorteg219
LicenseNo License
Categoryvidlii.com
Created
Updated
Size921 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name VidLii - Broadcast Yourself YT Logo Header
@namespace USO Archive
@author 11RyanC
@description `Replaces the default logo with the 2008 YouTube logo.`
@version 20170901.21.38
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document domain("www.vidlii.com")
{
.logo img
{
height: 0px !important;
width: 0px !important;
padding-left: 125px !important;
padding-top: 65px !important;
background: url(https://i.imgur.com/BKV3kpU.png) no-repeat !important;
}
#hd_vidlii
{
height: 0x !important;
width: 0px !important;
padding-left: 152px !important;
padding-top: 62px !important;
background: url(https://i.imgur.com/BKV3kpU.png) no-repeat !important;
left: 3px;
}
}
.pr_hd_wrapper {
margin: 0 auto;
padding: 42px 0 0;
width: 1000px;
}
/* i really want this to be global */