Some advances. TODO: test board.js, and then game.js, and then implement room.js
[vchess.git] / public / stylesheets / layout.sass
index e70d3fe..161995d 100644 (file)
@@ -1,3 +1,5 @@
+@import users
+
 html, *
   font-family: "Open Sans", Arial, sans-serif
   --back-color: #f2f2f2
@@ -17,9 +19,13 @@ body
     padding: 0
     .section-content
       *
-        margin-left: 0
-        margin-right: 0
+        margin-left: auto
+        margin-right: auto
+        max-width: 767px
+      figure.diagram-container
+        max-width: 1000px
       @media screen and (max-width: 767px)
+        max-width: 100%
         padding: 0 5px
 
 @media screen and (max-width: 767px)
@@ -29,6 +35,42 @@ body
       border-left: 1px solid var(--button-group-border-color)
       border-top: 0
 
+.right-menu
+  float: right
+  @media screen and (max-width: 767px)
+    .info-container
+      p
+        margin-right: 5px
+
+#settings, #contactForm
+  max-width: 767px
+  @media screen and (max-width: 767px)
+    max-width: 100vw
+
+#emailSent
+  color: blue
+  display: none
+
+footer
+  height: 77px
+  background-color: #000033
+  div
+    line-height: 77px
+    a
+      margin: 0 10px 0 0
+      display: inline-block
+      &:visited, &:link
+        color: white
+    p
+      margin: 0 0 0 10px
+      display: inline-block
+      color: white
+      text-decoration: underline
+  @media screen and (max-width: 767px)
+    height: 43px
+    div
+      line-height: 43px
+
 a
   text-decoration: underline