The Illustrated Chess Pieces is a free asset pack containing art for 12 chess pieces drawn in a cartoony style.
Illustrated Chess Pieces by wtfchess
Details
Authorwtfchess
LicenseNo License
Categoryhttps://lichess.org/
Created
Updated
Size3.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Taken from this guy: https://joszs.itch.io/chess-pack
Source code
/* ==UserStyle==
@name Illustrated Chess Pieces
@namespace github.com/openstyles/stylus
@version 1.0.0
@description The Illustrated Chess Pieces is a free asset pack containing art for 12 chess pieces drawn in a cartoony style.
@author https://joszs.itch.io/chess-pack
==/UserStyle== */
@-moz-document domain("lichess.org") {
.is2d .white.pawn {
background-image: url(https://i.ibb.co/YNvWZvh/chess-pawn-white.png) !important;
background-size: 120% !important;
background-position: center !important;
}
.is2d .black.pawn {
background-image: url(https://i.ibb.co/MDhbpNq/chess-pawn-black.png) !important;
background-size: 120% !important;
background-position: center !important;
}
.is2d .white.queen {
background-image: url(https://i.ibb.co/L5RgQS6/chess-queen-white.png)!important;
background-size: 120% !important;
background-position: center !important;
}
.is2d .black.queen {
background-image: url(https://i.ibb.co/TP9nDmB/chess-queen-black.png) !important;
background-size: 120% !important;
background-position: center !important;
}
.is2d .white.king {
background-image: url(https://i.ibb.co/c347M04/chess-king-white.png) !important;
background-size: 105% !important;
background-position: center !important;
}
.is2d .black.king {
background-image: url(https://i.ibb.co/PjMv2cD/chess-king-black.png) !important;
background-size: 105% !important;
background-position: center !important;
}
.is2d .white.rook {
background-image: url(https://i.ibb.co/MGhrnmY/chess-rook-white.png) !important;
background-size: 120% !important;
background-position: center !important;
}
.is2d .black.rook {
background-image: url(https://i.ibb.co/1Q0V1jf/chess-rook-black.png) !important;
background-size: 120% !important;
background-position: center !important;
}
.is2d .white.knight {
background-image: url(https://i.ibb.co/swtDfHD/chess-knight-white.png) !important;
background-size: 120% !important;
background-position: center !important;
}
.is2d .black.knight {
background-image: url(https://i.ibb.co/n05sPG2/chess-knight-black.png) !important;
background-size: 120% !important;
background-position: center !important;
}
.is2d .white.bishop {
background-image: url(https://i.ibb.co/crMPgdC/chess-bishop-white.png) !important;
background-size: 120% !important;
background-position: center !important;
}
.is2d .black.bishop {
background-image: url(https://i.ibb.co/nfkWnf6/chess-bishop-black.png) !important;
background-size: 120% !important;
background-position: center !important;
}
}