loading popup
[unfold.git] / manifoldapi / static / css / manifold.css
1 .template {
2         visibility: hidden;
3         position: absolute;
4 }
5
6 .loading {
7     background-color:white;
8     color:black;
9     position:fixed;
10     top:160px;
11     left:50%;
12     width:30%;
13     margin: 0 0 0 -15%;
14     padding:25px 50px;
15     box-shadow: 4px 4px 5px #888;
16     border:1pt solid #30196D;
17     display:none;
18     z-index:100;
19 }