Fix Dice display
[xogo.git] / variants / Dice / style.css
CommitLineData
d01282a5
BA
1@import url("/base_pieces.css");
2
04d93b7b
BA
3@font-face {
4 font-family: chess-font;
03883a0d
BA
5 src: url(/assets/MERIFONT.TTF);
6}
04d93b7b 7
d01282a5
BA
8div.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;
04d93b7b 16 font-size: 1.7em;
d01282a5 17}
04d93b7b 18
04d93b7b
BA
19div.piece-text > span.symb {
20 font-family: chess-font;
03883a0d
BA
21 display: inline-block;
22 position: relative;
23 top: 5px;
24}