MediaWiki:Common.css/taxobox v3.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.
/**
 * pour trouver les utilisations de cette page sur le wiki, chercher « insource:"MediaWiki:Common.css/taxobox v3.css" »
 * (la recherche ne fait pas la distinction entre espaces et underscores)
 * recherche plus précise pour exclure une grande partie des discussions : « insource:templatestyles insource:src insource:"MediaWiki:Common.css/taxobox v3.css" »
 */

/* Taxobox V3 (cf. [[Utilisateur:Hexasoft/Taxobox code V3]]) */
div.taxobox_v3 {
	font-size: 0.99em;
}
/* Style global par défaut */
div.taxobox_v3 .entete,
.taxobox_v3 caption,
.taxobox_v3 p.bloc {
	font-style: normal;
}
/* Ne pas utiliser le gras dans la partie gauche des lignes données mixtes */
.taxobox_v3 th {
	font-weight: normal;
}
/* Change la couleur des séparateur d'un bleu pâle à gris pâle */
div.taxobox_v3.bordered th[scope=row],
div.taxobox_v3.bordered td {
	padding-bottom: 4px;
	border-top: 1px solid #ededed;
}

/* Couleur "animal" (titre, sections) */
div.taxobox_v3.animal .entete {
	background-color: LightSalmon;
}
.taxobox_v3.animal caption,
.taxobox_v3.animal p.bloc {
	background-color: Bisque;
}
/* Couleur "plante" (titre, sections) */
div.taxobox_v3.plante .entete {
	background-color: lightgreen;
}
.taxobox_v3.plante caption,
.taxobox_v3.plante p.bloc {
	background-color: #ccffcc;
}
/* Couleur "champignon" (titre, sections) */
div.taxobox_v3.champignon .entete {
	background-color: SkyBlue;
}
.taxobox_v3.champignon caption,
.taxobox_v3.champignon p.bloc {
	background-color: PowderBlue;
}
/* Couleur "test" (titre, sections) */
div.taxobox_v3.test .entete {
	background-color: #50a0a0;
}
.taxobox_v3.test caption,
.taxobox_v3.test p.bloc {
	background-color: #70c0c0;
}
/* Couleur "algue" (titre, sections) */
div.taxobox_v3.algue .entete {
	background-color: MediumAquamarine;
}
.taxobox_v3.algue caption,
.taxobox_v3.algue p.bloc {
	background-color: #bfffe6;
}
/* Couleur "archaea" (titre, sections) */
div.taxobox_v3.archaea .entete {
	background-color: darkgray;
}
.taxobox_v3.archaea caption,
.taxobox_v3.archaea p.bloc {
	background-color: lightgray;
}
/* Couleur "protiste" (titre, sections) */
div.taxobox_v3.protiste .entete {
	background-color: khaki;
}
.taxobox_v3.protiste caption,
.taxobox_v3.protiste p.bloc {
	background-color: PaleGoldenrod;
}
/* Couleur "virus" (titre, sections) */
div.taxobox_v3.virus .entete {
	background-color: #d1d1f9;
}
.taxobox_v3.virus caption,
.taxobox_v3.virus p.bloc {
	background-color: Lavender;
}
/* Couleur "neutre" (titre, sections) */
div.taxobox_v3.neutre .entete {
	background-color: #eee;
}
.taxobox_v3.neutre caption,
.taxobox_v3.neutre p.bloc {
	background-color: #eee;
}
/* Couleurs "bactérie", "eucaryote" et "procaryote" (titre, sections) */
div.taxobox_v3.bacterie .entete,
div.taxobox_v3.eucaryote .entete,
div.taxobox_v3.procaryote .entete {
	background-color: lightgrey;
}
.taxobox_v3.bacterie caption,
.taxobox_v3.bacterie p.bloc,
.taxobox_v3.eucaryote caption,
.taxobox_v3.eucaryote p.bloc,
.taxobox_v3.procaryote caption,
.taxobox_v3.procaryote p.bloc {
	background-color: #e6e6e6;
}

/* Style typographique : zoologie ou rien (botanique) */
div.taxobox_v3 .taxobox_classification {
	font-style: italic;
}
div.taxobox_v3 .taxobox_classification .rnormal,
div.taxobox_v3.zoologie .taxobox_classification .normal,
div.taxobox_v3 th[scope="row"] {
	font-style: normal;
}

/* [[Catégorie:Sous-page de modèle feuille de style]] */