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 07:33, 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;
	font-size: large;
	text-align: center;
	width: 45pt;
	margin-bottom: .2em
}
.unicodechart caption {
	font-size: small
}
.unicodechart .uc-tag {
	font-size: .8rem;
	text-align: center;
	width: initial
}
.unicodechart td[scope=row],.unicodechart th {
	min-width: 1.2ch;
    height: 3ch;
	font-family: monospace;
	font-weight: 400
}
.unicodechart td.uc-rsv {
	background-color: #ccc
}
.unicodechart .cornercell {
	visibility: hidden;
	border: none
}
@media screen {
	.unicodechart th,	html.skin-theme-clientpref-light .unicodechart td[scope=row] {
		background-color: #F8F8F8
	}
}