]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/matita/matitaweb.css
Matitaweb: layout change in the matitaweb inteface, in order to allow better
[helm.git] / matitaB / matita / matitaweb.css
index f39a09ea1177d7d00688e81b14b4a727cbdbe7e3..e11f7a967921e7493bd6b5f38eb7467ce0b826b7 100644 (file)
@@ -38,6 +38,74 @@ div.scroll {
        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:15%; 
+       width:100%; 
+}
+
+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.toolbar {
+       display: inline;
+       margin-left: auto;
+       margin-right: auto;
+       height:100%; 
+       width:67%; 
+}
+
+div.caption {
+       display: inline;
+       margin-left: auto;
+       margin-right: auto;
+       height:100%; 
+       width:33%; 
+       text-align: center;
+}
+
+div.scriptarea {
+       display: inline;
+       margin-left: auto;
+       margin-right: auto;
+       height:100%; 
+       width:67%; 
+}
+
+div.goalarea {
+       display: inline;
+       margin-left: auto;
+       margin-right: auto;
+       height:100%; 
+       width:33%; 
+}
+
+
 h2 {
        border: 0px;
        padding: 1px;