Changes the logo and recolors the player to be more like Youtube. For use with my BITVIEW 2010 theme
Youtube Logo for Bitview 2010 by griffenhiggins
Details
Authorgriffenhiggins
LicenseNo License
Categoryhttps://www.bitview.net/
Created
Updated
Size651 B
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 Logo for Bitview 2010
@version 20240111.17.21
@namespace ?
==/UserStyle== */
@-moz-document domain("www.bitview.net") {
.logo {
content: url("https://cdn.discordapp.com/attachments/900162994686787594/1195047254843740240/youtubelogo.png?ex=65b2917c&is=65a01c7c&hm=92a3f1334f3775a71df5a4de0498c8bdb600e64064f152bc864ef42818cc1dc4&")
}
#masthead-search {
margin-left: 11px;
}
.vlPlayer2009.tealBt .vlPosition {
filter: brightness(90%);
}
.vlPlayer2009 .vlControls {
filter: hue-rotate(525deg)
}
.vlPlayer2009 .vlEndScreenBtn {
filter: hue-rotate(527deg) saturate(450%) !important;
}
}