lichess pieces custom style
TBG by fritzischach
Details
Authorfritzischach
LicenseNo License
CategoryChess
Created
Updated
Size1.9 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 TBG
@version 20220726.19.26
@namespace userstyles.world/user/fritzischach
@description lichess pieces custom style
@author fritzischach
@license No License
==/UserStyle== */
@-moz-document domain("lichess.org") {
/* ==UserStyle==
@name TBG
@version 20220726.14.30
@namespace userstyles.world/user/fritzischach
@description lichess pieces custom style
@author fritzischach
@license No License
==/UserStyle== */
}
@-moz-document url-prefix("http://lichess.org") {
.is2d .pawn.white
{
background-image: url("https://i.imgur.com/9TQgbgY.png")!important;
}
.is2d .knight.white
{
background-image: url("https://i.imgur.com/zeXDcl7.png")!important;
}
.is2d .bishop.white
{
background-image: url("https://i.imgur.com/v65yiit.png")!important;
}
.is2d .rook.white
{
background-image: url("https://i.imgur.com/hDddLE6.png")!important;
}
.is2d .queen.white
{
background-image: url("https://i.imgur.com/kK3Oqtj.png")!important;
}
.is2d .king.white
{
background-image: url("https://i.imgur.com/5mDDm6Y.png")!important;
}
.is2d .pawn.black
{
background-image: url("https://i.imgur.com/HR3vVP1.png")!important;
}
.is2d .knight.black
{
background-image: url("https://i.imgur.com/pOPP1jE.png")!important;
}
.is2d .bishop.black
{
background-image: url("https://i.imgur.com/NIw4tF7.png")!important;
}
.is2d .rook.black
{
background-image: url("https://i.imgur.com/Qgu1O4o.png")!important;
}
.is2d .queen.black
{
background-image: url("https://i.imgur.com/YqQZWoy.png")!important;
}
.is2d .king.black
{
background-image: url("https://i.imgur.com/5mDDm6Y.png")!important;
}
.cg-square.last-move
{
background-color: rgba(255, 255, 0, 0.141)!important;
}
}