/* ==UserStyle== @name Chess.com Custom Pieces - Fire Emblem Heroes @version 0.1.0 @namespace theusaf.org @license MIT @description FEH themed chess pieces. @author theusaf @downloadURL none ==/UserStyle== */ @-moz-document domain(chess.com) { /* White Pieces */ /* Main Pieces */ /* Queen 1 - Lyn */ chess-board .piece.wq[piece-number="1"] { background-image: url(https://cdn.discordapp.com/attachments/725415611542405160/902769537714356234/lyn.png) !important; } /* Knight (Right) - Catria */ chess-board .piece.wn[piece-number="1"] { background-image: url(https://cdn.discordapp.com/attachments/725415611542405160/902795430704853082/catria_knight.png) !important; } /* Knight (Left) - Thea */ chess-board .piece.wn[piece-number="2"] { background-image: url(https://cdn.discordapp.com/attachments/725415611542405160/902795428054057010/thea_knight_2.png) !important; } /* Bishop (Right) - Rinea */ chess-board .piece.wb[piece-number="1"] { background-image: url(https://cdn.discordapp.com/attachments/725415611542405160/902795432323842088/rinea_bishop_2.png) !important; } /* Bishop (Left) - Silque */ chess-board .piece.wb[piece-number="2"] { background-image: url(https://cdn.discordapp.com/attachments/725415611542405160/902795424316915792/silque_bishop.png) !important; } /* Rook (Right) - Bernadetta */ chess-board .piece.wr[piece-number="1"] { background-image: url(https://cdn.discordapp.com/attachments/725415611542405160/902795425491320882/bernadetta_rook.png) !important; } /* Room (Left) - Shamir */ chess-board .piece.wr[piece-number="2"] { background-image: url(https://cdn.discordapp.com/attachments/725415611542405160/902795426799960084/shaimr_rook.png) !important; } /* Default pieces */ /* Pawn */ chess-board .piece.wp { background-image: url(https://cdn.discordapp.com/attachments/725415611542405160/902766962424283146/blue_dude.png) !important; } /* King */ chess-board .piece.wk { background-image: url(https://cdn.discordapp.com/attachments/725415611542405160/901972104797368361/Summoner_FEH_Sprite.PNG.png) !important; } /* Black Pieces */ }