| Current Path : /home/happyrenas/myreco.online/administration/css/ |
Linux webd005.cluster105.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 |
| Current File : /home/happyrenas/myreco.online/administration/css/custom.css |
.resume-box {
height: 150px;
background-color: #2e92a8;
color: #F8D63C;
padding: 20px;
border-radius: 12px; /* ✅ coins arrondis */
font-size: 1.5em;
display: flex;
flex-direction: column;
justify-content: center; /* ✅ centrer verticalement */
align-items: center; /* ✅ centrer horizontalement */
text-align: center;
box-shadow: 0 2px 6px rgba(0,0,0,0.2); /* ✅ optionnel : ombre douce */
}
table.dataTable.compacted tbody tr {
height: 30px !important;
}
table.dataTable.compacted td,
table.dataTable.compacted th {
padding: 0.5rem !important;
font-size: 0.9rem !important;
}
#halt_loader {
position: fixed; /* Fixe la position pour qu'il reste en haut */
top: 50%;
left: 50%;
transform: translate(-50%, -50%); /* Centre parfaitement */
background: rgba(255, 255, 255, 0.9); /* Fond blanc semi-transparent */
padding: 20px;
border-radius: 8px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
z-index: 9999; /* Très haut pour être au-dessus de tout */
text-align: center;
display: none; /* Caché par défaut */
width: 300px;
font-size: 16px;
}
#halt_initialisation {
position: fixed; /* Fixe la position pour qu'il reste en haut */
top: 50%;
left: 50%;
transform: translate(-50%, -50%); /* Centre parfaitement */
background: rgba(255, 255, 255, 0.9); /* Fond blanc semi-transparent */
padding: 20px;
border-radius: 8px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
z-index: 9999; /* Très haut pour être au-dessus de tout */
text-align: center;
display: none; /* Caché par défaut */
width: 300px;
font-size: 16px;
}
/* Pour ajouter un fond sombre derrière */
#halt_loader_overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5); /* Fond sombre semi-transparent */
z-index: 9998;
display: none;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
color: #fff !important;
background-color: #6B757D !important;
border-color: #6B757D !important;
}