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 21:15, 19 April 2024 (Created page with '.unicode-block { border-collapse:collapse; background:#FFFFFF; text-align:center; } .unicode-block th { background:#F8F8F8; font-size:small; } .unicode-block td { font-size:large; } .unicode-block .reserved { background-color:#CCCCCC; }'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
.unicode-block {
	border-collapse:collapse;
	background:#FFFFFF;
	text-align:center;
}

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

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

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