Aller au contenu

Utilisateur:Hlm Z./Bandeau/common.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 */
.bandeauT {
   margin: 0 10%;
   margin-top: -.1em;
   border-collapse: collapse;
   background-color: #fbfbfb;
   border: 1px solid #aaa;
   border-left: 1px solid #CCC;
   border-right: 1px solid #CCC;
   font-size: 95%;
}
.bandeauT-grave {
   border-top: 5px solid #b22222;
   background-color: #ffcccc;
}
.bandeauT-modere {
   border-top: 5px solid #f28500;
   background-color: #ffeedd;
}
.bandeauT-ebauche {
   border-top: 5px solid #608ec2;
   background-color: #fbfbfb;
}
.bandeauT-information {
   border-top: 5px solid #47a30d;
   background-color: #fbfbfb;
}
.bandeauT-aide {
   border-top: 5px solid #f4c430;
   background-color: #fbfbfb;
}
.bandeauT-encadre {
   background-color: #fbfbfb;
}
td.bandeauT-icone {
   padding: 2px 0 2px 0.5em;
   text-align: center;
}
table.bandeauT td.bandeauT-texte {
   padding: 0.25em 0.5em;
   width: 100%;
}
.bandeauT-titre {
   font-size: 1em;
   line-height: 1.4em;
}
.bandeauT-texte {
   font-size: 0.9em;
   line-height: 1.2em;
}

/* Standardisation des bandeaux */
div.test-bandeau-article,
div.test-bandeau-discussion,
div.test-bandeau-simple,
div.test-bandeau-systeme {
	border-style: solid;
	clear: both;
	/* display: table; Pose problème avec width et margin */
	/* overflow: hidden; Utile pour le cheuvochement avec une image à droite, clr préférable ? */
	padding: 0.5em;
}
div.test-bandeau-article,
div.test-bandeau-discussion,
div.test-bandeau-simple {
	margin: 8px 10% 12px;
}
div.test-bandeau-systeme {
	border-width: 2px;
	margin: 8px 5% 12px;
}
div.test-bandeau-article {
	border-width: 1px 1px 1px 10px;
}
div.test-bandeau-discussion {
	border-radius: 10px;
}
div.test-bandeau-discussion,
div.test-bandeau-simple {
	border-width: 1px;
}
div.test-bandeau-image,
p.test-bandeau-texte {
	display: table-cell;
	vertical-align: middle;
}
div.test-bandeau-image {
	width: 50px; /* Soit width:50px; soit padding:10px; mais pas les deux à la fois */
}
.test-bandeau-niveau-neutre {
	background: #f9f9f9;
	border-color: #aaa;
}
.test-bandeau-niveau-ebauche, /* Utile ? */
.test-bandeau-niveau-information {
	border-color: #77ccff;
	background-color: #fbfbfb;
}
.test-bandeau-niveau-modere {
	border-color: #ff8822;
	background-color: #ffeedd;
}
.test-bandeau-niveau-grave {
	border-color: #aa0044;
	background-color: #ffcccc;
}
.test-bandeau-simple.test-bandeau-niveau-information, /* Utile ? */
.test-bandeau-discussion.test-bandeau-niveau-information {
	border-color: #a7d7f9;
	background-color: #f5faff;
}
.test-bandeau-niveau-detail,
.test-bandeau-section.test-bandeau-niveau-information {
	border-color: #e7e7e7;
	background-color: #fdfdfd;
}