Fix index style. Now on variant page
[vchess.git] / public / stylesheets / variant.sass
index f804756..6cd3c1f 100644 (file)
@@ -1,7 +1,6 @@
 .container#variantPage
   padding: 0
 
-//.container#variantPage > .row > div
 @media screen and (max-width: 767px)
   .col-sm-12
     padding: 0
     margin-right: 0
     padding: 0 3px
 
+
+//TODO: taille modal au cas par cas. standard == 767. Can be larger (welcome, fen...)
+
+
 .warn
   padding: 3px
   color: red
@@ -225,6 +228,8 @@ ul:not(.browser-default) > li
   font-weight: bold
   cursor: pointer
   padding: 3px
+  margin-left: 0
+  margin-right: 0
   background-color: lightgrey
 
 #fen-string
@@ -246,7 +251,7 @@ ul:not(.browser-default) > li
   margin-left: 0
   margin-right: 0
 
-.newproblem input, .newproblem textarea
+.newproblem-form input, .newproblem-form textarea
   width: 100%
 
 .emphasis
@@ -267,3 +272,37 @@ ul:not(.browser-default) > li
 
 .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