Template:Legend/styles.css: Difference between revisions

From Xomnipedia
Jump to navigation Jump to search
Content added Content deleted
m (Tagged as template-protected)
(Added legend-text class with font-size: 95%;)
Line 16: Line 16:
color: black;
color: black;
font-size: 100%;
font-size: 100%;
}

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

Revision as of 21:05, 31 August 2020

/* {{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%;
}