Jump to content

Template:Unicode chart/sandbox/styles.css

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Eievie (talk | contribs) at 02:17, 20 April 2024. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
.unicode-block {
	border-collapse:collapse;
	background:#FFFFFF;
	text-align:center;
}

.unicode-block th {
	background:#F8F8F8;
	font-weight:normal;
	font-size:small;
}

.unicode-block td {
	font-size:large;
}

.unicode-block .reserved {
	background-color:#CCCCCC;
}

.unicode-block ol {
    text-align: left;
}