Jump to content

Template:Color chart X11/custom.css

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Ftrebien (talk | contribs) at 17:56, 3 May 2023 (Decimal column does not need to be monospaced, value columns should be horizontally centered). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
.color-chart-x11-table td:nth-child(2) {
	font-family: monospace;
	text-align: center;
	white-space: nowrap;
}

.color-chart-x11-table td:nth-child(3) {
	text-align: center;
	white-space: nowrap;
}

.color-chart-x11-table td, .color-chart-x11-table th {
	padding: 5px;
	margin: 0px;
	border: solid white 2px;
}