| 1 | @import url("/base_pieces.css"); |
| 2 | |
| 3 | piece.egg { |
| 4 | background-image: url('/pieces/chakart_egg.svg'); |
| 5 | } |
| 6 | |
| 7 | piece.mushroom { |
| 8 | background-image: url('/pieces/chakart_mushroom.svg'); |
| 9 | } |
| 10 | |
| 11 | piece.banana { |
| 12 | background-image: url('/pieces/chakart_banana.svg'); |
| 13 | } |
| 14 | |
| 15 | piece.bomb { |
| 16 | background-image: url('/pieces/chakart_bomb.svg'); |
| 17 | } |
| 18 | |
| 19 | piece.white.invisible { |
| 20 | background-image: url('/pieces/empty.svg'); |
| 21 | } |
| 22 | piece.black.invisible { |
| 23 | background-image: url('/pieces/empty.svg'); |
| 24 | } |
| 25 | |
| 26 | piece.immobilized { |
| 27 | background-color: lightgreen; |
| 28 | opacity: 0.6; |
| 29 | } |
| 30 | |
| 31 | piece.remote-capture { |
| 32 | background-image: url('/pieces/chakart_shell.svg'); |
| 33 | } |