Addic7ed - Dark theme

Dark theme for Addic7ed.com

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

You will need to install an extension such as Tampermonkey to install this 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           Addic7ed - Dark theme
@namespace      1N07
@version        1.0.0
@description    Dark theme for Addic7ed.com
@author         1N07
==/UserStyle== */

@-moz-document domain("addic7ed.com") {
    html,
    body,
    table,
    #header
    {
        background-color: #00242F;
        color: white;
    }
    
    #footermenu > a
    {
        color: #FFF !important;
    }
    #footermenu > a:hover
    {
        color: #AAA !important;
        background-color: rgba(0,0,0,0);
    }
    
    .c100
    {
        filter: invert(100.0%);
    }
    .c100 span a, .c100 span a:visited
    {
        color: rgb(189, 169, 8);
    }
    .c100 .slice .bar
    {
        border-color: rgb(189, 169, 8);
    }
    
    img[src="https://www.addic7ed.com/images/addic7edlogonew.png"],
    img[src="https://www.addic7ed.com/friends/addic7ed.png"]
    {
        filter: invert();
    }
    
    select, input, .inputCool, button
    {
        background-color: #333;
        color: white;
        border-color: #555;
    }
    
    .white, .white:visited
    {
        color: white;
        background-image: none;
        background-color: #111;
    }
    .white:hover, .white:active
    {
        background: none;
        background-color: #222;
    }

    .NewsTitle, .language
    {
        background-color: rgba(0,0,0,0);
    }
    
    #season table tbody tr.epeven:nth-child(2n+1)
    {
        background-color: #1c1c1c;
    }
    #season table tbody tr.epeven:nth-child(2n)
    {
        background-color: #252525;
    }
    
    #langs table tbody tr:nth-child(2n+1)
    {
        background-color: rgba(0,0,0,.35);
    }
    
    .tabel,
    .tabel70,
    .tabel95,
    .tabel50
    {
        border-radius: 10px;
        background-color: rgba(0,0,0,.5);
        color: white;
    }
    .tabel90, .tabel70 .tabel95, .tabel95 .tabel95,
    form[name="login"] .tabel,
    form[name="login"] td[background],
    form[action="dologin.php"] > .tabel70,
    .aztitle
    {
        background-image: none;
        background-color: rgba(0,0,0,0);
    }
    
    img[src="images/top.png"]
    {
        filter: grayscale(100%) invert(100%);
    }
    
    .tablecorner > img
    {
        display: none;
    }
    img[src="https://www.addic7ed.com/images/linea.jpg"]
    {
        opacity: 0;
    }
    
    a.gris:link
    {
        color: #AAA;
    }
    
    a, .version
    {
        color: rgb(158, 158, 255);
    }
    a:visited
    {
        color: rgb(188, 127, 255);
    }
    a:active
    {
        color: rgb(255, 113, 113);
    }
}