Adjustments + add en-passant to Zen rules
[vchess.git] / client / src / styles / _board_squares_img.sass
CommitLineData
26d8a01a
BA
1// Styles for diagrams and board (partial).
2
3.light-square-diag
cd49e617 4 background-color: #dfdfdf
26d8a01a
BA
5
6.dark-square-diag
cd49e617 7 background-color: #7287b6
26d8a01a
BA
8
9div.board
10 user-select: none
11 float: left
12 height: 0
13 display: inline-block
14 position: relative
15
16div.board5
17 width: 20%
18 padding-bottom: 20%
19
20div.board8
21 width: 12.5%
22 padding-bottom: 12.5%
23
24div.board9
25 width: 11.1%
26 padding-bottom: 11.1%
27
28div.board10
29 width: 10%
30 padding-bottom: 10%
31
32div.board11
33 width: 9.09%
34 padding-bottom: 9.09%
35
36div.board12
37 width: 8.33%
38 padding-bottom: 8.33%
39
40img.piece
41 width: 100%
ffeaef85 42 z-index: 10
26d8a01a
BA
43
44img.piece, img.mark-square, img.circle-square
45 max-width: 100%
46 height: auto
47 display: block
48
ffeaef85
BA
49img.mark-square, img.circle-square
50 position: absolute
51 z-index: 20
52
26d8a01a
BA
53img.mark-square
54 opacity: .7
55 width: 76%
26d8a01a
BA
56 top: 12%
57 left: 12%
58
59img.circle-square
60 opacity: 0.7
61 width: 100%
26d8a01a
BA
62 top: 0
63 left: 0
64
65.in-shadow
66 filter: brightness(50%)