Addic7ed - Dark theme

Dark theme for Addic7ed.com

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला Tampermonkey, Greasemonkey किंवा Violentmonkey यासारखे एक्स्टेंशन इंस्टॉल करावे लागेल.

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

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला Tampermonkey किंवा Violentmonkey यासारखे एक्स्टेंशन इंस्टॉल करावे लागेल..

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

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला Tampermonkey यासारखे एक्स्टेंशन इंस्टॉल करावे लागेल..

ही स्क्रिप्ट इंस्टॉल करण्यासाठी तुम्हाला एक युझर स्क्रिप्ट व्यवस्थापक एक्स्टेंशन इंस्टॉल करावे लागेल.

(माझ्याकडे आधीच युझर स्क्रिप्ट व्यवस्थापक आहे, मला इंस्टॉल करू द्या!)

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला Stylus सारखे एक्स्टेंशन इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला Stylus सारखे एक्स्टेंशन इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला Stylus सारखे एक्स्टेंशन इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला एक युझर स्टाईल व्यवस्थापक इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला एक युझर स्टाईल व्यवस्थापक इंस्टॉल करावे लागेल.

ही स्टाईल इंस्टॉल करण्यासाठी तुम्हाला एक युझर स्टाईल व्यवस्थापक इंस्टॉल करावे लागेल.

(माझ्याकडे आधीच युझर स्टाईल व्यवस्थापक आहे, मला इंस्टॉल करू द्या!)

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