blob: ed160c9e07a0c6338d1678bf133e46cafc9f59d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
#users, #embed
{
background:transparent;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000070,endColorstr=#00000070);
zoom: 1;
}
#editorcontainerbox
{
/*position: relative;*/
position:absolute;
top: 37px;
padding-top: 37px;
}
#editorcontainer
{
position: absolute;
width: 100%;
top: 0px;
left: 0px;
bottom: 0px;
z-index: 1;
overflow: hidden;
}
#editorcontainer iframe {
height: 100%;
width: 100%;
padding-bottom: 37px;
margin: 0;
}
#editorloadingbox { padding-top: 100px; padding-bottom: 100px; font-size: 2.5em; color: #aaa;
text-align: center; position: absolute; width: 100%; height: 30px; z-index: 100; }
|