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 19:51, 26 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;*/
}

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

.unicode-block .codepoint {
	font-size: small;
}

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

.unicode-block td.abbr-cell {
    font-size: small;
    padding: 0.2em;
}
.unicode-block .abbr-cell .abbr-box {
	display: inline-block;
	border: 1px dashed black;
	background: rgba(127, 127, 127, 0.1);
	padding: 3px;
	line-height: 1.2;
    width: 100%;
    box-sizing: border-box;
}

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

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

.unicode-block .red {
	background-color: red;
}