]> git.sesse.net Git - remoteglot/blob - www/css/chessboard-0.3.0.css
bf1a53ad103fdb24f3f0d9ee762a1066a036c75b
[remoteglot] / www / css / chessboard-0.3.0.css
1 /*
2  * chessboard.js v0.3.0+asn
3  *
4  * Copyright 2013 Chris Oakman
5  * Portions copyright 2022 Steinar H. Gunderson
6  * Released under the MIT license
7  * https://github.com/oakmac/chessboardjs/blob/master/LICENSE
8  *
9  * Date: 10 Aug 2013
10  */
11
12 /* clearfix */
13 .clearfix-7da63 {
14   clear: both;
15 }
16
17 /* board */
18 .board-b72b1 {
19   border: 2px solid #404040;
20   -moz-box-sizing: content-box;
21   box-sizing: content-box;
22 }
23
24 /* square */
25 .square-55d63 {
26   float: left;
27   position: relative;
28
29   /* disable any native browser highlighting */
30   user-select: none;
31 }
32
33 /* white square */
34 .white-1e1d7 {
35   background-color: #f0d9b5;
36   color: #b58863;
37 }
38
39 /* black square */
40 .black-3c85d {
41   background-color: #b58863;
42   color: #f0d9b5;
43 }
44
45 /* highlighted square */
46 .highlight1-32417, .highlight2-9c5d2 {
47   box-shadow: inset 0 0 3px 3px yellow;
48 }
49
50 /* notation */
51 .notation-322f9 {
52   cursor: default;
53   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
54   font-size: 14px;
55   position: absolute;
56 }
57 .alpha-d2270 {
58   bottom: 1px;
59   right: 3px;
60 }
61 .numeric-fc462 {
62   top: 2px;
63   left: 2px;
64 }
65
66 .piece-417db {
67   transform: translate(0,0);  /* Force a new stacking context for SVG pieces. */
68 }