Incredibly simple theme with 100% no practical use.
2007 PLAYER FOR TUBELIOUS by griffenhiggins
Details
Authorgriffenhiggins
LicenseNo License
Categoryhttp://tubelious.xyz/
Created
Updated
Size923 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
If you're having any technical issues: no you aren't.
Source code
/* ==UserStyle==
@name 2007 PLAYER FOR TUBELIOUS
@version 20240501.05.07
@namespace ?
==/UserStyle== */
@-moz-document domain("tubelious.xyz") {
#flashcontent {
border: 1px solid #ccc0;
}
.playerScreen {
width: 450px;
height: 340px;
margin-top: -10px;
}
.controlBackground {
margin-top: -0px;
height: 25px;
width: 450px;
}
.controlContainer {
background: linear-gradient(#f0f0f0 30%, #a6a6a6 100%);
height: 25px;
width: 450px;
}
.seekProgress::-moz-progress-bar {
background: linear-gradient(#ffdede 25%, #fc2c2c 50%);
}
.seekProgress {
background: linear-gradient(#b04444 30%, #b62626 100%);
height: 7px;
margin-top: -5px;
}
.lBtnContainer {
background: linear-gradient(#fcfcfc 30%, #787878 100%);
padding-top: 4px;
padding-left: 5px;
padding-right: 3px;
border-radius: 3px;
}
.rBtnContainer {
margin-top: 4px;
}
#playIcon, #pauseIcon, #muteIcon {
height: 13px;
}
}