Scryfall Darkmode

Black background for Scryfall.

Bu betiği kurabilmeniz için Tampermonkey, Greasemonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Userscripts gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

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

Bu komut dosyasını yüklemek için bir kullanıcı komut dosyası yöneticisi uzantısı yüklemeniz gerekecek.

(Zaten bir kullanıcı komut dosyası yöneticim var, kurmama izin verin!)

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.

(Zateb bir user-style yöneticim var, yükleyeyim!)

/* ==UserStyle==
@name        Scryfall Darkmode
@description Black background for Scryfall.
@author      Korakys
@namespace   scryfall.com
@version     2.0.1
@license     CC0
 
==/UserStyle== */
 
@-moz-document domain("scryfall.com")
{

#main, #footer, .search-controls, .search-controls-mobile, .search-info, .card-profile, .rulings, .card-text, .homepage, .form-layout, .advanced-search-submit-bottom {
   background: #000;
   background-color: #000;
}
.rulings a[href], .search-controls-display-options > label, .search-info a[href], .search-info strong {
   filter: brightness(2);
}
.card-text a[href] {
   color: #c688ff;
}
.rulings, .card-text, .checklist td > a, .checklist td > span, .form-layout label {
   color: #eee;
}
.search-info {
   color: #888;
}
.footer-legal {
   color: #666;
}
#footer {
   border-top: 1px dashed #CDCDCD;
}
.advanced-search-submit-bottom {
   border-top: 1px solid #902bd8 !important;
}
/* Pesky non-standard symbols, like paws, energy, etc */
.card-symbol-P, .card-symbol-E, .card-symbol-TK {
   filter: invert(1);
}
.form-row-label svg, .advanced-search-subjoiner {
   filter: brightness(2);
}
.button-n, .prints-table, .reference-jump, .reference-block {
   background-color: #bbb
}

img.card {
   border: 1px solid #666;
}

}