]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/matita/matitaweb.css
File uploading
[helm.git] / matitaB / matita / matitaweb.css
index e11f7a967921e7493bd6b5f38eb7467ce0b826b7..b75aaf301cd9f7f514d54d0d54484b91d7a35c1e 100644 (file)
@@ -1,9 +1,23 @@
+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%;
        left: 50%;
        width:450px;
-       height:i500px;
+       height:500px;
        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;
@@ -13,11 +27,30 @@ 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;
+}
+
+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 {
@@ -42,7 +75,7 @@ div.matitaapparea {
        display: block;
        margin-left: auto;
        margin-right: auto;
-       height:100%; 
+       height:100%;
        width:100%; 
        background-color: white;
        color:black;
@@ -52,8 +85,10 @@ div.toparea {
        display: block;
        margin-left: auto;
        margin-right: auto;
-       height:15%
+       height:64px
        width:100%; 
+        line-height:64px;
+/*        float:left;*/
 }
 
 div.bottomarea {
@@ -72,37 +107,56 @@ div.workarea {
        width:100%; 
 }
 
+div.navibar {
+       display: inline-block;
+       margin-left: auto;
+       margin-right: auto;
+       height:100%; 
+       width:33%; 
+       float:left; 
+}
+
 div.toolbar {
-       display: inline;
+       display: inline-block;
        margin-left: auto;
        margin-right: auto;
        height:100%; 
-       width:67%; 
+       width:33%;
+        float:left; 
 }
 
 div.caption {
-       display: inline;
+       display: inline-block;
        margin-left: auto;
        margin-right: auto;
        height:100%; 
-       width:33%; 
+       width:34%; 
        text-align: center;
+        float:right; 
+}
+
+img.topimg {
+       bottom:0px;
 }
 
 div.scriptarea {
-       display: inline;
+       display: inline-block;
        margin-left: auto;
        margin-right: auto;
        height:100%; 
-       width:67%; 
+       width:100%;
+        min-width:67%;
+        float:left;
 }
 
 div.goalarea {
-       display: inline;
+       display: inline-block;
        margin-left: auto;
        margin-right: auto;
        height:100%; 
-       width:33%; 
+       width:33%;
+        min-width:33%; 
+        float:right;
 }