Chess.com Custom Pieces - Fire Emblem Heroes

FEH themed chess pieces.

目前為 2021-10-28 提交的版本,檢視 最新版本

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

/* ==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
==/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 */
}