]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/matita/matitaweb.css
Matitaweb:
[helm.git] / matitaB / matita / matitaweb.css
index aed752a8e9cde90fb5d41c1b79b6cc56684dc45b..e481b416278fc3cd56879d99a764873f7cb7a815 100644 (file)
@@ -64,7 +64,7 @@ div.scroll {
        margin-left: auto;
        margin-right: auto;
        border: 1px solid #ccc;
-       height:440px; 
+       height:415px; 
        width:442px; 
        overflow:auto;
        background-color: white;
@@ -103,7 +103,7 @@ div.workarea {
        display: block;
        margin-left: auto;
        margin-right: auto;
-       height:70%; 
+       height:88%; 
        width:100%; 
 }
 
@@ -137,6 +137,7 @@ div.caption {
 
 img.topimg {
        bottom:0px;
+        border:none;
 }
 
 div.scriptarea {
@@ -144,8 +145,9 @@ div.scriptarea {
        margin-left: auto;
        margin-right: auto;
        height:100%; 
-       width:100%;
+       width:67%%;
         min-width:67%;
+        max-width:67%;
         float:left;
 }
 
@@ -155,10 +157,19 @@ div.goalarea {
        margin-right: auto;
        height:100%; 
        width:33%;
-        min-width:33%; 
+        min-width:33%;
+        max-width:33%; 
         float:right;
 }
 
+span.activegoal {
+       color: red;
+       font-weight: bold;
+}
+
+span.passivegoal {
+       color: blue;
+}
 
 h2 {
        border: 0px;