Progression in styles + initiate translation process
[vchess.git] / public / stylesheets / layout.sass
index 647a78b..52805f2 100644 (file)
@@ -1,18 +1,37 @@
 html, *
   font-family: "Open Sans", Arial, sans-serif
   --back-color: #f2f2f2
-  --a-link-color: #0039e6
+  --a-link-color: blue
+  --a-visited-color: blue
 
 body
   padding: 0
   min-width: 320px
 
-//@media screen and (min-width: 767px)
-  .card
-    max-width: 600px
+a
+  text-decoration: underline
 
 .text-center
   text-align: center
 
 .smallpad
   padding: 5px
+
+.emphasis
+  font-style: italic
+
+.red
+  color: #cc3300
+
+.purple
+  color: purple
+
+.smallfont
+  font-size: 0.8em
+
+.bigfont
+  font-size: 1.2em
+
+[type="checkbox"].modal+div .card
+  max-width: 767px
+  max-height: 100vh