experiment
lichess monarchy piece set by slither77
Details
Authorslither77
LicenseNo License
Categorylichess.org
Created
Updated
Size1.7 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
@-moz-document url-prefix("https://lichess.org/") {
}
/* ==UserStyle==
@name lichess custom pieces (global)
@namespace USO Archive
@author Slither77
@description sleek pieces
@version 20230427.19.17
@license Lichess/Slither77
@preprocessor uso
==/UserStyle== */
.is2d .pawn.white {
background-image: url('https://i.imgur.com/jXKuBCa.png')!important;
}
.is2d .knight.white {
background-image: url('https://i.imgur.com/BZUEGrc.png')!important;
}
.is2d .bishop.white {
background-image: url('https://i.imgur.com/tan6SbZ.png')!important;
}
.is2d .rook.white {
background-image: url('https://i.imgur.com/WT7kDzY.png')!important;
}
.is2d .queen.white {
background-image: url('https://i.imgur.com/Xz9q9D6.png')!important;
}
.is2d .king.white {
background-image: url('https://i.imgur.com/PR5qVvn.png')!important;
}
.is2d .pawn.black {
background-image: url('https://i.imgur.com/QU5uwL8.png')!important;
}
.is2d .knight.black {
background-image: url("https://i.imgur.com/Ugx268i.png")!important;
}
.is2d .bishop.black {
background-image: url('https://i.imgur.com/fdOx7BV.png')!important;
}
.is2d .rook.black {
background-image: url('https://i.imgur.com/dSXOJcM.png')!important;
}
.is2d .queen.black {
background-image: url('https://i.imgur.com/YhdZNyZ.png')!important;
}
.is2d .king.black {
background-image: url('https://i.imgur.com/CTA7KaL.png')!important;
}
@media (prefers-reduced-motion: no-preference) and (min-height: 600px) {
html.transp body>header {
border: none;
background: none;
}
}