Chess Set for Lichess
Lichess Niki V5.1 Evo by FernandoCustomDesigns
Details
AuthorFernandoCustomDesigns
LicenseAvailable for Lichess
CategoryLichess.org
Created
Updated
Size2.2 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 Lichess νίκη "niki" V5.1 Evo
@namespace USO Archive
@author FernandoCustomDesigns
@description 3D high quality textured vector graphics chess set
@version 5.1
@license Available for Lichess
@preprocessor uso
@-moz-document url-prefix("https://lichess.org/") {
==/UserStyle== */
/* i really want this to be global */
.is2d .bishop.black {
background-image: url('https://github.com/BrazilKing/Fernando-Custom-Designs/blob/Niki-5.1/bB.png?raw=true')!important;
}
.is2d .king.black {
background-image: url('https://github.com/BrazilKing/Fernando-Custom-Designs/blob/Niki-5.1/bK.png?raw=true')!important;
}
.is2d .knight.black {
background-image: url('https://github.com/BrazilKing/Fernando-Custom-Designs/blob/Niki-5.1/bN.png?raw=true')!important;
}
.is2d .pawn.black {
background-image: url('https://github.com/BrazilKing/Fernando-Custom-Designs/blob/Niki-5.1/bP.png?raw=true')!important;
}
.is2d .queen.black {
background-image: url('https://github.com/BrazilKing/Fernando-Custom-Designs/blob/Niki-5.1/bQ.png?raw=true')!important;
}
.is2d .rook.black {
background-image: url('https://github.com/BrazilKing/Fernando-Custom-Designs/blob/Niki-5.1/bR.png?raw=true')!important;
}
.is2d .bishop.white {
background-image: url('https://github.com/BrazilKing/Fernando-Custom-Designs/blob/Niki-5.1/wB.png?raw=true')!important;
}
.is2d .king.white {
background-image: url('https://github.com/BrazilKing/Fernando-Custom-Designs/blob/Niki-5.1/wK.png?raw=true')!important;
}
.is2d .knight.white {
background-image: url('https://github.com/BrazilKing/Fernando-Custom-Designs/blob/Niki-5.1/wN.png?raw=true')!important;
}
.is2d .pawn.white {
background-image: url('https://github.com/BrazilKing/Fernando-Custom-Designs/blob/Niki-5.1/wP.png?raw=true')!important;
}
.is2d .queen.white {
background-image: url('https://github.com/BrazilKing/Fernando-Custom-Designs/blob/Niki-5.1/wQ.png?raw=true')!important;
}
.is2d .rook.white {
background-image: url('https://github.com/BrazilKing/Fernando-Custom-Designs/blob/Niki-5.1/wR.png?raw=true')!important;
}