Jump to content

Template:Unicode chart/styles minimal.css

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Remsense (talk | contribs) at 18:38, 11 September 2024. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
.unicodechart {
	margin-bottom: 1em;
	width: max-content;
}
.unicodechart table {
	border-collapse: collapse;
	border: none;
	text-align: center;
	margin-bottom: 0;
}
.unicodechart .uc-tag {
	border: thin solid var(--border-color-base);
	background-color: var(--background-color-neutral-subtle);
	border-top: none;
	padding: 0.1em 2em;
	font-size: 0.8rem;
}
.unicodechart td {
	font-size: large;
}
.unicodechart td, .unicodechart th {
	width: 2em;
	height: 2em;
	font-size: 1rem;
	padding: 0.15em;
}
.unicodechart .uc-rsv {
	background-color: #ccc!important;
}
.unicodechart .cornercell {
	visibility: hidden;
	border: none;
}
@media (max-width:750px) {
	.unicodechart td[scope=row], .unicodechart th {
		width: auto;
	}
}