3D Chess set for Lichess
Lichess Niki (beta) 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
@namespace USO Archive
@author FernandoCustomDesigns
@description 3D Chess set
@version 2.1
@license Available for Lichess
@preprocessor uso
==/UserStyle== */
/* i really want this to be global */
.is2d .bishop.black {
background-image: url('https://github.com/BrazilKing/Fernando-Custom-Designs/raw/refs/heads/Niki-2.1/bB.svg')!important;
}
.is2d .king.black {
background-image: url('https://raw.githubusercontent.com/BrazilKing/Fernando-Custom-Designs/refs/heads/Niki-2.1/bK.svg')!important;
}
.is2d .knight.black {
background-image: url('https://raw.githubusercontent.com/BrazilKing/Fernando-Custom-Designs/refs/heads/Niki-2.1/bN.svg')!important;
}
.is2d .pawn.black {
background-image: url('https://raw.githubusercontent.com/BrazilKing/Fernando-Custom-Designs/refs/heads/Niki-2.1/bP.svg')!important;
}
.is2d .queen.black {
background-image: url('https://raw.githubusercontent.com/BrazilKing/Fernando-Custom-Designs/refs/heads/Niki-2.1/bQ.svg')!important;
}
.is2d .rook.black {
background-image: url('https://raw.githubusercontent.com/BrazilKing/Fernando-Custom-Designs/refs/heads/Niki-2.1/bR.svg')!important;
}
.is2d .bishop.white {
background-image: url('https://raw.githubusercontent.com/BrazilKing/Fernando-Custom-Designs/refs/heads/Niki-2.1/wB.svg')!important;
}
.is2d .king.white {
background-image: url('https://raw.githubusercontent.com/BrazilKing/Fernando-Custom-Designs/refs/heads/Niki-2.1/wK.svg')!important;
}
.is2d .knight.white {
background-image: url('https://raw.githubusercontent.com/BrazilKing/Fernando-Custom-Designs/refs/heads/Niki-2.1/wN.svg')!important;
}
.is2d .pawn.white {
background-image: url('https://raw.githubusercontent.com/BrazilKing/Fernando-Custom-Designs/refs/heads/Niki-2.1/wP.svg')!important;
}
.is2d .queen.white {
background-image: url('https://raw.githubusercontent.com/BrazilKing/Fernando-Custom-Designs/refs/heads/Niki-2.1/wQ.svg')!important;
}
.is2d .rook.white {
background-image: url('https://raw.githubusercontent.com/BrazilKing/Fernando-Custom-Designs/refs/heads/Niki-2.1/wR.svg')!important;
}