12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- td {
- font-size: 1.5em;
- }
- .clearfix-7da63 {
- clear: both;
- }
- .board-b72b1 {
- border: 2px solid #404040;
- -moz-box-sizing: content-box;
- box-sizing: content-box;
- }
- .square-55d63 {
- float: left;
- position: relative;
-
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
- .white-1e1d7.blocked {
- background-color: #999999;
- color: #333333;
- }
- .black-3c85d.blocked {
- background-color: #333333;
- color: #999999;
- }
- .white-1e1d7 {
- background-color: #f0d9b5;
- color: #b58863;
- }
- .black-3c85d {
- background-color: #b58863;
- color: #f0d9b5;
- }
- .square-55d63.win {
- background-color: #339900;
- color: #999999;
- }
- .square-55d63.lose {
- background-color: #990000;
- color: #333333;
- }
- .notation-322f9 {
- cursor: default;
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-size: 14px;
- position: absolute;
- }
- .alpha-d2270 {
- bottom: 1px;
- right: 3px;
- }
- .numeric-fc462 {
- top: 2px;
- left: 2px;
- }
|