]> git.sesse.net Git - remoteglot/blobdiff - www/css/chessboard-0.3.0.css
Add the WWW directory. It is a mess currently, but...
[remoteglot] / www / css / chessboard-0.3.0.css
diff --git a/www/css/chessboard-0.3.0.css b/www/css/chessboard-0.3.0.css
new file mode 100644 (file)
index 0000000..e987b52
--- /dev/null
@@ -0,0 +1,70 @@
+/*!\r
+ * chessboard.js v0.3.0\r
+ *\r
+ * Copyright 2013 Chris Oakman\r
+ * Released under the MIT license\r
+ * https://github.com/oakmac/chessboardjs/blob/master/LICENSE\r
+ *\r
+ * Date: 10 Aug 2013\r
+ */\r
+\r
+/* clearfix */\r
+.clearfix-7da63 {\r
+  clear: both;\r
+}\r
+\r
+/* board */\r
+.board-b72b1 {\r
+  border: 2px solid #404040;\r
+  -moz-box-sizing: content-box;\r
+  box-sizing: content-box;\r
+}\r
+\r
+/* square */\r
+.square-55d63 {\r
+  float: left;\r
+  position: relative;\r
+\r
+  /* disable any native browser highlighting */\r
+  -webkit-touch-callout: none;\r
+    -webkit-user-select: none;\r
+     -khtml-user-select: none;\r
+       -moz-user-select: none;\r
+        -ms-user-select: none;\r
+            user-select: none;\r
+}\r
+\r
+/* white square */\r
+.white-1e1d7 {\r
+  background-color: #f0d9b5;\r
+  color: #b58863;\r
+}\r
+\r
+/* black square */\r
+.black-3c85d {\r
+  background-color: #b58863;\r
+  color: #f0d9b5;\r
+}\r
+\r
+/* highlighted square */\r
+.highlight1-32417, .highlight2-9c5d2 {\r
+  -webkit-box-shadow: inset 0 0 3px 3px yellow;\r
+  -moz-box-shadow: inset 0 0 3px 3px yellow;\r
+  box-shadow: inset 0 0 3px 3px yellow;\r
+}\r
+\r
+/* notation */\r
+.notation-322f9 {\r
+  cursor: default;\r
+  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;\r
+  font-size: 14px;\r
+  position: absolute;\r
+}\r
+.alpha-d2270 {\r
+  bottom: 1px;\r
+  right: 3px;\r
+}\r
+.numeric-fc462 {\r
+  top: 2px;\r
+  left: 2px;\r
+}
\ No newline at end of file