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