Affrontez vos adversaires avec Pokémons favoris !
MAJ 24/07/24
Dans cette V3 j'ai dissocié les set de pièce du background pour plus d'options dans les sets...
Background prairie - Poke Chess.com by Luckywi
Details
AuthorLuckywi
LicenseNo License
Categorychess.com
Created
Updated
Size916 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Only work on chess.com
Source code
/*==UserStyle==
@name Background prairie - Poke Chess.com
@namespace chess.com
@author LuckyWi
@description background prairie
@version 20240724
@license NONE
==/UserStyle==*/
/* lien de documentation https://github.com/openstyles/stylus/wiki/Writing-UserCSS */
@-moz-document domain("chess.com") {
#board-vs-personalities { background-image: url('https://root.kiwix.fr/Echecs/Map.jpg') !important;}
#board { background-image: url('https://root.kiwix.fr/Echecs/Map.jpg') !important;}
#board-single { background-image: url('https://root.kiwix.fr/Echecs/Map.jpg') !important;}
#board-play-computer { background-image: url('https://root.kiwix.fr/Echecs/Map.jpg') !important;}
.theme-background { background-image: url('https://root.kiwix.fr/Echecs/Background.jpg') !important;}
.sprite::before { background-image: url('https://root.kiwix.fr/Echecs/Logo.png') !important;}
}