Some styles improvement attempts (how to uniformize modals?)
[vchess.git] / public / stylesheets / variant.sass
index f5bffc3..be0dbc8 100644 (file)
@@ -225,6 +225,8 @@ ul:not(.browser-default) > li
   font-weight: bold
   cursor: pointer
   padding: 3px
+  margin-left: 0
+  margin-right: 0
   background-color: lightgrey
 
 #fen-string
@@ -245,3 +247,59 @@ ul:not(.browser-default) > li
 #fen-div > p
   margin-left: 0
   margin-right: 0
+
+.newproblem-form input, .newproblem-form textarea
+  width: 100%
+
+.emphasis
+  font-style: italic
+
+#newpbInstructions
+  margin-bottom: var(--universal-margin);
+
+.center-btn
+  margin-left: 40%
+
+//TODO?
+.center-inline
+  text-align: center
+.center-block
+  margin-left: auto
+  margin-right: auto
+
+.mistake-newproblem
+  color: #663300
+
+#problem-solution
+  display: none
+
+.topspace
+  margin-top: 15px
+
+.problem
+  cursor: pointer
+  margin-bottom: 15px
+
+#solution-div h3
+  cursor: pointer
+
+.newproblem-form, .newproblem-preview
+  max-width: 90%
+
+.clickable
+  cursor: pointer
+
+.name-connected
+  color: green
+
+.name-disconnected
+  color: red
+
+.clearer
+  clear: both
+
+.my-chatmsg
+  color: black
+
+.opp-chatmsg
+  color: blue