Skip to content

Custom Chessable Piece Set - Pointy by Thekrustgamer

Screenshot of Custom Chessable Piece Set - Pointy

Details

AuthorThekrustgamer

LicenseNo License

CategoryChessable

Created

Updated

Size2.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Changes the look of the pieces on chessable

Notes

Userstyle doesn't have notes.

Source code

@name Custom Chessable Piece Set - Pointy
@namespace https://github.com/Thekrustgamer
@version 1.0.0
@-moz-document url-prefix("https://www.chessable.com") {
.board-brown {
    background-image: url("https://images.chesscomfiles.com/chess-themes/boards/green/200.png") !important;
  }

  .piece-417db {
    background-size: contain;
  }

  .piece-417db svg {
    display: none;
  }

  /* Black Pieces */
    
  .piece-417db[data-piece='bP'] {
    background-image: url("https://raw.githubusercontent.com/Thekrustgamer/Chess-Piece-Set-1/main/bP.png");
  }

  .piece-417db[data-piece='bN'] {
    background-image: url("https://raw.githubusercontent.com/Thekrustgamer/Chess-Piece-Set-1/main/bN3.png");
  }

  .piece-417db[data-piece='bB'] {
    background-image: url("https://raw.githubusercontent.com/Thekrustgamer/Chess-Piece-Set-1/main/bB.png");
  }

  .piece-417db[data-piece='bR'] {
    background-image: url("https://raw.githubusercontent.com/Thekrustgamer/Chess-Piece-Set-1/main/bR.png");
  }

  .piece-417db[data-piece='bQ'] {
    background-image: url("https://raw.githubusercontent.com/Thekrustgamer/Chess-Piece-Set-1/main/bQ.png");
  }

  .piece-417db[data-piece='bK'] {
    background-image: url("https://raw.githubusercontent.com/Thekrustgamer/Chess-Piece-Set-1/main/bK.png");
  }

  /* White Pieces */

  .piece-417db[data-piece='wP'] {
    background-image: url("https://raw.githubusercontent.com/Thekrustgamer/Chess-Piece-Set-1/main/wP.png");
  }

  .piece-417db[data-piece='wN'] {
    background-image: url("https://raw.githubusercontent.com/Thekrustgamer/Chess-Piece-Set-1/main/wN3.png");
  }

  .piece-417db[data-piece='wB'] {
    background-image: url("https://raw.githubusercontent.com/Thekrustgamer/Chess-Piece-Set-1/main/wB.png");
  }

  .piece-417db[data-piece='wR'] {
    background-image: url("https://raw.githubusercontent.com/Thekrustgamer/Chess-Piece-Set-1/main/wR.png");
  }

  .piece-417db[data-piece='wQ'] {
    background-image: url("https://raw.githubusercontent.com/Thekrustgamer/Chess-Piece-Set-1/main/wQ.png");
  }

  .piece-417db[data-piece='wK'] {
    background-image: url("https://raw.githubusercontent.com/Thekrustgamer/Chess-Piece-Set-1/main/wK.png");
  }


}

Reviews

No reviews yet.