tuning stylesheet
authorBrian Flowers <git-admn@bsflowers.net>
Mon, 10 Oct 2016 22:00:21 +0000 (18:00 -0400)
committerBrian Flowers <git-admn@bsflowers.net>
Mon, 10 Oct 2016 22:00:21 +0000 (18:00 -0400)
styles.css [new file with mode: 0644]

diff --git a/styles.css b/styles.css
new file mode 100644 (file)
index 0000000..685f98d
--- /dev/null
@@ -0,0 +1,71 @@
+#vmenu
+{
+  position:     absolute;
+  left:         0px;
+  top:          0px;
+  height:       100%;
+  width:        15%;
+  background:   linear-gradient(to right, #000 0%,#222 80%,#555 100%);
+}
+    
+#vmenu a
+{
+  display:          inline-block;
+  color:            white;
+  font-weight:      bold;
+  text-decoration:  none;
+  width:            100%;
+  text-align:       center;
+  border-bottom:    1px solid white;
+  padding:          .5em .2em;
+  font-size:        larger;
+}
+    
+#charts
+{
+  display:          block;
+  position:         absolute;
+  top:              0px;
+  left:             15%;
+  width:            75%;
+  height:           100%;
+  padding:          1em;
+}
+    
+.chart
+{
+  display:          inline-block;
+  border:           1px solid black;
+  width:            400px;
+  height:           400px;
+}
+
+#options
+{
+  display:          block;
+  position:         absolute;
+  top:              0px;
+  left:             15%;
+  width:            85%;
+  height:                  100%;
+}
+    
+.short
+{
+  width:        3em;    
+}
+    
+tr
+{
+  text-align:   center;
+}
+    
+th
+{
+  padding-top:  2em;
+}
+
+#logo
+{
+  width: 100%;
+}
\ No newline at end of file