Utilisateur:Moolligan/monobook.css

Une page de Wikipédia, l'encyclopédie libre.
Note : après avoir enregistré la page, vous devrez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

Mozilla / Firefox / Konqueror / Safari : maintenez la touche Majuscule (Shift) en cliquant sur le bouton Actualiser (Reload) ou pressez Maj-Ctrl-R (Cmd-R sur Apple Mac) ;

Chrome / Internet Explorer / Opera : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5.
/* 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 #################### */