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