| Server IP : 202.61.199.114 / Your IP : 216.73.217.139 Web Server : nginx/1.22.1 System : Linux de.arni-solutions.de 6.1.0-49-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64 User : web20 ( 1018) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/clients/client2/web30/web/assets/css/ |
Upload File : |
:root {
--pacim-primary: #0d2b55;
--pacim-surface: #f3f6fb;
}
body {
background: var(--pacim-surface);
font-size: 0.95rem;
}
.app-shell {
display: grid;
grid-template-columns: 260px 1fr;
min-height: 100vh;
grid-template-rows: 64px 1fr;
}
.topbar {
grid-column: 1 / -1;
background: var(--pacim-primary);
}
.sidebar {
background: #102748;
color: #fff;
}
.sidebar .nav-link {
color: #b8c8de;
border-radius: 0.5rem;
padding: 0.65rem 0.8rem;
}
.sidebar .nav-link.active,
.sidebar .nav-link:hover {
background: rgba(255, 255, 255, 0.08);
color: #fff;
}
.content .card {
border: 0;
border-radius: 0.9rem;
}
.stat-card .display-6 { color: var(--pacim-primary); }
.plate-large { font-size: 1.5rem; font-weight: 700; letter-spacing: 1px; }
.plate { font-weight: 600; letter-spacing: 0.5px; }
.checkin-card { border-left: 4px solid var(--pacim-primary); }
@media (max-width: 992px) {
.app-shell {
grid-template-columns: 1fr;
grid-template-rows: 64px auto 1fr;
}
}