(Translated by https://www.hiragana.jp/)
Template:Legend/styles.css - Wikipedia Jump to content

Template:Legend/styles.css

Permanently protected template
From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Nihiltres (talk | contribs) at 21:05, 31 August 2020 (Added legend-text class with font-size: 95%;). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

/* {{pp-template}} */

.legend {
	page-break-inside: avoid;
	break-inside: avoid-column;
}

.legend-color {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	margin: 1px 0;
	text-align: center;
	border: 1px solid black;
	background-color: transparent;
	color: black;
	font-size: 100%;
}

.legend-text {
	font-size: 95%;
}