Skip to content

lichess.org - Only White Pawns - Custom Piece Style by fritzischach

Screenshot of lichess.org - Only White Pawns - Custom Piece Style

Details

Authorfritzischach

LicenseNo License

Categorylichess.org

Created

Updated

Size1.7 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

lichess.org custom pieces all white pawns

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         lichess only white pawns
@version      20220725.14.27
@namespace    userstyles.world/user/fritzischach
@description  lichess custom pieces all white pawns
@author       fritzischach
@license      No License
==/UserStyle== */

@-moz-document domain("lichess.org") {
.is2d .pawn.white
  {
    background-image: url("https://i.imgur.com/nuOcoiW.png ")!important;
  }

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

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

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

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

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

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

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

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

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

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

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

Reviews

No reviews yet.