Utilisateur:Moolligan/monobook.css

Un article de Wikipédia, l'encyclopédie libre.

Note : Après avoir publié la page, vous devrez forcer son rechargement pour voir les changements : Mozilla / Konqueror / Firefox : Shift-Ctrl-R, Internet Explorer / Opera : Ctrl-F5, Safari : Cmd-R.

 
/* bandeaux d'avertissement */
.bandeau {
width: 80%; 
margin:15px auto;
border-style: solid;
border-width: 1px 1px 1px 10px;
padding: 2px 10px;
color:#222;
}
.bandeau table {background-color:transparent; width:100%}
 
.bandeau-niveau-grave       { border-color: #aa0044; background-color: #ffcccc }
.bandeau-niveau-modere      { border-color: #ff8822; background-color: #ffeedd }
.bandeau-niveau-ebauche     { border-color: #ff8822; background-color: #ffeedd }
.bandeau-niveau-information { border-color: #77ccff; background-color: #fbfbfb }
 
.bandeau-icone { vertical-align:center; width:55px }
 
.bandeau-titre { font-size:1em ; width:100% }
.bandeau-titre strong { font-weight:bold;  }
.bandeau-texte { font-size:0.95em  }
 
/* ############ FIN BANDEAUX D'AVERTISSEMENT #################### */