Bureaucrates, interwiki, Administrateurs
3 471
modifications
(New page: →* Le CSS placé ici sera appliqué à toutes les apparences. : /* * common.css * This file contains CSS settings common to Wikistandard, Nostalgia and CologneBlue * NOTA PER GLI ADMI...) |
|||
Ligne 436 : | Ligne 436 : | ||
.geo { } | .geo { } | ||
/***** end Geo-related */ | /***** end Geo-related */ | ||
/** BOÎTES ET MESSAGES **/ | |||
/* BANDEAUX D'AVERTISSEMENT */ | |||
/* style par défaut des bandeaux d'avertissement décidés sur | |||
Wikipédia:Prise de décision/Changement de style des messages d'avertissement | |||
Utilisé dans Modèle:Méta bandeau d'avertissement | |||
*/ | |||
.bandeau { /* monobookocentré */ | |||
text-align: left; | |||
margin: 8px 10% 12px; | |||
border-style: solid; | |||
border-width: 1px 1px 1px 10px; | |||
padding: 2px 10px; | |||
} | |||
.bandeau table { background-color: transparent } | |||
.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: middle; text-align: center; min-width: 45px; padding-right: 10px } | |||
.bandeau-titre { font-size: 1em; line-height: 1.4em; margin-bottom: 0.5em } | |||
.bandeau-texte { font-size: 0.9em; line-height: 1.2em } | |||
/* MESSAGEBOX */ | |||
/* Styles des « messagebox » standard. Utilisation : | |||
* class="messagebox" : voir [[modèle:Messagebox]]. | |||
* class="messagebox merge" : inutilisé ? | |||
* class="messagebox cleanup" pour certains bandeaux de maintenance (exemple sur [[modèle:Résumé introductif]]) | |||
* class="messagebox standard-talk" pour les bandeaux en page de discussion des aricles (exemple : [[modèle:Traduit de]]) | |||
*/ | |||
.messagebox { /* monobookocentré */ | |||
border:1px solid #AAA; | |||
background:#F9F9F9; | |||
width:80%; | |||
margin:0 auto 1em auto; | |||
padding:.2em; | |||
text-align:justify; | |||
} | |||
.messagebox.merge { /* monobookocentré */ | |||
border:1px solid #CF9FFF; | |||
background:#F5EDF5; | |||
text-align:center; | |||
} | |||
.messagebox.cleanup { /* monobookocentré */ | |||
border:1px solid #9F9FFF; | |||
background:#EFEFFF; | |||
text-align:center; | |||
} | |||
.messagebox.standard-talk { /* monobookocentré */ | |||
border:1px solid #C0C090; | |||
background:#F8EABA; | |||
} | |||
/* MESSAGES D'ALERTE */ | |||
/* Styles par défaut pour les bandeaux en haut des articles. Syntaxe : | |||
Styles décidés suite à [[Projet:Charte graphique/Harmonisation des messages d'avertissement]] | |||
et [[Wikipédia:Prise de décision/Harmonisation des messages d'avertissement]]. */ | |||
/* Classe pour toutes les alertes. */ | |||
.alerte { /* monobookocentré */ | |||
padding:.11em; | |||
background:#FFD; | |||
margin-bottom:.4em; | |||
font-style:italic; | |||
} | |||
/* Classe supplémentaire pour les alertes graves. */ | |||
.grave { border:1px solid #F96 } /* monobookocentré */ | |||
/*</nowiki></pre>*/ | /*</nowiki></pre>*/ |