custom piece lichess style messbecher
messbecher lichess style 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 messbecher lichess style
@version 20220727.14.28
@namespace userstyles.world/user/fritzischach
@description custom piece lichess style messbecher
@author fritzischach
@license No License
==/UserStyle== */
/* ==UserStyle==
@name lichess.org - Messbecher - Custom Piece Style by fritzischach
@version 20220727.14.30
@namespace userstyles.world/user/fritzischach
@description lichess pieces custom style
@author fritzischach
@license No License
==/UserStyle== */
@-moz-document url-prefix("http://example.com") {
@moz-document domain("lichess.org")
{
.is2d .pawn.white
{
background-image: url("https://imgur.com/a/58BBjJy.png")!important;
}
.is2d .knight.white
{
background-image: url("https://imgur.com/a/58BBjJy.png")!important;
}
.is2d .bishop.white
{
background-image: url("https://imgur.com/a/58BBjJy.png")!important;
}
.is2d .rook.white
{
background-image: url("https://imgur.com/a/58BBjJy.png")!important;
}
.is2d .queen.white
{
background-image: url("https://imgur.com/a/58BBjJy.png")!important;
}
.is2d .king.white
{
background-image: url("https://imgur.com/a/58BBjJy.png")!important;
}
.is2d .pawn.black
{
background-image: url("https://imgur.com/a/58BBjJy.png")!important;
}
.is2d .knight.black
{
background-image: url("https://imgur.com/a/58BBjJy.png")!important;
}
.is2d .bishop.black
{
background-image: url("https://imgur.com/a/58BBjJy.png")!important;
}
.is2d .rook.black
{
background-image: url("https://imgur.com/a/58BBjJy.png")!important;
}
.is2d .queen.black
{
background-image: url("https://imgur.com/a/58BBjJy.png")!important;
}
.is2d .king.black
{
background-image: url("https://imgur.com/a/58BBjJy.png")!important;
}
.cg-square.last-move
{
background-color: rgba(255, 255, 0, 0.141)!important;
}
}
}