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