| Server IP : 89.108.64.180 / Your IP : 216.73.217.92 Web Server : Apache/2.4.41 (Ubuntu) System : Linux 89-108-64-180.cloudvps.regruhosting.ru 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : www-root ( 1010) PHP Version : 8.0.30 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/www-root/data/www/hotelzm.com/wp-content/plugins/clearfy/admin/assets/css/ |
Upload File : |
/**
* Page components
* @author Alex Kovalev <alex.kovalevv@gmail.com>
* @copyright Alex Kovalev 30.09.2017
*/
#WBCR {
.card-ribbon(@bgColor:#f7dea9, @color:#67532f) {
position: absolute;
bottom: 60px;
right: 0;
height: 30px;
width: 120px;
border-radius: 3px 0 0 3px;
background-color: @bgColor;
color: @color;
text-align: center;
font-size: 12px;
font-weight: 600;
line-height: 2.4;
text-transform: uppercase;
z-index: 1;
}
.wbcr-clearfy-components {
padding: 0 20px 20px;
text-align: center;
.plugin-card {
position: relative;
display: inline-block;
width: 32.7%;
height: 250px;
margin-left: 0;
margin-right: 0;
text-align: left;
float: none;
vertical-align: top;
&:first-child {
margin-left: 0;
}
.plugin-card-bottom {
position: absolute;
bottom: 0;
right: 0;
left: 0;
}
.plugin-card-top {
min-height: 163px;
}
.desc, .name {
margin-right: 0 !important;
}
.name {
h3 {
font-size: 17px;
margin-top: 0 !important;
}
}
.install-now {
float: right;
}
.delete-now {
float: right;
margin-left: 5px;
.dashicons, .dashicons-before:before {
font-size: 16px !important;
line-height: 1.5 !important;
color: #62696f;
}
}
a.open-plugin-details-modal {
color: #5c5d5f;
text-decoration: none;
font-weight: 600;
font-size: 15px;
}
// Premium
.plugin-card-premium-ribbon {
.card-ribbon();
}
// Free
.plugin-card-free-ribbon {
.card-ribbon(#cccccc, #6b6b6b);
}
// Freemium
.plugin-card-freemium-ribbon {
.card-ribbon(#cae2b3, #546742);
}
&.premium {
border-color: #e8d7b2;
background-color: #fff9eb;
}
&.plugin-status-deactive {
background-color: #f1f1f1;
//background-color: #f9f2f1;
a.open-plugin-details-modal {
color: #ababab;
text-decoration: none;
font-weight: 600;
font-size: 15px;
}
.plugin-icon {
opacity: 0.3;
}
.desc {
color: #afafaf;
}
&.premium {
background-color: #f9f2f1;
}
}
}
}
}
@media screen and (max-width: 1750px) {
#WBCR {
.wbcr-clearfy-components {
.plugin-card {
width: 49%;
}
}
}
}
@media screen and (max-width: 1350px) {
#WBCR {
.wbcr-clearfy-components {
.plugin-card {
width: 100%;
}
}
}
}