Template:Unicode chart/styles minimal.css
Appearance
.unicodechart {
margin-bottom: 1em;
width: max-content;
}
.unicodechart table {
border-collapse: collapse;
border: none;
font-size: large;
text-align: center;
width: 45pt;
margin-bottom: 0.2em
}
.unicodechart caption {
font-size: small;
}
.unicodechart .uc-tag {
font-size: 0.8rem;
padding-left:1em;
width: initial;
}
.unicodechart td[scope=row],.unicodechart th {
min-width: 3ch;
height: 3ch;
padding-left: 0.5em;
padding-right: 0.5em;
font-family: monospace;
font-weight: 400;
}
.unicodechart td.uc-rsv {
background-color: #ccc!important;
}
.unicodechart .cornercell {
visibility: hidden;
border: none;
}
@media screen {
html.skin-theme-clientpref-day .unicodechart td {
background-color: #fff;
}
html.skin-theme-clientpref-day .unicodechart td[scope=row], html.skin-theme-clientpref-day .unicodechart th {
background-color: #f8f8f8;
}
}