X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=common.css;h=91fd2a6fdc4ba37757b6659a3f9f7a4d2c408360;hb=e8b85c869f8ed1a2e626f60c218c36121c49ec4e;hp=5555100d808ddba78982bc06666b58faa5b183f2;hpb=3ec8a1313afe1e130bc9cce03a3f22b5284fa3e1;p=xogo.git diff --git a/common.css b/common.css index 5555100..91fd2a6 100644 --- a/common.css +++ b/common.css @@ -52,6 +52,11 @@ main > div { } } +.author { + color: darkblue; + font-style: italic; +} + #boardContainer { margin: 0; padding: 0; @@ -265,7 +270,7 @@ a { } /* Board container (without reserves) */ -#chessboard { +.chessboard { position: absolute; cursor: pointer; } @@ -289,7 +294,7 @@ piece { } /* Drawing of the board */ -#chessboard_SVG { +.chessboard_SVG { width: 100%; height: 100%; }