/* ==UserStyle== @name chess custom 1 @namespace userstyles.world @description Custom digital chess pieces @author kevin grzejka (@kgreezey) @homepageURL https://kev.studio/digital-chess-pieces @supportURL https://kev.studio/digital-chess-pieces @updateURL https://kev.studio/digital-chess-pieces @preprocessor stylus @version 1.0.0 ==/UserStyle== */ piece.pawn.black { background-image: url("https://kgrz.design/gfx/lc/pawn_blc.svg")!important; } piece.knight.black { background-image: url("https://kgrz.design/gfx/lc/knight_blc.svg")!important; } piece.bishop.black { background-image: url("https://kgrz.design/gfx/lc/bishop_blc.svg")!important; } piece.rook.black { background-image: url("https://kgrz.design/gfx/lc/rook_blc.svg")!important; } piece.queen.black { background-image: url("https://kgrz.design/gfx/lc/queen_blc.svg")!important; } piece.king.black { background-image: url("https://kgrz.design/gfx/lc/king_blc.svg")!important; } .piece.bp, .promotion-piece.bp { background-image: url("https://kgrz.design/gfx/cc/pawn_bcc.svg")!important; } .piece.bn, .promotion-piece.bn { background-image: url("https://kgrz.design/gfx/cc/knight_bcc.svg")!important; } .piece.bb, .promotion-piece.bb { background-image: url("https://kgrz.design/gfx/cc/bishop_bcc.svg")!important; } .piece.br, .promotion-piece.br { background-image: url("https://kgrz.design/gfx/cc/rook_bcc.svg")!important; } .piece.bq, .promotion-piece.bq { background-image: url("https://kgrz.design/gfx/cc/queen_bcc.svg")!important; } .piece.bk, .promotion-piece.bk { background-image: url("https://kgrz.design/gfx/cc/king_bcc.svg")!important; } piece.pawn.white { background-image: url("https://kgrz.design/gfx/lc/pawn_wlc.svg")!important; } piece.knight.white { background-image: url("https://kgrz.design/gfx/lc/knight_wlc.svg")!important; } piece.bishop.white { background-image: url("https://kgrz.design/gfx/lc/bishop_wlc.svg")!important; } piece.rook.white { background-image: url("https://kgrz.design/gfx/lc/rook_wlc.svg")!important; } piece.queen.white { background-image: url("https://kgrz.design/gfx/lc/queen_wlc.svg")!important; } piece.king.white { background-image: url("https://kgrz.design/gfx/lc/king_wlc.svg")!important; } .piece.wp, .promotion-piece.wp { background-image: url("https://kgrz.design/gfx/cc/pawn_wcc.svg")!important; } .piece.wn, .promotion-piece.wn { background-image: url("https://kgrz.design/gfx/cc/knight_wcc.svg")!important; } .piece.wb, .promotion-piece.wb { background-image: url("https://kgrz.design/gfx/cc/bishop_wcc.svg")!important; } .piece.wr, .promotion-piece.wr { background-image: url("https://kgrz.design/gfx/cc/rook_wcc.svg")!important; } .piece.wq, .promotion-piece.wq { background-image: url("https://kgrz.design/gfx/cc/queen_wcc.svg")!important; } .piece.wk, .promotion-piece.wk { background-image: url("https://kgrz.design/gfx/cc/king_wcc.svg")!important; } .cg-square.last-move { background-color: rgba(255, 255, 0, 0.141) !important; } .wood3 .is2d cg-board { background-image: url('https://kgrz.design/gfx/lc/board_lc.svg'); }