Aucun résumé des modifications
Aucun résumé des modifications
Ligne 1 : Ligne 1 :
.bandeau-protection {
.bandeau-protection {
     border: 1px solid #888;
     border: 1px solid #888;
     padding: 8px;
     padding: 15px;
     margin: 30px 0;
     margin: 10px 0;
     border-radius: 4px;
     border-radius: 4px;
     font-weight: bold;
     font-weight: bold;

Version du 10 décembre 2025 à 14:56

.bandeau-protection {
    border: 1px solid #888;
    padding: 15px;
    margin: 10px 0;
    border-radius: 4px;
    font-weight: bold;
    border-color: #ab7f2a;
}

.bandeau-protection.bandeau-info {
    background-color: #fdf2d5;
    /*color: #0b3d91;*/
}

.bandeau-protection.bandeau-protection {
    background-color: #fdf2d5;
    /*color: #9a5800;*/
}

.bandeau-protection.bandeau-avertissement {
    background-color: #fdf2d5;
    /*color: #990000;*/
}