Slight margin adjustement for FEN string
[vchess.git] / public / stylesheets / variant.sass
index c98807f..3207287 100644 (file)
@@ -73,12 +73,11 @@ figure.diagram-container > .diagram
 .disconnected
   background-color: red
 
-.expert-switch
-  padding: 0 10px 5px 10px
-  margin: 0
+.settings-btn
+  padding: 6px 7px 0 7px
 
-.expert-mode, button.expert-mode:hover
-  background-color: #ffcc99
+.settings-btn-small
+  padding: 0 3px
 
 .white-turn
   background-color: white
@@ -161,16 +160,24 @@ figure.diagram-container > figcaption
   clear: both
   padding-top: 5px
 
-.light-square
-  background-color: #f0d9b5
-.dark-square
-  background-color: #b58863
-
 .highlight
-  background-color: #00cc66
+  background-color: #00cc66 !important
 
 .incheck
-  background-color: #cc3300
+  background-color: #cc3300 !important
+
+.light-square.lichess
+       background-color: #f0d9b5;
+.dark-square.lichess
+       background-color: #b58863;
+.light-square.chesscom
+       background-color: #e5e5ca;
+.dark-square.chesscom
+       background-color: #6f8f57;
+.light-square.chesstempo
+       background-color: #fdfdfd;
+.dark-square.chesstempo
+       background-color: #88a0a8;
 
 .light-square-diag
   background-color: #e5e5ca
@@ -220,3 +227,6 @@ ul:not(.browser-default) > li
   cursor: pointer
   padding: 3px;
   background-color: lightgrey
+
+#fen-string
+  margin-top: 0