Jump to content

Template:Legend/styles.css

From Shark's Hypothetical Weather
Revision as of 18:22, 24 ⧼april⧽ 2025 by Sharkius (talk | contribs) (Created page with "⧼autocomment-prefix⧽{{pp-template}}: .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 {⧼autocomment-prefix⧽empty for now, but part of the design!: }")
⧼revision-nav⧽
/* {{pp-template}} */

.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!*/}