X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=common.css;h=7096ff8469d44a20668966ec1b56a069f4be05ab;hb=d621e620e7b568df94c53611f6c71ab318f4ffe3;hp=64502422f50a73fe11fcd39b6c790e172f25eeb9;hpb=3c61449b830db29c95d82cdacc4dae710cc705a8;p=xogo.git diff --git a/common.css b/common.css index 6450242..7096ff8 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,18 +293,24 @@ piece { pointer-events: none; } +piece.hidden { + display: none; +} + /* Drawing of the board */ .chessboard_SVG { width: 100%; height: 100%; } +/* Default squares colors (can be overriden or unused) */ .dark-square { fill: #b58863; } .light-square { fill: #f0d9b5; } + .in-shadow { filter: brightness(50%); }