Şablon:dane/tablo/style.css

/* Ji fr.wikipedia Mediawiki:Common.css*/

.alternate,
.alternate2 {
	border-collapse: collapse;
}
table.alternate > * > tr > th,
table.alternate2 > * > tr > th {
	background-color: #e6e6e6;
}
.alternate tr,
.alternate th[scope="row"] {
	background-color: #fcfcfc;
}
.alternate:not(.sortable) tr:nth-child(odd),
.alternate.sortable tr:nth-child(even),
.alternate:not(.sortable) tr:nth-child(odd) th[scope="row"],
.alternate.sortable tr:nth-child(even) th[scope="row"] {
	background-color: #eee;
}
.alternate2 tr,
.alternate2 th[scope="row"] {
	background-color: #eee;
}
.alternate2 tr:nth-child(odd),
.alternate2 tr:nth-child(odd) th[scope="row"] {
	background-color: #fcfcfc;
}