跳转到内容

Template:Unicode chart/styles.css

维基百科,自由的百科全书

这是Template:Unicode chart/styles.css当前版本,由Xiplus-abot留言 | 贡献编辑于2025年9月28日 (日) 20:50 (已保护“Template:Unicode chart/styles.css”:​高風險模板:743引用<!-- 機器人3 -->​([编辑=仅允许自动确认用户](无限期)​[移动=仅允许自动确认用户](无限期)))。这个网址是本页该版本的固定链接。

(差异) ←上一修订 | 最后版本 (差异) | 下一修订→ (差异)
table.Unicode {
	border-collapse: collapse;
	background: var(--background-color-base, #ffffff);
	color: var(--color-base, #202122);
	font-size: 1.2rem;
	text-align: center;
	font-family: sans-serif, 'Plangothic P1', 'Plangothic P2', serif, Jigmo, Jigmo2, Jigmo3;
}

table.Unicode th,
table.Unicode .title,
table.Unicode .header,
table.Unicode .row-header,
table.Unicode .footer {
	background:var(--background-color-neutral-subtle, #f8f9fa);
	font-size: .85rem;
}

table.Unicode .footer {
	text-align: left;
}

table.Unicode .reserved {
	background: var(--background-color-disabled, #dadde3);
	font-size: .85rem;
}

table.Unicode .invalid {
	background: black;
}