Skip to content

horsey kibitzer for lichess by pjotrthegreat

Screenshot of horsey kibitzer for lichess

Details

Authorpjotrthegreat

LicenseNo License

Categorylichess.org

Created

Updated

Size836 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A lil' kibitzer, from the horsey piece set. Different one every time.

Great moral support. Improvement in gameplay guaranteed.

Adapted from userstyles.org/styles/209893/lichess-cute-cat-mini-icon by Akari Akaza.

Notes

no requirements

Source code

/* ==UserStyle==
@name        lichess kibitzer
@namespace   lichess
@version     1.0
@license     butt
@author      literallyme
==/UserStyle== */

@-moz-document domain("lichess.org") {
.puzzle__side__metas,
	.tour__meta,
	.game__meta>section:first-child {
		position: relative
	}
	.puzzle__side__metas:after,
	.game__meta>section:first-child:after,
	.tour__meta:after {
		content: '';
		box-sizing: border-box !important;
		z-index: 100;
		display: block;
		position: absolute;
		height: 75px;
		width: 75px;
		filter: opacity(0.5);
		bottom: 0px;
		right: 0px;
		background-image: url('https://signavatar.com/75313_v.gif');
		background-size: 100%;
	}
	.game__meta>section:first-child:after {
		right: -17px;
	}
    .game__meta > section:first-child:last-child:after{
        bottom: -12px;
    }
}

Reviews

No reviews yet.