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);
    }
}