Template:Legend/styles.css: Difference between revisions

From Xomnipedia
Jump to navigation Jump to search
Putting stylesheet into use
m Protected "Template:Legend/styles.css": Highly visible template ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))
(No difference)

Revision as of 20:28, 15 August 2020

.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%;
}