Commit | Line | Data |
---|---|---|
65cf1690 BA |
1 | @import url("/base_pieces.css"); |
2 | ||
3 | piece.white.alice-pawn { | |
4 | background-image: url('/pieces/yellow_pawn.svg'); | |
5 | } | |
6 | piece.white.alice-rook { | |
7 | background-image: url('/pieces/yellow_rook.svg'); | |
8 | } | |
9 | piece.white.alice-knight { | |
10 | background-image: url('/pieces/yellow_knight.svg'); | |
11 | } | |
12 | piece.white.alice-bishop { | |
13 | background-image: url('/pieces/yellow_bishop.svg'); | |
14 | } | |
15 | piece.white.alice-queen { | |
16 | background-image: url('/pieces/yellow_queen.svg'); | |
17 | } | |
18 | piece.white.alice-king { | |
19 | background-image: url('/pieces/yellow_king.svg'); | |
20 | } | |
21 | ||
22 | piece.black.alice-pawn { | |
23 | background-image: url('/pieces/red_pawn.svg'); | |
24 | } | |
25 | piece.black.alice-rook { | |
26 | background-image: url('/pieces/red_rook.svg'); | |
27 | } | |
28 | piece.black.alice-knight { | |
29 | background-image: url('/pieces/red_knight.svg'); | |
30 | } | |
31 | piece.black.alice-bishop { | |
32 | background-image: url('/pieces/red_bishop.svg'); | |
33 | } | |
34 | piece.black.alice-queen { | |
35 | background-image: url('/pieces/red_queen.svg'); | |
36 | } | |
37 | piece.black.alice-king { | |
38 | background-image: url('/pieces/red_king.svg'); | |
39 | } |