39 lines
652 B
CSS
39 lines
652 B
CSS
|
#users, #embed
|
||
|
{
|
||
|
background:transparent;
|
||
|
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000070,endColorstr=#00000070);
|
||
|
zoom: 1;
|
||
|
}
|
||
|
|
||
|
|
||
|
#editorcontainerbox
|
||
|
{
|
||
|
position: relative;
|
||
|
top: 1px;
|
||
|
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; }
|