Scryfall Darkmode

Black background for Scryfall.

スクリプトをインストールするには、Tampermonkey, GreasemonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyUserscripts のような拡張機能のインストールが必要です。

このスクリプトをインストールするには、Tampermonkeyなどの拡張機能をインストールする必要があります。

このスクリプトをインストールするには、ユーザースクリプト管理ツールの拡張機能をインストールする必要があります。

(ユーザースクリプト管理ツールは設定済みなのでインストール!)

このスタイルをインストールするには、Stylusなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus などの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus tなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

(ユーザースタイル管理ツールは設定済みなのでインストール!)

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
/* ==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;
}

}