Some code cleaning + clarifying (TODO: work on variables names)
[vchess.git] / public / stylesheets / index.sass
index 77ba9ae..f67ed08 100644 (file)
 .card > h3.section.red
   color: #cc3300
 
+.main-title
+  font-style: italic
+
 #welcome, #help
   max-height: 100vh
   max-width: 90vw
 
+.conditional-jump
+  display: block
+
+@media screen and (max-width: 710px)
+  .conditional-jump
+    display: inline
+
 @media screen and (max-width: 400px)
   #welcome, #help
     max-width: 100vw
 #welcome ul > li
   font-family: monospace
 
+.read-this
+  color: blue
+  text-decoration: underline
+  cursor: pointer
+
+.emphasis
+  font-style: italic
+  color: purple
+
+.disable-msg
+  cursor: pointer
+  color: darkred
+
+.smallfont
+  font-size: 0.8em
+
 table.list-table
   width: 300px
   margin: 0 auto