GL&HF :)
Lichess - Blindfold Lv. 4 by MMyers
Details
AuthorMMyers
LicenseNo License
CategoryLichess.org
Created
Updated
Size1.6 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 - Blindfold Lv. 4
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("lichess.org")
{
square.oc.move-dest
{
background: radial-gradient(transparent 0%, transparent 80%, rgba(255,176,0,0.3) 80%);
}
square.selected
{
background-color: rgba(255,176,0,0.5);
}
square.last-move
{
will-change: transform;
background-color: rgba(255,176,0,0.5);
}
square.move-dest
{
background: radial-gradient(rgba(255,176,0,0.5) 19%, rgba(0,0,0,0) 20%);
pointer-events: auto;
}
.is2d .pawn.white
{
background-image:url("")!important;
}
.is2d .knight.white
{
background-image:url("")!important;
}
.is2d .bishop.white
{
background-image:url("")!important;
}
.is2d .rook.white
{
background-image:url("")!important;
}
.is2d .queen.white
{
background-image:url("")!important;
}
.is2d .king.white
{
background-image:url("")!important;
}
.is2d .pawn.black
{
background-image:url("")!important;
}
.is2d .knight.black
{
background-image:url("")!important;
}
.is2d .bishop.black
{
background-image:url("")!important;
}
.is2d .rook.black
{
background-image:url("")!important;
}
.is2d .queen.black
{
background-image:url("")!important;
}
.is2d .king.black
{
background-image:url("")!important;
}
}