]> matita.cs.unibo.it Git - helm.git/blob - matitaB/matita/matitaweb.css
More changes to matitaweb dialog boxes.
[helm.git] / matitaB / matita / matitaweb.css
1 div.dialog {
2         position:absolute;
3         top: 50%;
4         left: 50%;
5         width:400px;
6         height:300px;
7         margin-top: -150px; /*set to a negative number 1/2 of your height*/
8         margin-left: -200px; /*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: 394px;
19         background-color: #007fff;
20         color: white;
21 }
22
23 div.scroll {
24         border: 1px;
25         border-style:solid;
26         height:100%; 
27         width:100%; 
28         overflow:auto;
29 }