Skip to content

BetaTube bs by tester

Details

Authortester

LicenseNo License

Categorybetatube

Created

Updated

Size2.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

sfa

Notes

d

Source code

/* ==UserStyle==
@name         YouTube Branding for BetaTube
@version      v0.5-1
@namespace    betatube.net
@description  Replaces All marks of BetaTube with YouTube **ONLY WORKS WITH COSMIC PANDA**
@author       hdamn
@license      No License
==/UserStyle== */
@-moz-document domain("betatube.net") {
#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: 'Settings';
    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;
}

Reviews

No reviews yet.