stlviewer.css

changeset 17
dee15870206a
parent 13
39fb313ba27c
child 18
ff1941c85fd3
--- a/stlviewer.css	Thu Apr 06 15:03:40 2017 +0200
+++ b/stlviewer.css	Thu Apr 06 15:41:04 2017 +0200
@@ -1,50 +1,55 @@
-      body {
-        font-family: Monospace;
-        background-color: #000000;
-        margin: 0px;
-        overflow: hidden;
-      }
+body {
+  font-family: Monospace;
+  background-color: #000000;
+  margin: 0px;
+  overflow: hidden;
+  font-size: 10pt;
+}
+
+h2 {
+  font-size: 12pt;
+}
 
-      #info {
-        color: #fff;
-        position: absolute;
-        top: 10px;
-        width: 100%;
-        text-align: center;
-        z-index: 100;
-        display:block;
+#info {
+  color: #fff;
+  position: absolute;
+  top: 10px;
+  width: 100%;
+  text-align: center;
+  z-index: 100;
+  display:block;
 
-      }
+}
 
-      a { color: skyblue }
-      .button { background:#999; color:#eee; padding:0.2em 0.5em; cursor:pointer }
-      .highlight { background:orange; color:#fff; }
+a { color: skyblue }
+.button { background:#999; color:#eee; padding:0.2em 0.5em; cursor:pointer }
+.highlight { background:orange; color:#fff; }
 
-      span {
-        display: inline-block;
-        width: 60px;
-        float: left;
-        text-align: center;
-      }
+span {
+  display: inline-block;
+  width: 60px;
+  float: left;
+  text-align: center;
+}
 
       
-  #sortable1, #sortable2 {
-    border: 1px solid #eee;
-    width: 142px;
-    /*min-height: 20px;*/
-    list-style-type: none;
-    margin: 0;
-    padding: 5px 0 0 0;
-    float: left;
-    margin-right: 10px;
-  }
-  #sortable1 li, #sortable2 li {
-    margin: 0 5px 5px 5px;
-    padding: 5px;
-    font-size: 1.2em;
-    width: 120px;
-    background: rgba(0,0,0,0.5);
-  }
+#sortable1, #sortable2 {
+  border: 1px solid #eee;
+  width: 142px;
+  /*min-height: 20px;*/
+  list-style-type: none;
+  margin: 0;
+  padding: 5px 0 0 0;
+  float: left;
+  margin-right: 10px;
+}
+#sortable1 li, #sortable2 li {
+  margin: 0 5px 5px 5px;
+  padding: 5px;
+  font-size: 1.2em;
+  width: 120px;
+  background: rgba(0,0,0,0.5);
+}
 
 .listcontainer {
   width: 157px;
@@ -61,4 +66,22 @@
 }
 .listcontainer span {
 
+}
+
+#infocontainer {
+  width: 300px;
+  padding-left: 10px;
+  padding-bottom: 10px;
+  overflow-y: auto;
+  overflow-x: auto;
+  float: right;
+  border: 1px solid #eee;
+  color: #fff;
+  background: rgba(0,0,0,0.5);
+  text-align: left;
+}
+#infocontainer ul {
+  margin-left: 0;
+  padding: 0;
+  list-style-position: inside;
 }
\ No newline at end of file

mercurial