Stack: Nginx + PHP 8.2 + MariaDB + Postfix + Dovecot + Samba - install.sh: script installation automatisé pour RPi OS Bookworm - Interface web: visionneuse mails + admin (comptes, domaine, dashboard) - Chaque compte mail génère automatiquement un share Samba - Processeur cron: extraction pièces jointes via zbateson/mail-mime-parser - Zéro injection SQL (PDO + prepared statements) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
33 lines
402 B
CSS
33 lines
402 B
CSS
body {
|
|
background-color: #f4f6fb;
|
|
}
|
|
|
|
.navbar-brand {
|
|
letter-spacing: 0.5px;
|
|
}
|
|
|
|
.card {
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.table th {
|
|
font-size: .82rem;
|
|
text-transform: uppercase;
|
|
letter-spacing: .04em;
|
|
color: #6c757d;
|
|
}
|
|
|
|
.badge {
|
|
font-weight: 500;
|
|
}
|
|
|
|
.font-monospace {
|
|
font-size: .85em;
|
|
}
|
|
|
|
@media (max-width: 576px) {
|
|
.container-fluid {
|
|
padding: 0 .75rem;
|
|
}
|
|
}
|