Some improvements + simplify TODOs
[xogo.git] / common.css
index e2a681d..6450242 100644 (file)
@@ -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%;
 }