X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matitaB%2Fmatita%2Fmatitaweb.css;h=32d68f983bdc8788d8039c8353ee541a98c3bd51;hb=7666f9dddfcaca5671dd25d3cd2095481968c7bf;hp=fbc7d22ed8e7ffd064a61251dd172a59b7d581ab;hpb=0e3d8e00433a9a4dd72310c1e889814848a96c10;p=helm.git diff --git a/matitaB/matita/matitaweb.css b/matitaB/matita/matitaweb.css index fbc7d22ed..32d68f983 100644 --- a/matitaB/matita/matitaweb.css +++ b/matitaB/matita/matitaweb.css @@ -59,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 { @@ -94,6 +91,25 @@ 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; @@ -175,7 +191,7 @@ div.toolbar { margin-left: auto; margin-right: auto; height:100%; - width:300px; + width:400px; float:left; } @@ -203,8 +219,8 @@ div.scriptarea { margin-right: auto;*/ height:100%; width:67%; - min-width:67%; - max-width:67%; +/* min-width:67%; + max-width:67%; */ float:left; } @@ -217,8 +233,8 @@ div.sidearea { margin-right: auto;*/ height:100%; width:33%; - min-width:33%; - max-width:33%; +/* min-width:33%; + max-width:33%; */ float:right; } @@ -230,6 +246,15 @@ div.context { overflow: auto; } +span.autotactic { + color: green; + font-weight: bold; +} + +span.autotrace { + display:none; +} + span.activegoal { color: red; font-weight: bold;