Template:Class555Infobox/styles.css: Difference between revisions

From Tyne and Wear Metro wiki
Created page with ".infobox { float: right; width: min-content; background-color: #f8f9fa; border-collapse: collapse; text-align: center; font-size: .8em; } .infobox > tbody > tr > th, .infobox > tbody > tr > td { border: 1px solid #c8ccd1; padding: 0; } .unit-identifier { font-weight: bold; font-size: 1.3em; } .nickname { font-style: italic; color: #999; } .thumb { display: block; margin: auto; } .infobox ol { padding: .2em; list-style: none; margin: 0; white-space:..."
 
(No difference)

Latest revision as of 07:25, 29 August 2025

.infobox {
	float: right;
	width: min-content;
	background-color: #f8f9fa;
	border-collapse: collapse;
	text-align: center;
	font-size: .8em;
}

.infobox > tbody > tr > th,
.infobox > tbody > tr > td {
	border: 1px solid #c8ccd1;
	padding: 0;
}

.unit-identifier {
	font-weight: bold;
	font-size: 1.3em;
}

.nickname {
	font-style: italic;
	color: #999;
}

.thumb {
	display: block;
	margin: auto;
}

.infobox ol {
	padding: .2em;
	list-style: none;
	margin: 0;
	white-space: nowrap;
}