A userstyle for https://subrocks.aesthetiful.com/ that makes it look like 2012 YT
Original userstyle by tersiswilvin
AuthorTheDuke2007
LicenseNo License
Categoryhttps://subrocks.aesthetiful.com/
Created
Updated
Size2.5 kB
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
A userstyle for https://subrocks.aesthetiful.com/ that makes it look like 2012 YT
Original userstyle by tersiswilvin
/* ==UserStyle==
@name youtube branding for aesthetiful subrocks
@version 20230504.21.49
@namespace ?
==/UserStyle== */
/* ==UserStyle==
@name YouTube Branding for Aesthetiful's Subrocks
@version 1.0
@namespace userstyles.world/user/tersiswilvin
@description Original style was by tersiswilvin
@author TheDuke2007
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://subrocks.aesthetiful.com/"), url-prefix("http://subrocks.aesthetiful.com/") {
#logo {
display: block;
background: no-repeat url(http://s.ytimg.com/yt/imgbin/www-refresh-vflMLqC23.png) -114px -51px;
width: 100px;
height: 40px;
}
#footer-logo img {
opacity: .6;
background: no-repeat url(http://s.ytimg.com/yt/imgbin/www-refresh-vflMLqC23.png) -58px -93px;
width: 93px;
height: 40px;
}
#footer-logo:hover img {
opacity: 1;
}
#footer-logo:after {
content: '© 2012 YouTube, LLC';
margin-top: 14px;
display: block;
font-size: 10px;
text-align: center;
color: #666;
cursor: text;
}
#page .first h3.guide-item-container .guide-item .display-name {
font-size: 0
}
#page .first h3.guide-item-container .guide-item .display-name:after {
content: 'From YouTube';
font-size: 11px;
display: inline-block;
line-height: 1.2em;
width: 115px;
}
#feed #feed-system-youtube .feed-header.no-metadata .feed-header-details h2 {
font-size: 0;
height: 34px;
}
#feed #feed-system-youtube .feed-header.no-metadata .feed-header-details h2:after {
content: 'From YouTube';
font-size: 15px;
line-height: 34px;
cursor: text;
}
#masthead-expanded .with-sandbar #masthead-expanded-menu .masthead-expanded-menu-header {
font-size: 0
}
#masthead-expanded .with-sandbar #masthead-expanded-menu .masthead-expanded-menu-header:after {
content: 'YouTube';
font-size: 12px;
font-weight: 700;
cursor: text;
}
#masthead-expanded-menu-google-column1 .masthead-expanded-menu-item:nth-child(2) a {
font-size: 0;
}
#masthead-expanded-menu-google-column1 .masthead-expanded-menu-item:nth-child(2) a:after {
content: 'Google+';
font-size: 12px;
}
a:hover {
text-decoration: underline;
}
#watch-player {
-moz-transition: width,height 0.2s ease-in-out;
-o-transition: width,height 0.2s ease-in-out;
-webkit-transition: width,height 0.2s ease-in-out;
}
}