63 lines
1.2 KiB
CSS
63 lines
1.2 KiB
CSS
#wpfd-box-player {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 9999;
|
|
background: transparent url(../images/boxbg.png) top left repeat;
|
|
color: #FFF;
|
|
}
|
|
|
|
#wpfd-box-player .dropblock {
|
|
min-height: 114px;
|
|
display: inline-block;
|
|
/*margin: 20px 20px 0 20px;*/
|
|
position: relative;
|
|
text-align: center;
|
|
}
|
|
|
|
#wpfd-box-player .dropblock {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
margin-left: -67px;
|
|
margin-top: -67px;
|
|
background: none;
|
|
color: #FFF;
|
|
}
|
|
#wpfd-box-loading{
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 9999;
|
|
background: transparent url(../images/boxbg.png) top left repeat;
|
|
color: #FFF;
|
|
|
|
}
|
|
#wpfd-box-loading .loading {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
margin-left: -32px;
|
|
margin-top: -32px;
|
|
width: 64px;
|
|
height: 64px;
|
|
color: #FFF;
|
|
background:url(../images/preview_loader.gif) no-repeat center center;
|
|
}
|
|
#wpfd-box-player img {
|
|
max-width: 100%;
|
|
height: auto;
|
|
max-height: 100%;
|
|
}
|
|
|
|
#wpfd-box-player .dropblock iframe {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.wpfdlaunch .dashicons-download {
|
|
font-family: dashicons;
|
|
} |