]> matita.cs.unibo.it Git - helm.git/blob - matitaB/matita/matitaweb.css
b6487c87119b6ad91ed6b0a8ad7dee9201f37d31
[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: 394px;
19         background-color: #007fff;
20         color: white;
21 }
22
23 div.scroll {
24         border: 1px;
25         border-style:solid;
26         height:570px; 
27         width:394px; 
28         overflow:auto;
29         background-color: white;
30         color:black;
31 }