Set de pièce pour les blanc sur le thème de couleur blanc Miaous
White - Blanc Lugia - 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 - Blanc Lugia- Poke Chess.com
@namespace chess.com
@author LuckyWi
@description Set de pièce pour les blanc sur le thème de couleur blanc Lugia
@version 20240724
@license NONE
@preprocessor stylus
@var select Reine "Reine" [ "Lugia:Lugia", "Mewtwo:Mewtwo"]
==/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/Blanc/W-Otaria.png') !important;}
.wr { background-image: url('https://root.kiwix.fr/Echecs/Blanc/W-Onix.png') !important;}
.wn { background-image: url('https://root.kiwix.fr/Echecs/Blanc/W-Galopa_Galar.png') !important;}
.wb { background-image: url('https://root.kiwix.fr/Echecs/Blanc/W-Lapyro.png') !important;}
if Reine == Lugia {
.wq { background-image: url('https://root.kiwix.fr/Echecs/Blanc/W-Lugia.png') !important;}
}
if Reine == Mewtwo {
.wq { background-image: url('https://root.kiwix.fr/Echecs/Blanc/W-Mewtwo.png') !important;}
}
.wk { background-image: url('https://root.kiwix.fr/Echecs/Blanc/W-Miaous.png') !important;}
}