| Server IP : 213.132.222.41 / Your IP : 216.73.216.254 Web Server : Apache System : Linux plesk4.nlhosting.net 6.1.0-0.deb11.50-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.176-1~deb11u1 (2026-07-02) x86_64 User : thecovenant ( 10927) PHP Version : 8.3.32 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/thecovenant.nl/httpdocs/wp-content/plugins/daisy-admin-bar/assets/css/ |
Upload File : |
/* Main Plugin Wrapper */
.daisy-admin-bar-wrapper {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
}
/* Header Styles */
.daisy-admin-bar-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
background: #e49b0f;
padding: 15px;
border-radius: 8px;
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.daisy-admin-bar-title-section h1 {
margin: 0;
color: #ffffff;
display: flex;
align-items: center;
font-weight: bolder;
font-size: 36px;
line-height: 60px;
padding: 0;
}
.daisy-admin-bar-logo .dashicons-remove {
color: #e49b0f;
background: #ffffff;
width: 60px;
height: 60px;
font-size: 32px;
line-height: 60px;
text-align: center;
border-radius: 50%;
}
/* Card Layout */
.daisy-admin-bar-card-container {
display: grid;
grid-template-columns: 1fr;
gap: 20px;
}
@media (min-width: 1024px) {
.daisy-admin-bar-card-container {
grid-template-columns: 2fr 1fr;
}
}
.daisy-admin-bar-card {
background: #fff;
border-radius: 8px;
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
overflow: hidden;
}
.daisy-admin-bar-card-header {
background: #e49b0f;
padding: 15px 20px;
}
.daisy-admin-bar-card-header h2 {
margin: 0;
font-size: 18px;
display: flex;
align-items: center;
gap: 10px;
color: #FFFFFF;
}
.daisy-admin-bar-card-body {
padding: 20px;
}
/* Form Elements */
.daisy-admin-bar-card-body p {
margin-top: 0;
}
.daisy-admin-bar-card-body label {
display: block;
margin-bottom: 8px;
cursor: pointer;
}
.daisy-admin-bar-card-footer {
padding: 15px 20px;
background: #f6f7f7;
border-top: 1px solid #dcdcde;
display: flex;
justify-content: space-between;
align-items: center;
}
/* Save Notice Animation */
.save-notice {
color: #4ab866;
font-weight: 500;
opacity: 0;
transition: opacity 0.3s;
}
/* Info Items */
.daisy-admin-bar-info-item {
margin-bottom: 15px;
}
.daisy-admin-bar-info-item:last-child {
margin-bottom: 0;
}
.daisy-admin-bar-info-item h3 {
margin: 0 0 5px;
font-size: 15px;
display: flex;
align-items: center;
gap: 8px;
color: #1d2327;
}
.daisy-admin-bar-info-item p {
margin: 0;
color: #646970;
font-size: 14px;
padding-left: 28px;
}
/* Toggle Switch */
.daisy-switch {
position: relative;
display: inline-block;
width: 50px;
height: 24px;
}
.daisy-switch input {
opacity: 0;
width: 0;
height: 0;
}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
transition: .4s;
border-radius: 24px;
}
.slider:before {
position: absolute;
content: "";
height: 16px;
width: 16px;
left: 4px;
bottom: 4px;
background-color: white;
transition: .4s;
border-radius: 50%;
}
input:checked + .slider {
background-color: #e49b0f;
}
input:checked + .slider:before {
transform: translateX(26px);
}
/* Danger Button */
.button-danger {
background: #d63638;
border-color: #d63638;
color: #fff;
}
.button-danger:hover,
.button-danger:focus {
background: #b32d2e;
border-color: #b32d2e;
color: #fff;
}