Skip to content

Realistic 2005 YouTube theme for BitVide by kaiserpug

Screenshot of Realistic 2005 YouTube theme for BitVide

Details

Authorkaiserpug

LicenseNo License

Categoryhttps://bitvide.com/

Created

Updated

Code size1.1 kB

Code checksum60120a2a

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Just as YouTube was meant to look, made as accurate as possible thanks to the wayback machine and old videos of the website

Notes

Changes the background, logo, player and more to be more accurate to YouTube in 2005

For an even more authentic experience, hover your cursor over the bar at the bottom of the bitvide website and click the settings button. Then select the "2005 experience" preset.

Source code

/* ==UserStyle==
@name           Realistic 2005 YouTube theme for BitVide
@namespace      github.com/openstyles/stylus
@version        1.3.2
@description    Just as YouTube was meant to look, made as accurate as possible thanks to the wayback machine and old videos of the website
@author         Anthony Muller
@-moz-document domain("bitvide.com") {
.logo
{
  content: url("https://files.catbox.moe/q4f5fl.png") !important;
    background-color:#fff0;
   width: 154px !important;
    height: 72px !important;

}
    .vol{
        display:none;
    }
    .player{
        box-shadow: inset 1.6px 1.6px 0.7px 0 rgba(255, 255, 255, 0), inset -1.6px -1.6px 0.7px 0 rgba(0,0,0,1);      
    }
    body{
        background-image: url('https://files.catbox.moe/djyqu6.gif');
    }
}
.seekie {
        background: linear-gradient(to bottom, #000, #222);
    }
    .seekbar {
        background: #4e4e4e00;
    }
 .header {
        
        border-top: 1px solid #69c;
        border-left: 1px solid #69c;
        border-right: 1px solid #69c;
        
        
    }
    .ta_bs a {
        height: 18px;
    }

Reviews

No reviews yet.