Skip to content

invidious.fdn.fr by neoabs

Details

Authorneoabs

LicenseNo License

Categoryuserstyles

Created

Updated

Size4.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

some colors to make it more neutral looking

Notes

sd

Source code

/* ==UserStyle==
@name         Invidious override
@version      20231121.12.29
@namespace    ?
==/UserStyle== */

@-moz-document domain("invidious.fdn.fr"), domain("yewtu.be"), domain("vid.puffyan.us"), domain("invidious.projectsegfau.lt"), domain("invidious.slipfox.xyz"), domain("invidious.privacydev.net"), domain("vid.priv.au"), domain("iv.melmac.space"), domain("iv.ggtyler.dev"), domain("invidious.lunar.icu"), domain("inv.zzls.xyz"), domain("inv.tux.pizza"), domain("invidious.protokolla.fi"), domain("iv.nboeck.de"), domain("invidious.private.coffee"), domain("yt.drgnz.club"), domain("iv.datura.network"), domain("invidious.perennialte.ch"), domain("yt.cdaut.de"), domain("invidious.drgns.space"), domain("inv.us.projectsegfau.lt"), domain("invidious.einfachzocken.eu"), domain("invidious.nerdvpn.de"), domain("inv.n8pjl.ca"), domain("youtube.owacon.moe") {
    body {
        background-color: #4C6BAD66;
        letter-spacing: .1px;
        text-rendering: optimizeLegibility;
        color: #966636;
        margin: 0 7.5vw;
    }
    .navbar{
        margin: 1px 0 1px;
    }
    .pure-u-md-1-12, .pure-u-md-2-24 {
        width: 0%;
    }
    #contents {
        width: auto;
    }
    
    div#contents.pure-u-1.pure-u-md-20-24 div.h-box h3 {
        /* line-height: 0px;
        height: 0;
        */
        margin: 0;
    }
    div#contents.pure-u-1.pure-u-md-20-24 div.pure-g div.pure-u-1.pure-u-lg-3-5 div.h-box div#comments.comments div h3 {
        line-height: 2.4rem !important;
        height: auto;
        margin: auto;
    }
    /*
    #player-container {
        height: calc(100vh - 14rem) !important;
        width:auto !important;
        padding: 0 !important;
    html.ltzjpeou.idc0_350 body.no-theme div.pure-g div#contents.pure-u-1.pure-u-md-20-24 div.h-box h3
    }
    #player {
        height: calc(100vh - 14rem) !important;
        width: auto !important;
        padding: 0rem !important;
    }
    */
    #player-container {
        max-height: calc(100vh - 4rem) !important;
        height: calc(85vw * 0.5625) !important;
        width: 85vw !important;
        padding: 0rem !important;
    }
    #player {
        max-height: calc(100vh - 4rem) !important;
        height: calc(85vw * 0.5625) !important;
        width: 85vw !important;
        padding: 0rem !important;
    }

    .no-theme footer,
    .no-theme footer a {
        color: #966636aa !important;
    }
    .no-theme footer a:hover,
    .no-theme footer a:active,
    .no-theme footer a:focus{
        color: #966636aa !important;
    }
    .no-theme a {
        color: #293A5D
    }
    .no-theme a:hover,
    .no-theme a:active,
    .no-theme a:focus {
        color: #293A5D !important;
        text-shadow: -1px 2px 4px #ffffff, 0px 0px 24px #ffffff, 0px 0px 12px #ffffff;
    }
    .playlist-restricted {
        min-height: 12.5vh;
        max-height: 75vh;        
        height: auto !important;
        width: auto;
        background-color: #293A5D;
        padding-left: 0.4rem
    }
    
    img.thumbnail {
        max-height: 7.5vh;
        width: auto !important;
        max-width: 15rem;
        display: block;
        margin-left: auto;
        margin-right: auto;
        

    }
    #playlist .thumbnail .length {
        width: fit-content;
        margin-left: auto;
        margin-top: -1.05rem !important;
        margin-bottom: 0rem !important;
        background-color: #000;
    
        
        /*
        border: none;
        
        padding: 0;
        background-color: transparent !important;
        text-shadow: 0px 0px 8px #000, -2px -2px #000, 2px 2px #000, 2px -2px #000, -2px 2px #000;
        
        */
    }
    #playlist {
        background-color: #293A5D12;
    }
     .h-box > a[href^="/watch?"], .no-theme .playlist-restricted > ol > li > a {
        color: #B7C3DE;

    }
    li.pure-menu-item{
        border: none;
        border-bottom: dotted #4C6BADaa 2px;
        margin-bottom: 4px;
    }
    
    li.pure-menu-item p {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    div#playlist.h-box div.pure-menu.pure-menu-scrollable.playlist-restricted ol.pure-menu-list li.pure-menu-item a p {
        color: #B7C3DE;
    }
    div#contents.pure-u-1.pure-u-md-20-24 div.pure-g div.pure-u-1.pure-u-lg-1-5 div#playlist.h-box h3 {
        padding: 2rem 1rem 2rem;
        text-align: center;
        size:auto;
    }
}

Reviews

No reviews yet.