Set de pièces pour les noirs sur le thème de couleur noir Noctalie
Black - Noir Noctalie - Poke Chess.com by Luckywi
Details
AuthorLuckywi
LicenseNONE
Categorychess.com
Created
Updated
Size1.3 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/*==UserStyle==
@name Black - Noir Marshadow- Poke Chess.com
@namespace chess.com
@author LuckyWi
@description Set de pièce pour les noir sur le thème de couleur noir Noctalie
@version 20240724
@license NONE
@preprocessor stylus
@var select Reine "Reine" [ "Ectoplasma_Gigamax:Ectoplasma_Gigamax", "MewTwo_Shadow:MewTwo_Shadow"]
==/UserStyle==*/
/* lien de documentation https://github.com/openstyles/stylus/wiki/Writing-UserCSS */
@-moz-document domain("chess.com") {
.bp { background-image: url('https://root.kiwix.fr/Echecs/Noir/N-Fantominus.png') !important;}
.br { background-image: url('https://root.kiwix.fr/Echecs/Noir/N-Grolem.png') !important;}
.bn { background-image: url('https://root.kiwix.fr/Echecs/Noir/N-Noctalie.png') !important;}
.bb { background-image: url('https://root.kiwix.fr/Echecs/Noir/N-Farfuret.png') !important;}
if Reine == Ectoplasma_Gigamax {
.bq { background-image: url('https://root.kiwix.fr/Echecs/Noir/N-Ectoplasma.png') !important;}
}
if Reine == MewTwo_Shadow {
.bq { background-image: url('https://root.kiwix.fr/Echecs/Noir/N-MewTwo-Shadow.png') !important;}
}
.bk { background-image: url('https://root.kiwix.fr/Echecs/Noir/N-Marshadow.png') !important;}
}