Incestflix Better Layout

Maybe delete you browsing history when your done.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Greasemonkey lub Violentmonkey.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana będzie instalacja rozszerzenia Tampermonkey lub Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

Aby zainstalować ten skrypt, musisz zainstalować rozszerzenie menedżera skryptów użytkownika.

(Mam już menedżera skryptów użytkownika, pozwól mi to zainstalować!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Musisz zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

(Mam już menedżera stylów użytkownika, pozwól mi to zainstalować!)

/* ==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; 
    }
}