- WP Super Cache enabled (PHP mode, gzip, Nginx compatible) - Autoptimize: CSS/HTML minification + deferred JS + Google Fonts optimization - Cookie Notice: GDPR/LOPD banner styled with brand colors (navy/burgundy/gold) - Legal pages: Aviso Legal, Política de Privacidad, Política de Cookies (ES) - MU-plugin: custom footer with legal links + Cloud Host credit - Footer: copyright, legal nav, Hosted & Maintained by Cloud Host (cloudhost.es) - Security: X-Frame-Options, X-Content-Type, Referrer-Policy headers - Security: XML-RPC disabled, REST user enumeration blocked - Performance: emoji scripts removed, post revisions limited to 3
47 lines
931 B
CSS
47 lines
931 B
CSS
.cn-deactivation-modal {
|
|
max-height: 500px;
|
|
overflow: hidden;
|
|
top: 50% !important;
|
|
transform: translateY(-50%);
|
|
}
|
|
.cn-deactivation-modal #TB_title {
|
|
padding: 13px 16px;
|
|
background: #f3f3f3;
|
|
}
|
|
.cn-deactivation-modal #TB_title > div {
|
|
padding: 0;
|
|
color: #000;
|
|
}
|
|
.cn-deactivation-modal #TB_ajaxContent {
|
|
width: auto !important;
|
|
height: calc(100% - 112px) !important;
|
|
padding: 0;
|
|
}
|
|
.cn-deactivation-modal #TB_closeAjaxWindow button {
|
|
right: 8px;
|
|
}
|
|
.cn-deactivation-options p:first-child {
|
|
margin-top: 0;
|
|
}
|
|
#cn-deactivation-container {
|
|
width: 100%;
|
|
}
|
|
#cn-deactivation-container textarea {
|
|
width: 100%;
|
|
min-height: 100px;
|
|
}
|
|
#cn-deactivation-body {
|
|
padding: 13px 16px;
|
|
}
|
|
#cn-deactivation-footer {
|
|
padding: 13px 16px;
|
|
position: absolute;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
border-top: 1px solid #ddd;
|
|
background: #f3f3f3;
|
|
}
|
|
#cn-deactivation-footer .spinner {
|
|
float: none;
|
|
} |