]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/matita/matitaweb.css
Matitaweb: fixes compilation errors and minor graphical problems.
[helm.git] / matitaB / matita / matitaweb.css
index 9f0da288466c0a307ab58a8a0b59960cd1c87fd8..32d68f983bdc8788d8039c8353ee541a98c3bd51 100644 (file)
@@ -1,3 +1,16 @@
+body {
+       border:0px;
+       padding:0px;
+       margin:0px;
+}
+
+div#matitaapparea {
+       border:0px;
+       padding:0px;
+       margin:0px;
+       position:fixed;
+}
+
 div.upload {
        position:absolute;
        top: 50%;
@@ -13,9 +26,8 @@ div.upload {
 
 div.titlebar {
        display: block;
-       margin-left: auto;
-       margin-right: auto;
-       margin-bottom: 4px;
+       margin:0px;
+       border:0px;
        width:100%;
        height: 32px;
        background-color: #007fff;
@@ -47,15 +59,12 @@ div.mainRight {
 
 div.dialog {
        position:absolute;
-       top: 50%;
-       left: 50%;
        width:450px;
        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;
        padding: 3px;
        background-color: #f3f3f3;
+       z-index: 9999;
 }
 
 div.diaTitle {
@@ -82,11 +91,31 @@ div.diaClose {
         line-height: 32px
 }
 
+#mask {
+       position:absolute;
+       left:0;
+       top:0;
+       z-index:9000;
+       background-color:#000;
+       display:none;
+}
+
+#whitemask {
+       position:absolute;
+       left:0;
+       top:0;
+       z-index:9000;
+       background-color:#ffffff;
+       display:none;
+}
+
+
 a#hlogout {
   color: inherit;
   font-weight: bold;
 }
-a#butClose {
+
+a.butClose {
   color: inherit;
 }
 
@@ -120,6 +149,7 @@ div.matitaapparea {
 
 div.toparea {
        display: block;
+       padding:4px;
        margin-left: auto;
        margin-right: auto;
        height:64px; 
@@ -138,8 +168,11 @@ div.bottomarea {
 
 div.workarea {
        display: block;
-       margin-left: auto;
-       margin-right: auto;
+       border:0px;
+       padding:0px;
+       margin:0px;
+       /*margin-left: auto;
+       margin-right: auto;*/
        height:84%; 
        width:100%; 
 }
@@ -158,7 +191,7 @@ div.toolbar {
        margin-left: auto;
        margin-right: auto;
        height:100%; 
-       width:300px;
+       width:400px;
         float:left; 
 }
 
@@ -179,26 +212,49 @@ img.topimg {
 
 div.scriptarea {
        display: inline-block;
-       margin-left: auto;
-       margin-right: auto;
+       border:0px;
+       padding:0px;
+       margin:0px;
+/*     margin-left: auto;
+       margin-right: auto;*/
        height:100%; 
-       width:67%%;
-        min-width:67%;
-        max-width:67%;
+       width:67%;
+/*        min-width:67%;
+        max-width:67%; */
         float:left;
 }
 
-div.goalarea {
+div.sidearea {
        display: inline-block;
-       margin-left: auto;
-       margin-right: auto;
+       border:0px;
+       padding:0px;
+       margin:0px;
+       /*margin-left: auto;
+       margin-right: auto;*/
        height:100%; 
        width:33%;
-        min-width:33%;
-        max-width:33%; 
+/*        min-width:33%;
+        max-width:33%;  */
         float:right;
 }
 
+div.framed { 
+       border: 2px solid DarkGray;
+}
+
+div.context {
+       overflow: auto;
+}
+
+span.autotactic {
+       color: green;
+       font-weight: bold;
+}
+
+span.autotrace {
+       display:none;
+}
+
 span.activegoal {
        color: red;
        font-weight: bold;