Commit | Line | Data |
---|---|---|
1 | @import url("/base_pieces.css"); | |
2 | ||
3 | @font-face { | |
4 | font-family: chess-font; | |
5 | src: url(/assets/MERIFONT.TTF); | |
6 | } | |
7 | ||
8 | div.piece-text { | |
9 | position: relative; | |
10 | margin-top: 15px; | |
11 | width: 100%; | |
12 | text-align: center; | |
13 | background-color: transparent; | |
14 | color: darkred; | |
15 | font-weight: bold; | |
16 | font-size: 1.7em; | |
17 | } | |
18 | ||
19 | div.piece-text > span.symb { | |
20 | font-family: chess-font; | |
21 | display: inline-block; | |
22 | position: relative; | |
23 | top: 5px; | |
24 | } |