Jump to content

Module:Historical populations/styles.css

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Rjjiii (talk | contribs) at 13:16, 13 July 2024 (timeless). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
/* The legacy desktop themes Monobook and Vector render tables with several
 * differences to Minerva (mobile) or Vector-2022 (desktop). They have more
 * padding around the sides and a border around the table.
 */
body.skin-vector-legacy .caption-purple, body.skin-monobook .caption-purple {
	border: 			1px #aaa solid;
	border-bottom:		none;
	background-color:	lavender;
}

body.skin-timeless .caption-purple {
	border: 			1px #eaecf0 solid;
	border-bottom:		none;
	background-color:	#ddf;
}


/* Black line below caption */
.topmost {
	border-top:			1px solid black;
}

body.skin-vector-legacy .topmost, body.skin-monobook .topmost, body.skin-timeless .topmost {
	border-top:			none;
}


/*Don't split header abbreviations when numbers and screen width are narrow.*/
.abbr-header {
	white-space:		nowrap;
}