Template:Track list/styles.css: Difference between revisions

Template page
Content added Content deleted
m (ChaoticShadow moved page Template:Track List/styles.css to Template:Track list/styles.css without leaving a redirect)
mNo edit summary
 
Line 14: Line 14:
.tlist-song:nth-child(odd) {
.tlist-song:nth-child(odd) {
background-color: #f7f7f7;
background-color: #f7f7f7;
}

/*
* Vector skin
*/

/*
* Citizen skin
*/
body.skin-citizen .tracklist .tlist-head {
background-color: var(--color-surface-3);
}

body.skin-citizen .tracklist .tlist-song:nth-child(odd) {
background-color: var(--color-surface-2);
}
}

Latest revision as of 22:35, 20 December 2021

.tracklist {
	border-spacing: 0px;
}

.tracklist th,
.tracklist td {
	padding: 2px 10px;
}

.tlist-head {
	background-color: #eaecf0;
}

.tlist-song:nth-child(odd) {
	background-color: #f7f7f7;
}

/*
 * Vector skin
 */

/*
 * Citizen skin
 */
body.skin-citizen .tracklist .tlist-head {
	background-color: var(--color-surface-3);
}

body.skin-citizen .tracklist .tlist-song:nth-child(odd) {
	background-color: var(--color-surface-2);
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.