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:19, 12 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 {
	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 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;
	}
}