Modèle:Tableau médailles/styles.css

.tableau-medailles {
	border:0;
	width:100%;
	font-size:100%;
}
.tableau-medailles th:nth-child(1),
.tableau-medailles td:nth-child(1) {
	width:64%;
	text-align:left;
}
.tableau-medailles tr td:nth-child(2),
.tableau-medailles tr th:nth-child(2) {
	width:12%;
	background-color:gold !important;
	color:#202122 !important;
	text-align:center;
}
.tableau-medailles tr td:nth-child(3),
.tableau-medailles tr th:nth-child(3) {
	width:12%;
	background-color:silver !important;
	color:#202122 !important;
	text-align:center;
}
.tableau-medailles tr td:nth-child(4),
.tableau-medailles tr th:nth-child(4) {
	width:12%;
	background-color:#CC9966 !important;
	color:#202122 !important;
	text-align:center;
}
.tableau-medailles tr th:not(:first-child) > a,
.tableau-medailles tr td:not(:first-child) > a {
  color:#21307a !important;
}

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