Jump to content

Module:Track listing/styles.css

Page template-protected
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Izno (talk | contribs) at 22:45, 1 June 2022 (should be transparent). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
/* {{pp|small=y}} */
.tracklist {
	border-spacing: 0;
	background-color: #fff;
}

.tracklist tr:nth-child(2n-1) {
	background-color: #f7f7f7
}

.tracklist caption {
	text-align: left;
	font-weight: bold;
}

.tracklist td,
.tracklist th[scope="row"] {
	vertical-align: top;
}

.tracklist th[scope="col"] {
	text-align: left;
	background-color: #eee;
}

.tracklist th.tracklist-length-header,
.tracklist th.tracklist-number-header,
.tracklist th[scope="row"],
.tracklist-length,
.tracklist-total-length td {
	padding-right: 10px;
	text-align: right;
}

.tracklist th[scope="row"] {
	font-weight: normal;
}

.tracklist-number-header {
	width: 2em;
	padding-left: 10px;
}

.tracklist-length-header {
	width: 4em;
}

.tracklist tr.tracklist-total-length {
	background-color: transparent;
}

.tracklist .tracklist-total-length th {
	padding: 0;
	font-weight: bold;
}

.tracklist-total-length th > span {
	float: right;
	padding: 0 10px;
	background-color: #eee;
}

.tracklist-total-length td {
	background-color: #eee;
	font-weight: bold;
	padding: 0 10px 0 0;
}