| Server IP : 69.164.203.165 / Your IP : 216.73.216.219 Web Server : nginx/1.18.0 System : Linux localhost 6.14.3-x86_64-linode168 #1 SMP PREEMPT_DYNAMIC Mon Apr 21 19:47:55 EDT 2025 x86_64 User : www-data ( 33) PHP Version : 8.1.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /opt/matlock/wp-content/plugins/castbox/ |
Upload File : |
.cast-box{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,.7);
z-index: 99999 !important;
display: none;
}
.inner-cast-box{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 1em;
background: rgba(255,255,255,.8);
width: 95%;
max-width: 800px;
}
.inner-cast-box img{
margin-bottom: 10px;
}
.close-cast-box{
position: absolute;
top: -50px;
right: 0;
color: #fff;
font-size: 2rem;
}
.inner-cast-box .ion-chevron-right{
float: right;
font-size: 1.25rem;
}
.inner-cast-box .ion-chevron-left{
float: left;
font-size: 1.25rem;
}