Transforms BitVide into 2005 YouTube.
YouTube 2005 for BitVide by ADHD

Details
AuthorADHD
LicenseNo License
CategoryBitVide.com
Created
Updated
Code size1.4 kB
Code checksum2d68114
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name YouTube 2005 for BitVide
@namespace https://userstyles.world/user/ADHD
@version 1.0
@description Transforms BitVide into 2005 YouTube.
@author ADHD
@license No License
==/UserStyle== */
/* Begin style definitions */
@-moz-document domain("bitvide.com") {
/* Custom Image for Header */
.in_hed img {
content: url(https://i.imgur.com/t540lQY.png);
}
/* Seekbar Styles */
.seekie {
background: linear-gradient(to bottom, #91c9ff, #3e5d7c);
}
.seekbar {
background: #484848;
}
/* Text Anchor Height for .ta_bs */
.ta_bs a {
height: 18px;
}
/* Header Styles */
.header {
height: 130.16px;
border-top: 1px solid #69c;
border-left: 1px solid #69c;
border-right: 1px solid #69c;
background: linear-gradient(to bottom, #3e5d7c 7%, #6699cc 40%, #75a4d1 99%, #FFF 100%);
border-radius: 8px 8px 0px 0px;
}
/* Body Background Image */
body {
background-image: url(https://i.imgur.com/qPRFQ4t.png);
background-repeat: repeat; /* Ensures the image repeats both horizontally and vertically */
background-position: top left; /* Optional: Aligns the image at the top-left corner */
}
} /* End style definitions */