Template:Legend/styles.css: Difference between revisions

From WiKAPPedia
Jump to navigation Jump to search
(Added styles.css for default Legend template.)
m (1 revision imported from wikipedia:Template:Legend/styles.css: Imported Wikipedia Templates for Legend template.)
 
(No difference)

Latest revision as of 18:04, 25 February 2023

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

.legend-color {
	display: inline-block;
	min-width: 1.25em;
	height: 1.25em;
	line-height: 1.25;
	margin: 1px 0;
	text-align: center;
	border: 1px solid black;
	background-color: transparent;
	color: black;
}

.legend-text {/*empty for now, but part of the design!*/}