Template:Unicode chart/styles.css
外观
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;
}