Addic7ed - Dark theme

Dark theme for Addic7ed.com

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 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);
    }
}