]> matita.cs.unibo.it Git - helm.git/blob - matitaB/matita/matitaweb.css
5510ab677cb5d7036275ea2c0d73a16b69051d36
[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 solid #ccc;
28         height:470px; 
29         width:442px; 
30         overflow:auto;
31         background-color: white;
32         color:black;
33 }
34
35 h2 {
36         border: 0px;
37         padding: 1px;
38         display: inline;
39 }