Incestflix Better Layout

Maybe delete you browsing history when your done.

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

/* ==UserStyle==
@name           Incestflix Better Layout
@namespace      github.com/openstyles/stylus
@version        0.0.2
@description    Maybe delete you browsing history when your done.
@author         UglyBoi
@license        MIT
==/UserStyle== */

@-moz-document domain("incestflix.org") {
  
    :root {
    --scrollbar-background: #960000;
    --blue-night: #acacac;
    --red-day: #F8333C;
    --red-night: #3e0a0d;
    --green-day: #28B75C;
    --green-night: #591818;
    }
    #incflix-bodywrap {
    max-width: none;
    text-align: center;
    }
    #photos .img-overflow{
    margin: 1px;
    width: 445px !important;
    height: 250px!important;
    }
    #incflix-indexwrap {
    max-width: none;
    text-align: center;
    }
    #tables {
    text-align: left;
    padding: 0em 0.5em;
    max-width: none;
    }
    body > center:nth-child(4){
    display:none;
    }
    #incflix-header{
    position:absolute;
    top:-75px;
    }
    [class=headerlogo]{
    position:absolute;
    top:70px;
    left:0px;
    transform: scale(0.5);
    }
    #tagline{
    display:none!important;
    }
    #videotags {
    width: 100%;
    margin-top: 0em;
    text-align: left;
    }  
/* ============ SCROLLBAR ============ */
/* Sizing */
    ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

/* Track */
    ::-webkit-scrollbar-track {
      background: #c6c6c600;
    }
/* Track on hover */
    ::-webkit-scrollbar-track:hover {
      background: #c6c6c6;
    }
/* Handle */
    ::-webkit-scrollbar-thumb {
        background: var(--scrollbar-background);
    }
/* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
      background: #171717; 
    }
}