Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasBatesNZ committed Aug 16, 2018
0 parents commit bd4e65b
Show file tree
Hide file tree
Showing 16 changed files with 1,915 additions and 0 deletions.
62 changes: 62 additions & 0 deletions chessboard.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
/*!
* chessboard.js $version$
*
* Copyright 2013 Chris Oakman
* Released under the MIT license
* https://github.com/oakmac/chessboardjs/blob/master/LICENSE
*
* Date: $date$
*/

.clearfix-7da63 {
clear: both;
}

.board-b72b1 {
border: 2px solid #404040;
box-sizing: content-box;
}

.square-55d63 {
float: left;
position: relative;

/* disable any native browser highlighting */
-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 {
background-color: #f0d9b5;
color: #b58863;
}

.black-3c85d {
background-color: #b58863;
color: #f0d9b5;
}

.highlight1-32417, .highlight2-9c5d2 {
box-shadow: inset 0 0 3px 3px yellow;
}

.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;
}
Loading

0 comments on commit bd4e65b

Please sign in to comment.