A few fixes (style, preferences application)
[vchess.git] / public / stylesheets / variant.sass
index d23e83f..0ea9af4 100644 (file)
@@ -55,17 +55,26 @@ figure.diagram-container > .diagram
   float: right
   margin: 0 20px 10px 0
 
+.marginleft
+  margin-left: 30px
+
+.reserve-count
+  padding-left: 40%
+
+.reserve-div
+  margin-bottom: 20px
+
+.reserve-row-1
+  margin-bottom: 15px
+
 .connected
   background-color: green
 
 .disconnected
   background-color: red
 
-.expert-switch
-  padding: 5px 10px
-
-.expert-mode, button.expert-mode:hover
-  background-color: #ffcc99
+.settings-btn
+  padding: 6px 7px 0 7px
 
 .white-turn
   background-color: white
@@ -148,16 +157,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