Template:Legend/styles.css

模板页面
< Template:Legend
Chiyansama留言 | 贡献2023年5月9日 (二) 13:52的版本 (创建页面,内容为“:​ .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!:​}”
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
/* */

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