From eefacbf92b1f8f7135c4c368afcd644966e6f8b8 Mon Sep 17 00:00:00 2001 From: Maciej Caderek Date: Mon, 25 Apr 2022 04:07:44 +0200 Subject: [PATCH] Added stylus styles for Anarchy chess set --- stylus/chesscom/anarchy-candy.css | 61 +++++++++++++++++++++++++++++++ stylus/chesscom/anarchy-sepia.css | 61 +++++++++++++++++++++++++++++++ stylus/chesscom/anarchy.css | 61 +++++++++++++++++++++++++++++++ 3 files changed, 183 insertions(+) create mode 100644 stylus/chesscom/anarchy-candy.css create mode 100644 stylus/chesscom/anarchy-sepia.css create mode 100644 stylus/chesscom/anarchy.css diff --git a/stylus/chesscom/anarchy-candy.css b/stylus/chesscom/anarchy-candy.css new file mode 100644 index 0000000..0ce8b7c --- /dev/null +++ b/stylus/chesscom/anarchy-candy.css @@ -0,0 +1,61 @@ +@-moz-document domain("chess.com") { + .piece.bb, + .promotion-piece.bb { + background-image: url(https://raw.githubusercontent.com/sharechess/sharechess/main/public/pieces/anarchy_candy/bb.svg) !important; + } + + .piece.bn, + .promotion-piece.bn { + background-image: url(https://raw.githubusercontent.com/sharechess/sharechess/main/public/pieces/anarchy_candy/nb.svg) !important; + } + + .piece.br, + .promotion-piece.br { + background-image: url(https://raw.githubusercontent.com/sharechess/sharechess/main/public/pieces/anarchy_candy/rb.svg) !important; + } + + .piece.bp, + .promotion-piece.bp { + background-image: url(https://raw.githubusercontent.com/sharechess/sharechess/main/public/pieces/anarchy_candy/pb.svg) !important; + } + + .piece.bq, + .promotion-piece.bq { + background-image: url(https://raw.githubusercontent.com/sharechess/sharechess/main/public/pieces/anarchy_candy/qb.svg) !important; + } + + .piece.bk, + .promotion-piece.bk { + background-image: url(https://raw.githubusercontent.com/sharechess/sharechess/main/public/pieces/anarchy_candy/kb.svg) !important; + } + + .piece.wb, + .promotion-piece.wb { + background-image: url(https://raw.githubusercontent.com/sharechess/sharechess/main/public/pieces/anarchy_candy/bw.svg) !important; + } + + .piece.wn, + .promotion-piece.wn { + background-image: url(https://raw.githubusercontent.com/sharechess/sharechess/main/public/pieces/anarchy_candy/nw.svg) !important; + } + + .piece.wr, + .promotion-piece.wr { + background-image: url(https://raw.githubusercontent.com/sharechess/sharechess/main/public/pieces/anarchy_candy/rw.svg) !important; + } + + .piece.wp, + .promotion-piece.wp { + background-image: url(https://raw.githubusercontent.com/sharechess/sharechess/main/public/pieces/anarchy_candy/pw.svg) !important; + } + + .piece.wq, + .promotion-piece.wq { + background-image: url(https://raw.githubusercontent.com/sharechess/sharechess/main/public/pieces/anarchy_candy/qw.svg) !important; + } + + .piece.wk, + .promotion-piece.wk { + background-image: url(https://raw.githubusercontent.com/sharechess/sharechess/main/public/pieces/anarchy_candy/kw.svg) !important; + } +} diff --git a/stylus/chesscom/anarchy-sepia.css b/stylus/chesscom/anarchy-sepia.css new file mode 100644 index 0000000..b018d85 --- /dev/null +++ b/stylus/chesscom/anarchy-sepia.css @@ -0,0 +1,61 @@ +@-moz-document domain("chess.com") { + .piece.bb, + .promotion-piece.bb { + background-image: url(https://raw.githubusercontent.com/sharechess/sharechess/main/public/pieces/anarchy_sepia/bb.svg) !important; + } + + .piece.bn, + .promotion-piece.bn { + background-image: url(https://raw.githubusercontent.com/sharechess/sharechess/main/public/pieces/anarchy_sepia/nb.svg) !important; + } + + .piece.br, + .promotion-piece.br { + background-image: url(https://raw.githubusercontent.com/sharechess/sharechess/main/public/pieces/anarchy_sepia/rb.svg) !important; + } + + .piece.bp, + .promotion-piece.bp { + background-image: url(https://raw.githubusercontent.com/sharechess/sharechess/main/public/pieces/anarchy_sepia/pb.svg) !important; + } + + .piece.bq, + .promotion-piece.bq { + background-image: url(https://raw.githubusercontent.com/sharechess/sharechess/main/public/pieces/anarchy_sepia/qb.svg) !important; + } + + .piece.bk, + .promotion-piece.bk { + background-image: url(https://raw.githubusercontent.com/sharechess/sharechess/main/public/pieces/anarchy_sepia/kb.svg) !important; + } + + .piece.wb, + .promotion-piece.wb { + background-image: url(https://raw.githubusercontent.com/sharechess/sharechess/main/public/pieces/anarchy_sepia/bw.svg) !important; + } + + .piece.wn, + .promotion-piece.wn { + background-image: url(https://raw.githubusercontent.com/sharechess/sharechess/main/public/pieces/anarchy_sepia/nw.svg) !important; + } + + .piece.wr, + .promotion-piece.wr { + background-image: url(https://raw.githubusercontent.com/sharechess/sharechess/main/public/pieces/anarchy_sepia/rw.svg) !important; + } + + .piece.wp, + .promotion-piece.wp { + background-image: url(https://raw.githubusercontent.com/sharechess/sharechess/main/public/pieces/anarchy_sepia/pw.svg) !important; + } + + .piece.wq, + .promotion-piece.wq { + background-image: url(https://raw.githubusercontent.com/sharechess/sharechess/main/public/pieces/anarchy_sepia/qw.svg) !important; + } + + .piece.wk, + .promotion-piece.wk { + background-image: url(https://raw.githubusercontent.com/sharechess/sharechess/main/public/pieces/anarchy_sepia/kw.svg) !important; + } +} diff --git a/stylus/chesscom/anarchy.css b/stylus/chesscom/anarchy.css new file mode 100644 index 0000000..130a36a --- /dev/null +++ b/stylus/chesscom/anarchy.css @@ -0,0 +1,61 @@ +@-moz-document domain("chess.com") { + .piece.bb, + .promotion-piece.bb { + background-image: url(https://raw.githubusercontent.com/sharechess/sharechess/main/public/pieces/anarchy/bb.svg) !important; + } + + .piece.bn, + .promotion-piece.bn { + background-image: url(https://raw.githubusercontent.com/sharechess/sharechess/main/public/pieces/anarchy/nb.svg) !important; + } + + .piece.br, + .promotion-piece.br { + background-image: url(https://raw.githubusercontent.com/sharechess/sharechess/main/public/pieces/anarchy/rb.svg) !important; + } + + .piece.bp, + .promotion-piece.bp { + background-image: url(https://raw.githubusercontent.com/sharechess/sharechess/main/public/pieces/anarchy/pb.svg) !important; + } + + .piece.bq, + .promotion-piece.bq { + background-image: url(https://raw.githubusercontent.com/sharechess/sharechess/main/public/pieces/anarchy/qb.svg) !important; + } + + .piece.bk, + .promotion-piece.bk { + background-image: url(https://raw.githubusercontent.com/sharechess/sharechess/main/public/pieces/anarchy/kb.svg) !important; + } + + .piece.wb, + .promotion-piece.wb { + background-image: url(https://raw.githubusercontent.com/sharechess/sharechess/main/public/pieces/anarchy/bw.svg) !important; + } + + .piece.wn, + .promotion-piece.wn { + background-image: url(https://raw.githubusercontent.com/sharechess/sharechess/main/public/pieces/anarchy/nw.svg) !important; + } + + .piece.wr, + .promotion-piece.wr { + background-image: url(https://raw.githubusercontent.com/sharechess/sharechess/main/public/pieces/anarchy/rw.svg) !important; + } + + .piece.wp, + .promotion-piece.wp { + background-image: url(https://raw.githubusercontent.com/sharechess/sharechess/main/public/pieces/anarchy/pw.svg) !important; + } + + .piece.wq, + .promotion-piece.wq { + background-image: url(https://raw.githubusercontent.com/sharechess/sharechess/main/public/pieces/anarchy/qw.svg) !important; + } + + .piece.wk, + .promotion-piece.wk { + background-image: url(https://raw.githubusercontent.com/sharechess/sharechess/main/public/pieces/anarchy/kw.svg) !important; + } +}