X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=common.css;h=64502422f50a73fe11fcd39b6c790e172f25eeb9;hb=3c61449b830db29c95d82cdacc4dae710cc705a8;hp=e2a681d47491fb79f56e76569ca84b94880e5924;hpb=ec777d4abf1ce4954e13d0e37bbd918d7d8c5776;p=xogo.git diff --git a/common.css b/common.css index e2a681d..6450242 100644 --- a/common.css +++ b/common.css @@ -66,6 +66,15 @@ h1 { margin: 10px 0; } +h4 { + font-size: 1.5rem; + font-weight: bold; + text-align: center; + display: block; + margin: 10px 0; + color: darkgreen; +} + #gameInfos, #boardContainer, #gameStopped, @@ -156,6 +165,13 @@ button.block-btn { padding: 15px 32px; } +button.cancel-something { + background-color: darkred; + display: block; + margin-left: auto; + margin-right: auto; +} + #upLeftInfos { position: absolute; left: 0; @@ -249,7 +265,7 @@ a { } /* Board container (without reserves) */ -#chessboard { +.chessboard { position: absolute; cursor: pointer; } @@ -273,7 +289,7 @@ piece { } /* Drawing of the board */ -#chessboard_SVG { +.chessboard_SVG { width: 100%; height: 100%; }