]> matita.cs.unibo.it Git - helm.git/blob - matitaB/matita/matitaweb.css
More changes to matitaweb.css.
[helm.git] / matitaB / matita / matitaweb.css
1 div.dialog {
2         position:absolute;
3         top: 50%;
4         left: 50%;
5         width:450px;
6         height:500px;
7         margin-top: -250px; /*set to a negative number 1/2 of your height*/
8         margin-left: -225px; /*set to a negative number 1/2 of your width*/
9         border: 1px solid #ccc;
10         padding: 3px;
11         background-color: #f3f3f3;
12 }
13
14 div.diaTitle {
15         display: block;
16         margin-left: auto;
17         margin-right: auto;
18         width: 444px;
19         background-color: #007fff;
20         color: white;
21 }
22
23 div.scroll {
24         display: block;
25         margin-left: auto;
26         margin-right: auto;
27         border: 1px;
28         border-style:solid;
29         height:470px; 
30         width:442px; 
31         overflow:auto;
32         background-color: white;
33         color:black;
34 }