lichess staunty pieces for chess.com
chess.com staunty by Khitiara
Details
AuthorKhitiara
LicenseCC Zero
Categorychess.com
Created
Updated
Size2.0 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 chess.com staunty
@version 20231213.21.01
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://www.chess.com/") {
/* White Pieces */
.piece.wp, .promotion-piece.wp {
background-image: url("https://github.com/lichess-org/lila/raw/master/public/piece/staunty/wP.svg") !important;
}
.piece.wn, .promotion-piece.wn {
background-image: url("https://github.com/lichess-org/lila/raw/master/public/piece/staunty/wN.svg") !important;
}
.piece.wb, .promotion-piece.wb {
background-image: url("https://github.com/lichess-org/lila/raw/master/public/piece/staunty/wB.svg") !important;
}
.piece.wr, .promotion-piece.wr {
background-image: url("https://github.com/lichess-org/lila/raw/master/public/piece/staunty/wR.svg") !important;
}
.piece.wq, .promotion-piece.wq {
background-image: url("https://github.com/lichess-org/lila/raw/master/public/piece/staunty/wQ.svg") !important;
}
.piece.wk, .promotion-piece.wk {
background-image: url("https://github.com/lichess-org/lila/raw/master/public/piece/staunty/wK.svg") !important;
}
/* Black Pieces */
.piece.bp, .promotion-piece.bp {
background-image: url("https://github.com/lichess-org/lila/raw/master/public/piece/staunty/bP.svg") !important;
}
.piece.bn, .promotion-piece.bn {
background-image: url("https://github.com/lichess-org/lila/raw/master/public/piece/staunty/bN.svg") !important;
}
.piece.bb, .promotion-piece.bb {
background-image: url("https://github.com/lichess-org/lila/raw/master/public/piece/staunty/bB.svg") !important;
}
.piece.br, .promotion-piece.br {
background-image: url("https://github.com/lichess-org/lila/raw/master/public/piece/staunty/bR.svg") !important;
}
.piece.bq, .promotion-piece.bq {
background-image: url("https://github.com/lichess-org/lila/raw/master/public/piece/staunty/bQ.svg") !important;
}
.piece.bk, .promotion-piece.bk {
background-image: url("https://github.com/lichess-org/lila/raw/master/public/piece/staunty/bK.svg") !important;
}
}