| Server IP : 69.72.244.102 / Your IP : 216.73.216.164 Web Server : LiteSpeed System : Linux s3434.fra1.stableserver.net 4.18.0-513.24.1.lve.2.el8.x86_64 #1 SMP Fri May 24 12:42:50 UTC 2024 x86_64 User : konzalta ( 1271) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/thread-self/cwd/wp-content/plugins/pure-metafields/admin/css/ |
Upload File : |
/**
* All of the CSS for your admin-specific functionality should be
* included in this file.
*/
/* User metabox */
.tp-image-box {
width: 7.1%;
position: relative;
}
.tp-image-box img {
max-width: 100%;
}
.tp-user-image{
width: 50%;
}
.tp-user-image img {
max-width: 100%;
}
.tp-del-img{
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
transition: 0.3s;
z-index: 9999;
visibility: hidden;
opacity: 0;
}
.tp-del-img svg{
fill: #fff;
}
.tp-image-box::after{
position: absolute;
width: 100%;
height: 100%;
content: "";
background: #000;
opacity: 0.3;
visibility: hidden;
transition: 0.3s;
top: 0;
left: 0;
cursor: pointer;
}
.tp-image-box:hover::after{
visibility: visible;
opacity: 0.7;
transition: 0.3s;
}
.tp-image-box:hover .tp-del-img{
visibility: visible;
opacity: 1;
transition: 0.3s;
}
.tp-hidden-template{
display: none;
}