Makes BitVide look more like YouTube in early 2005.
YouTube theme for BitVide by RasburCompany
Details
AuthorRasburCompany
LicenseNo License
Categorybitvide
Created
Updated
Size859 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
2.0.0
Player update:
Removed fullscreen button and volume slider.
And added bevel effect.
1.0.0
Added original background and YouTube logo with white background like a original.
Source code
/* ==UserStyle==
@name YouTube theme for BitVide
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Makes Bitvise look more like YouTube in early 2005
@author Rasbur
==/UserStyle== */
@-moz-document domain("bitvide.com") {
.logo
{
content: url("https://web.archive.org/web/20050429024525im_/https://www.youtube.com/img/logo.gif") !important;
background-color:white;
width: 154px !important;
height: 72px !important;
}
.fullscreen{
display:none;
}
.vol{
display:none;
}
.player{
box-shadow: inset 1.6px 1.6px 0.7px 0 rgba(255,255,255,1), inset -1.6px -1.6px 0.7px 0 rgba(0,0,0,1);
}
body{
background-image: url('https://web.archive.org/web/20050428204651im_/http://www.youtube.com/img/bg.gif');
}
}