Modèle:Méta bandeau d'avertissement/Bac à sable/styles.css

/* Style des bandeaux d'articles. Voir [[Wikipédia:Prise de décision/Changement de style des messages d'avertissement]]. */
.bandeau-niveau-grave {
	border-color: #aa0044;
	background-color: #f9f9f9;
}
.bandeau-niveau-modere {
	border-color: #ff8822;
	background-color: #f9f9f9;
}
.bandeau-niveau-ebauche,
.bandeau-niveau-information {
	border-color: #36C;
	background-color: #f9f9f9;
}
.bandeau-simple.bandeau-niveau-information,
.bandeau-discussion.bandeau-niveau-information { /* Dérive de la classe vectorbox */
	border-color: #a7d7f9;
	background-color: #f9f9f9;
}
.bandeau-niveau-detail, /* Voir [[Wikipédia:Prise de décision/Unification des modèles : article détaillé et Loupe]] */
.bandeau-section.bandeau-niveau-information {
	border-color: #e7e7e7;
	background-color: #f9f9f9;
}
.bandeau-niveau-neutre {
	border-color: #aaa;
	background: #f9f9f9;
}

.bandeau {
	text-align: left;
	margin: 8px 10% 12px;
	border-style: solid;
	border-width: 1px 1px 1px 10px;
	padding: 2px 10px;
}
.bandeau table {
	background-color:transparent; color:inherit;
}
.bandeau-icone {
	vertical-align: middle;
	text-align: center;
	width: 45px;
	/* @noflip */
	padding-right: 1em;
}
.bandeau-titre {
	font-size: 1.1em;
	line-height: 1.4em;
}
.bandeau-texte {
	font-size: 0.9em;
	line-height: 1.2em;
}
/* [[Catégorie:Sous-page de modèle feuille de style]] */