resize canvas when app/window is being resized; add permission for audio capture...
[tricorder.git] / style / tricorder.css
index 7f37659a1fea9b6f0f6cb0372e70b85a8d8b2950..99696f6f34a9b88d88942ac322832086c5cc9bfd 100644 (file)
@@ -141,6 +141,14 @@ a:hover, a:active { color: #FFCF00; }
   background-color: #C09070;
   color: #000000;
 }
+#navSound {
+  background-color: #E7ADE7;
+  color: #000000;
+}
+#navDev {
+  background-color: #A09090;
+  color: #000000;
+}
 #navOther {
   background-color: #6000CF;
   color: #000000;
@@ -179,7 +187,7 @@ a:hover, a:active { color: #FFCF00; }
   width: auto;
   padding: 1px;
   min-height: 20em;
-  overflow: none;
+  overflow: hidden;
   border: none;
 }
 
@@ -222,16 +230,38 @@ a:hover, a:active { color: #FFCF00; }
 section {
   display: none;
   background-color: rgba(0,0,0,0.8);
+  height: 100%;
 }
 
 section.active {
   display: block;
 }
 
-.gravVal {
+section > p:first-child {
+  margin-top: 0;
+  padding-top: 1em;
+}
+
+.posVal, .gravVal {
   text-align: right;
 }
 
+.posVal {
+  width: 24ch;
+}
+
+.gravVal {
+  width: 10ch;
+}
+
+.note {
+  font-size: .667em;
+}
+
+#soundavail {
+  height: 100%;
+}
+
 @media screen and (min-width: 500px) {
   body {
     font-size: 24px;