Difference between revisions of "Template:Legend/styles.css"

From blackwiki
Jump to navigation Jump to search
imported>Nihiltres
m (Tagged as template-protected)
imported>Nihiltres
(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%;
}