Addic7ed - Dark theme

Dark theme for Addic7ed.com

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

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

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

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

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

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

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.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

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