Skip to content

WARCRAFT STYLE by ShipsAndFish

Screenshot of WARCRAFT STYLE

Details

AuthorShipsAndFish

LicenseNo License

Categoryhttps://www.chess.com

Created

Updated

Size1.8 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A new userstyle based on warcraft 2 tiles and icons.

Notes

gonna try to add diffrent colors and tiles so you change.

Source code

/* ==UserStyle==
@name           WARCRAFT STYLE
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document url-prefix("https://www.chess.com") {
    /* White Pieces */ 
.piece.wp, .promotion-piece.wp {
	background-image: url("https://i.imgur.com/4jix5Dh.png") !important; 
}
.piece.wn, .promotion-piece.wn {
	background-image: url("https://i.imgur.com/af0ZHRR.png") !important;
}
.piece.wb, .promotion-piece.wb {
	background-image: url("https://i.imgur.com/50u6KEk.png") !important;
}
.piece.wr, .promotion-piece.wr {
	background-image: url("https://i.imgur.com/worcOoG.png") !important;
}
.piece.wq, .promotion-piece.wq {
	background-image: url("https://i.imgur.com/BGtKFuG.png") !important;
}
.piece.wk, .promotion-piece.wk {
	background-image: url("https://i.imgur.com/GsxlJEG.png") !important;
}

/* Black Pieces */
.piece.bp, .promotion-piece.bp {
	background-image: url("https://i.imgur.com/1KX6rAD.png") !important;
}
.piece.bn, .promotion-piece.bn {
	background-image: url("https://i.imgur.com/M8KNiHX.png") !important;
}
.piece.bb, .promotion-piece.bb {
	background-image: url("https://i.imgur.com/fiQHHKa.png") !important;
}
.piece.br, .promotion-piece.br {
	background-image: url("https://i.imgur.com/Ebptdfj.png") !important;
}
.piece.bq, .promotion-piece.bq {
	background-image: url("https://i.imgur.com/QM6AWBV.png") !important;
}
.piece.bk, .promotion-piece.bk {
	background-image: url("https://i.imgur.com/vGw6zhE.png") !important;
}

/* Background */ 
  .board, .game-preview-component
  {
    background-image: url("https://i.imgur.com/tLMgIly.png") !important;
    background-position: center !important;
  }
}

Reviews

No reviews yet.