Skip to content

lichess.org - FFF - Custom Piece Style by fritzischach

Screenshot of lichess.org - FFF - Custom Piece Style

Details

Authorfritzischach

LicenseNo License

Categorylichess.org

Created

Updated

Size2.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

lichess custom Style
all pieces fritzi3FFF (fast faster Fritzi)

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         FFF lichess style
@version      20220727.14.23
@namespace    userstyles.world/user/fritzischach
@description  lichess custom Style 
all pieces fritzi3FFF (fast faster Fritzi)
@author       fritzischach
@license      No License
==/UserStyle== */

@-moz-document domain("lichess.org") {
/* ==UserStyle==
@name         lichess.org - FFF - Custom Piece Style by fritzischach
@version      20220727.14.30
@namespace    userstyles.world/user/fritzischach
@description  lichess pieces custom style
@author       fritzischach
@license      No License
==/UserStyle== */
}

@-moz-document url-prefix("http://example.com") {
.is2d .pawn.white
  {
    background-image: url("https://i.imgur.com/Vd4A3Tz.png")!important;
  }

  .is2d .knight.white
  {
    background-image: url("https://i.imgur.com/Vd4A3Tz.png")!important;
  }

  .is2d .bishop.white
  {
    background-image: url("https://i.imgur.com/Vd4A3Tz.png")!important;
  }

  .is2d .rook.white
  {
    background-image: url("https://i.imgur.com/Vd4A3Tz.png")!important;
  }

  .is2d .queen.white
  {
    background-image: url("https://i.imgur.com/Vd4A3Tz.png")!important;
  }

  .is2d .king.white
  {
    background-image: url("https://i.imgur.com/Vd4A3Tz.png")!important;
  }

  .is2d .pawn.black
  {
    background-image: url("https://i.imgur.com/Vd4A3Tz.png")!important;
  }

  .is2d .knight.black
  {
    background-image: url("https://i.imgur.com/Vd4A3Tz.png")!important;
  }

  .is2d .bishop.black
  {
    background-image: url("https://i.imgur.com/Vd4A3Tz.png")!important;
  }

  .is2d .rook.black
  {
    background-image: url("https://i.imgur.com/Vd4A3Tz.png")!important;
  }

  .is2d .queen.black
  {
    background-image: url("https://i.imgur.com/Vd4A3Tz.png")!important;
  }

  .is2d .king.black
  {
    background-image: url("https://i.imgur.com/Vd4A3Tz.png")!important;
  }

  .cg-square.last-move
  {
    background-color: rgba(255, 255, 0, 0.141)!important;
  }
}

Reviews

No reviews yet.