Skip to content

Youtube hara theme by hara28122004

Details

Authorhara28122004

LicenseNo License

CategoryYoutube

Created

Updated

Size2.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Youtube

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Youtube hara theme
@version      20211117.12.48
@namespace    userstyles.world/user/hara28122004
@description  Youtube
@author       hara28122004
@license      No License
==/UserStyle== */

@-moz-document domain("youtube.com") {
/*Bg chính*/
body {
    background: url(https://cdn.discordapp.com/attachments/859801914405421090/877374789126348800/get_thumbnail.png);
    background-attachment: fixed;
    background-size: cover;
    background-blend-mode: darken !important;
    background-color: rgba(0,0,0,0.6) !important;
    font-family: Itim !important;
}

html:not(#⁠){
    background: transparent !important;
    
}
:not(.iv-drawer) {
    background-color: transparent!important;
    color: #FFFFFF!important
}
/*--------------Thanh search bar-------------------*/
#container.ytd-searchbox {
    background-color: rgba(0, 0, 0, 0.2) !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 17px 0 0 17px;
}
/*----------------LOGO-------------------------*/
yt-icon.ytd-topbar-logo-renderer {
    fill-opacity: 0;
    background: url("https://media.discordapp.net/attachments/752775319139647560/896354033961431080/54414346_90x90.gif?width=346&height=287") center center/100% no-repeat;
    max-width: 70px;
    max-height: 100px;
}
/*---------------Scroll---------------------*/

/*----------------Thanh side bên cạnh---------------*/
#guide-content.ytd-app,
ytd-mini-guide-renderer,
ytd-mini-guide-entry-renderer {
    background: #0000
}
.guide-icon.ytd-guide-entry-renderer {
    filter: drop-shadow(0px 0px 0px var(--yadtheme))
}

ytd-compact-video-renderer:not([watch-feed-big-thumbs]) ytd-thumbnail.ytd-compact-video-renderer:hover {
    box-shadow: 0 0 7px 1px var(--yadtheme);
}
ytd-compact-link-renderer[compact-link-style=compact-link-style-type-settings-sidebar][active] {
    background: #FF5A5A14
}
/*-------------------------*/
/*Thanh thời gian video*/
.ytp-scrubber-button {
    background: url("https://media.discordapp.net/attachments/752775319139647560/897859176661938176/skukid.gif?width=126&height=120")! important;
    background-repeat: no-repeat! important;
    width: 126px! important;
    height: 90px! important;
    margin-left: -75px! important;
    margin-top: -67px! important;
    transform: scale(0.6)! important;
}
/*Khung video*/
.html5-video-player{
    border-radius: 30px;
    border-color: #fff !important;
    border: 5px;
    box-shadow: 0 0 20px #e2e2e2;
}
}

Reviews

No reviews yet.