Template:Unicode chart/styles minimal.css

.unicodechart {
	margin-bottom: 1em;
	width: max-content;
}
.unicodechart table {
	background: none;
	border: none;
	text-align: center;
	margin-bottom: 0;
}
.unicodechart .uc-tag {
	border: 1px solid var(--border-color-base, #a2a9b1);
	background-color: var(--background-color-neutral-subtle, #f8f9fa);
	border-top: none;
	padding: 0.2em 2em;
}
.unicodechart .uc-tag, .unicodechart th {
	font-size: 85%;
}
.unicodechart th {
	font-family: monospace, monospace;
	font-weight: 400;
}
.unicodechart td {
	font-size: large;
	padding: 0.2em;
	width: 1.6em;
	height: 1.6em;
}
.unicodechart td a {
	text-decoration: none;
}
.unicodechart .uc-rsv {
	background-color: var(--background-color-disabled, #c8ccd1);
}
.unicodechart .cornercell {
	height: unset;
	visibility: hidden;
	border: none;
}
@media (max-width:750px) {
	.unicodechart td, .unicodechart th {
		width: 1.2em;
	}
}