X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=common.css;h=6f8472ce6e8adde47f54dc5689511927c3f2c765;hb=c9ab034035a3cac65e4ac9f48a946ecef5ed111e;hp=64502422f50a73fe11fcd39b6c790e172f25eeb9;hpb=3c61449b830db29c95d82cdacc4dae710cc705a8;p=xogo.git diff --git a/common.css b/common.css index 6450242..6f8472c 100644 --- a/common.css +++ b/common.css @@ -52,6 +52,11 @@ main > div { } } +.author { + color: darkblue; + font-style: italic; +} + #boardContainer { margin: 0; padding: 0; @@ -288,6 +293,10 @@ piece { pointer-events: none; } +piece.hidden { + display: none; +} + /* Drawing of the board */ .chessboard_SVG { width: 100%;