模板:Legend/styles.css

来自Age Of History 2 Chinese Wiki
Comvan留言 | 贡献2025年7月2日 (三) 00:15的版本 (创建页面,内容为“:​ .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 var(--border-color-notice,black); color: inherit; } .legend-color-styled { display: inline-block; min-width: 1.25em; height: 1.25em; line-height: 1.25; margin: 1px 0; text-align: center; border: 1px solid var(--border-color-no…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至:导航、​搜索
0.00
(0票)
/*  */

.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 var(--border-color-notice,black);
	color: inherit;
}

.legend-color-styled {
	display: inline-block;
	min-width: 1.25em;
	height: 1.25em;
	line-height: 1.25;
	margin: 1px 0;
	text-align: center;
	border: 1px solid var(--border-color-notice,black);
	color: inherit;
}

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