X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=www%2Fcss%2Fchessboard-0.3.0.css;fp=www%2Fcss%2Fchessboard-0.3.0.css;h=38ad11876d91b2a9d6e0ed7aec4741bbae453f69;hb=bc02784ba087de2fe7d3698dc4e33b55f25f304d;hp=df1b7379ea3b6152eb772ea05479f8438052a6da;hpb=afe506a08c95f37702a10f06d3080e616942fc55;p=remoteglot diff --git a/www/css/chessboard-0.3.0.css b/www/css/chessboard-0.3.0.css index df1b737..38ad118 100644 --- a/www/css/chessboard-0.3.0.css +++ b/www/css/chessboard-0.3.0.css @@ -1,71 +1,71 @@ -/*! - * chessboard.js v0.3.0+asn - * - * Copyright 2013 Chris Oakman - * Portions copyright 2022 Steinar H. Gunderson - * Released under the MIT license - * https://github.com/oakmac/chessboardjs/blob/master/LICENSE - * - * Date: 10 Aug 2013 - */ - -/* clearfix */ -.clearfix-7da63 { - clear: both; -} - -/* board */ -.board-b72b1 { - border: 2px solid #404040; - -moz-box-sizing: content-box; - box-sizing: content-box; -} - -/* square */ -.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 square */ -.white-1e1d7 { - background-color: #f0d9b5; - color: #b58863; -} - -/* black square */ -.black-3c85d { - background-color: #b58863; - color: #f0d9b5; -} - -/* highlighted square */ -.highlight1-32417, .highlight2-9c5d2 { - -webkit-box-shadow: inset 0 0 3px 3px yellow; - -moz-box-shadow: inset 0 0 3px 3px yellow; - box-shadow: inset 0 0 3px 3px yellow; -} - -/* notation */ -.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; -} +/*! + * chessboard.js v0.3.0+asn + * + * Copyright 2013 Chris Oakman + * Portions copyright 2022 Steinar H. Gunderson + * Released under the MIT license + * https://github.com/oakmac/chessboardjs/blob/master/LICENSE + * + * Date: 10 Aug 2013 + */ + +/* clearfix */ +.clearfix-7da63 { + clear: both; +} + +/* board */ +.board-b72b1 { + border: 2px solid #404040; + -moz-box-sizing: content-box; + box-sizing: content-box; +} + +/* square */ +.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 square */ +.white-1e1d7 { + background-color: #f0d9b5; + color: #b58863; +} + +/* black square */ +.black-3c85d { + background-color: #b58863; + color: #f0d9b5; +} + +/* highlighted square */ +.highlight1-32417, .highlight2-9c5d2 { + -webkit-box-shadow: inset 0 0 3px 3px yellow; + -moz-box-shadow: inset 0 0 3px 3px yellow; + box-shadow: inset 0 0 3px 3px yellow; +} + +/* notation */ +.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; +}