| Server IP : 217.113.158.245 / Your IP : 216.73.217.83 Web Server : Apache/2.4.41 (Ubuntu) System : Linux bg-hoster 5.4.0-200-generic #220-Ubuntu SMP Fri Sep 27 13:19:16 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.27 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/platform_plugin/wp-content/plugins/modeltheme-framework/css/ |
Upload File : |
/**
* @file style-dfi.css
*
* Style for dynamic featured image plugin
*
* Copyright (c) 2013, Ankit Pokhrel <ankitpokhrel@gmail.com, http://ankitpokhrel.com.np>
*/
.dfiAddNew {
float: left;
margin-top: 3px;
}
.dfiRemove {
float: right;
}
.dfiLinks{
padding: 2px 0;
}
.dfiClearFloat {
clear: both;
}
.featured-meta-box a:not(.hasFeaturedImage):not(.dfiAddNew) {
display: inline-block !important;
margin: 3px 0;
}
img.dfiImg {
max-width: 258px;
}
img.dfiImg[src=""]{
display: none;
}
img.dfiImgEmpty {
display: none;
}
.dfiLoading {
background: url("../images/spinner.gif") no-repeat;
display: inline-block;
height: 20px;
position: relative;
top: 2px;
width: 20px;
}
.dfiFeaturedImage {
border: 2px dashed #AAA;
color: #CCC;
height: 130px;
margin: 10px 0 !important;
padding: 10px;
text-align: center;
width: 235px;
}
.dfiFeaturedImage:hover{
border-color: #999;
}
.dfiFeaturedImage > span {
display: inline-block;
font-size: 54px;
margin-top: 17%;
margin-right: 11%;
}
.hasFeaturedImage {
border: none;
width: auto;
height: auto;
margin: 0 !important;
position: absolute;
top: 30%;
left: 37%;
display: none;
z-index: 999;
}
.dashicons {
text-decoration: none !important;
}
.dashicons:hover, .dfiFeaturedImage:hover {
color: #2ea2cc !important;
}