m A protégé « MediaWiki:Common.css » : Page importante ([Modifier=Autoriser uniquement les administrateurs] (infini) [Renommer=Autoriser uniquement les administrateurs] (infini))
Aucun résumé des modifications
Ligne 5 : Ligne 5 :
     border-radius: 4px;
     border-radius: 4px;
     font-weight: bold;
     font-weight: bold;
    border-color: #ab7f2a;
}
}


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


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


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

Version du 10 décembre 2025 à 14:55

.bandeau-protection {
    border: 1px solid #888;
    padding: 8px;
    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;*/
}