Aucun résumé des modifications
mAucun résumé des modifications
Ligne 4 : Ligne 4 :
     margin: 10px 0;
     margin: 10px 0;
     border-radius: 4px;
     border-radius: 4px;
     font-weight: bold;
     /*font-weight: bold*/;
     border-color: #ab7f2a;
     border-color: #ab7f2a;
}
}

Version du 10 décembre 2025 à 15:09

.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;*/
}