Set de pièce pour les blancs sur le thème de couleur jaune Pikachu
White - Jaune Pikachu - Poke Chess.com by Luckywi
Details
AuthorLuckywi
LicenseNONE
Categorychess.com
Created
Updated
Size1.2 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 White - Jaune Pikachu - Poke Chess.com
@namespace chess.com
@author LuckyWi
@description Set de pièce pour les blancs sur le thème de couleur jaune Pikachu
@version 20240724
@license NONE
@preprocessor stylus
@var select Roi "Roi" [ "Jirachi:Jirachi", "Regigigas:Regigigas"]
==/UserStyle==*/
/* lien de documentation https://github.com/openstyles/stylus/wiki/Writing-UserCSS */
@-moz-document domain("chess.com") {
.wp { background-image: url('https://root.kiwix.fr/Echecs/Jaune/J-Psykokwak.png') !important;}
.wr { background-image: url('https://root.kiwix.fr/Echecs/Jaune/J-Sablaireau.png') !important;}
.wn { background-image: url('https://root.kiwix.fr/Echecs/Jaune/J-Kadabra.png') !important;}
.wb { background-image: url('https://root.kiwix.fr/Echecs/Jaune/J-Pikachu.png') !important;}
.wq { background-image: url('https://root.kiwix.fr/Echecs/Jaune/J-Electhor.png') !important;}
if Roi == Jirachi {
.wk { background-image: url('https://root.kiwix.fr/Echecs/Jaune/J-Jirachi.png') !important;}
}
if Roi == Regigigas {
.wk { background-image: url('https://root.kiwix.fr/Echecs/Jaune/J-Regigigas.png') !important;}
}
}