Skip to content

Qootee Piece Set by zaphroz

Screenshot of Qootee Piece Set

Details

Authorzaphroz

LicenseCC-BY

Categorychess.com, lichess.org

Created

Updated

Size2.7 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A custom chess set for Chess.com and Lichess.org designed by Zaphroz.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==

@name Qootee Piece Set
@namespace github.com/openstyles/stylus
@author Zaphroz
@description A Custom Set of Chess Pieces for Chess.com & Lichess.org
@version 1.1.0
@license Creative Commons Attribution 4.0 International License

==/UserStyle== */

/* This part is for Chess.com */

@-moz-document domain("chess.com") 

/* Black Pieces */

{
.piece.bp {
background-image: url("https://i.imgur.com/nh0XM1R.png")!important;
}

.piece.bn {
background-image: url("https://i.imgur.com/NxOEFbC.png")!important;
}

.piece.bb {
background-image: url("https://i.imgur.com/XRqGiAX.png")!important;
}

.piece.br {
background-image: url("https://i.imgur.com/FMIclv8.png")!important;
}

.piece.bk {
background-image: url("https://i.imgur.com/RxNvr5T.png")!important;
}

.piece.bq {
background-image: url("https://i.imgur.com/93qKv2S.png")!important;
}

/* White Pieces */

.piece.wp {
background-image: url("https://i.imgur.com/hdbBCeC.png")!important;
}

.piece.wn {
background-image: url("https://i.imgur.com/3p0dJNA.png")!important;
}

.piece.wb {
background-image: url("https://i.imgur.com/WncT6tQ.png")!important;
}

.piece.wr {
background-image: url("https://i.imgur.com/gGpdsHt.png")!important;
}

.piece.wk {
background-image: url("https://i.imgur.com/fUQsmpC.png")!important;
}

.piece.wq {
background-image: url("https://i.imgur.com/BaBKHLc.png")!important;
}

}

/* This part is for Lichess.org */

@-moz-document domain("lichess.org")

/* Black Pieces */

{
piece.pawn.black {
background-image: url("https://i.imgur.com/nh0XM1R.png")!important;
}

piece.knight.black {
background-image: url("https://i.imgur.com/NxOEFbC.png")!important;
}

piece.bishop.black {
background-image: url("https://i.imgur.com/XRqGiAX.png")!important;
}

piece.rook.black {
background-image: url("https://i.imgur.com/FMIclv8.png")!important;
}

piece.king.black {
background-image: url("https://i.imgur.com/RxNvr5T.png")!important;
}

piece.queen.black {
background-image: url("https://i.imgur.com/93qKv2S.png")!important;
}

/* White Pieces */

piece.pawn.white {
background-image: url("https://i.imgur.com/hdbBCeC.png")!important;
}

piece.knight.white {
background-image: url("https://i.imgur.com/3p0dJNA.png")!important;
}

piece.bishop.white {
background-image: url("https://i.imgur.com/WncT6tQ.png")!important;
}

piece.rook.white {
background-image: url("https://i.imgur.com/gGpdsHt.png")!important;
}

piece.king.white {
background-image: url("https://i.imgur.com/fUQsmpC.png")!important;
}

piece.queen.white {
background-image: url("https://i.imgur.com/BaBKHLc.png")!important;
}

}

Reviews

No reviews yet.