]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/matita/matitaweb.css
1) removed many debug prints
[helm.git] / matitaB / matita / matitaweb.css
index 612c76b5a52704d213d71d5f1eea62a99a8f89e4..aed752a8e9cde90fb5d41c1b79b6cc56684dc45b 100644 (file)
@@ -1,3 +1,17 @@
+div.upload {
+       position:absolute;
+       top: 50%;
+       left: 50%;
+       width:450px;
+       height:50px;
+       margin-top: -250px; /*set to a negative number 1/2 of your height*/
+       margin-left: -225px; /*set to a negative number 1/2 of your width*/
+       border: 1px solid #ccc;
+       padding: 3px;
+       background-color: #f3f3f3;
+}
+
+
 div.dialog {
        position:absolute;
        top: 50%;
@@ -13,17 +27,36 @@ div.dialog {
 
 div.diaTitle {
        display: block;
-       margin-left: auto;
+       margin-left: 3px;
        margin-right: auto;
-       width: 444px;
+       width: 414px;
        background-color: #007fff;
        color: white;
+        float: left;
+        line-height: 32px;
 }
 
-input.diaFile {
+div.diaClose {
+       display: block;
        margin-left: auto;
+       margin-right: 3px;
+        background-color: red;
+       width: 30px;
+       color: white;
+        float: right;
+        text-align: center;
+        vertical-align: middle;
+        line-height: 32px
+}
+
+a#butClose {
+  color: inherit;
+}
+
+input.diaFile {
+       margin-left: 3px;
        margin-right: auto;
-       width: 444px;
+       width: 370px;
 }
 
 div.scroll {
@@ -31,13 +64,102 @@ div.scroll {
        margin-left: auto;
        margin-right: auto;
        border: 1px solid #ccc;
-       height:470px; 
+       height:440px; 
        width:442px; 
        overflow:auto;
        background-color: white;
        color:black;
 }
 
+div.matitaapparea {
+       display: block;
+       margin-left: auto;
+       margin-right: auto;
+       height:100%;
+       width:100%; 
+       background-color: white;
+       color:black;
+}
+
+div.toparea {
+       display: block;
+       margin-left: auto;
+       margin-right: auto;
+       height:64px; 
+       width:100%; 
+        line-height:64px;
+/*        float:left;*/
+}
+
+div.bottomarea {
+       display: block;
+       margin-left: auto;
+       margin-right: auto;
+       height:15%; 
+       width:100%; 
+}
+
+div.workarea {
+       display: block;
+       margin-left: auto;
+       margin-right: auto;
+       height:70%; 
+       width:100%; 
+}
+
+div.navibar {
+       display: inline-block;
+       margin-left: auto;
+       margin-right: auto;
+       height:100%; 
+       width:370px; 
+       float:left; 
+}
+
+div.toolbar {
+       display: inline-block;
+       margin-left: auto;
+       margin-right: auto;
+       height:100%; 
+       width:300px;
+        float:left; 
+}
+
+div.caption {
+       display: inline-block;
+       margin-left: auto;
+       margin-right: auto;
+       height:100%; 
+       width:220px; 
+       text-align: center;
+        float:right; 
+}
+
+img.topimg {
+       bottom:0px;
+}
+
+div.scriptarea {
+       display: inline-block;
+       margin-left: auto;
+       margin-right: auto;
+       height:100%; 
+       width:100%;
+        min-width:67%;
+        float:left;
+}
+
+div.goalarea {
+       display: inline-block;
+       margin-left: auto;
+       margin-right: auto;
+       height:100%; 
+       width:33%;
+        min-width:33%; 
+        float:right;
+}
+
+
 h2 {
        border: 0px;
        padding: 1px;