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:02, 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
}
.unicodechart table {
	border-collapse: collapse;
	border: none;
	font-size: large;
	text-align: center;
	width: 45pt;
	margin-bottom: 0.2em
}
.unicodechart .uc-tag,.unicodechart caption {
	font-size: small
}
.unicodechart caption a {
	color:inherit;
}
.unicodechart .uc-tag {
	margin-left:1.4em
}
.unicodechart th, .unicodechart td[scope="row"] {
	font-family: monospace;
	font-weight: normal;
}
.unicodechart td.uc-rsv {
	background-color: grey
}
.unicodechart .cornercell {
	visibility: hidden;
	border: none
}