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 23:23, 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;
    line-height: 1.75rem;
    min-width: 1.5rem;
}

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

/* ---------------------
	shade out cell
--------------------- */
.unicode-block .reserved {
	background-color: #CCCCCC;
}

.unicode-block .noncharacter {
	background-color: black;
}

.unicode-block .abbr-box {
    font-size: small;
    padding: 2px;
}
.unicode-block .abbr-box>div {
	display: inline-block;
	border: 1px dashed black;
	width: 100%;
}

.unicode-block .format {
	background-color: pink;
}
.unicode-block .control {
	background-color: lightblue;
}

.unicode-block .combining {
	background-color: yellow;
}