Commit | Line | Data |
---|---|---|
90d12850 BA |
1 | @import url("/base_pieces.css"); |
2 | ||
3 | piece.white.c_rook { | |
4 | background-image: url('/pieces/Cwda/c_white_rook.svg'); | |
5 | } | |
6 | piece.black.c_rook { | |
7 | background-image: url('/pieces/Cwda/c_black_rook.svg'); | |
8 | } | |
9 | piece.white.c_knight { | |
10 | background-image: url('/pieces/Cwda/c_white_knight.svg'); | |
11 | } | |
12 | piece.black.c_knight { | |
13 | background-image: url('/pieces/Cwda/c_black_knight.svg'); | |
14 | } | |
15 | piece.white.c_bishop { | |
16 | background-image: url('/pieces/Cwda/c_white_bishop.svg'); | |
17 | } | |
18 | piece.black.c_bishop { | |
19 | background-image: url('/pieces/Cwda/c_black_bishop.svg'); | |
20 | } | |
21 | piece.white.c_queen { | |
22 | background-image: url('/pieces/Cwda/c_white_queen.svg'); | |
23 | } | |
24 | piece.black.c_queen { | |
25 | background-image: url('/pieces/Cwda/c_black_queen.svg'); | |
26 | } | |
27 | piece.white.c_king { | |
28 | background-image: url('/pieces/Cwda/c_white_king.svg'); | |
29 | } | |
30 | piece.black.c_king { | |
31 | background-image: url('/pieces/Cwda/c_black_king.svg'); | |
32 | } | |
33 | piece.white.c_pawn { | |
34 | background-image: url('/pieces/Cwda/c_white_pawn.svg'); | |
35 | } | |
36 | piece.black.c_pawn { | |
37 | background-image: url('/pieces/Cwda/c_black_pawn.svg'); | |
38 | } | |
39 | ||
40 | piece.white.n_rook { | |
41 | background-image: url('/pieces/Cwda/n_white_rook.svg'); | |
42 | } | |
43 | piece.black.n_rook { | |
44 | background-image: url('/pieces/Cwda/n_black_rook.svg'); | |
45 | } | |
46 | piece.white.n_knight { | |
47 | background-image: url('/pieces/Cwda/n_white_knight.svg'); | |
48 | } | |
49 | piece.black.n_knight { | |
50 | background-image: url('/pieces/Cwda/n_black_knight.svg'); | |
51 | } | |
52 | piece.white.n_bishop { | |
53 | background-image: url('/pieces/Cwda/n_white_bishop.svg'); | |
54 | } | |
55 | piece.black.n_bishop { | |
56 | background-image: url('/pieces/Cwda/n_black_bishop.svg'); | |
57 | } | |
58 | piece.white.n_queen { | |
59 | background-image: url('/pieces/Cwda/n_white_queen.svg'); | |
60 | } | |
61 | piece.black.n_queen { | |
62 | background-image: url('/pieces/Cwda/n_black_queen.svg'); | |
63 | } | |
64 | piece.white.n_king { | |
65 | background-image: url('/pieces/Cwda/n_white_king.svg'); | |
66 | } | |
67 | piece.black.n_king { | |
68 | background-image: url('/pieces/Cwda/n_black_king.svg'); | |
69 | } | |
70 | piece.white.n_pawn { | |
71 | background-image: url('/pieces/Cwda/n_white_pawn.svg'); | |
72 | } | |
73 | piece.black.n_pawn { | |
74 | background-image: url('/pieces/Cwda/n_black_pawn.svg'); | |
75 | } | |
76 | ||
77 | piece.white.r_rook { | |
78 | background-image: url('/pieces/Cwda/r_white_rook.svg'); | |
79 | } | |
80 | piece.black.r_rook { | |
81 | background-image: url('/pieces/Cwda/r_black_rook.svg'); | |
82 | } | |
83 | piece.white.r_knight { | |
84 | background-image: url('/pieces/Cwda/r_white_knight.svg'); | |
85 | } | |
86 | piece.black.r_knight { | |
87 | background-image: url('/pieces/Cwda/r_black_knight.svg'); | |
88 | } | |
89 | piece.white.r_bishop { | |
90 | background-image: url('/pieces/Cwda/r_white_bishop.svg'); | |
91 | } | |
92 | piece.black.r_bishop { | |
93 | background-image: url('/pieces/Cwda/r_black_bishop.svg'); | |
94 | } | |
95 | piece.white.r_queen { | |
96 | background-image: url('/pieces/Cwda/r_white_queen.svg'); | |
97 | } | |
98 | piece.black.r_queen { | |
99 | background-image: url('/pieces/Cwda/r_black_queen.svg'); | |
100 | } | |
101 | piece.white.r_king { | |
102 | background-image: url('/pieces/Cwda/r_white_king.svg'); | |
103 | } | |
104 | piece.black.r_king { | |
105 | background-image: url('/pieces/Cwda/r_black_king.svg'); | |
106 | } | |
107 | piece.white.r_pawn { | |
108 | background-image: url('/pieces/Cwda/r_white_pawn.svg'); | |
109 | } | |
110 | piece.black.r_pawn { | |
111 | background-image: url('/pieces/Cwda/r_black_pawn.svg'); | |
112 | } |