Jump to content

Template:Unicode chart/styles minimal.css

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Remsense (talk | contribs) at 07:50, 11 September 2024. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
.unicodechart {
	margin-bottom: 1em;
	width: max-content;
}
.unicodechart table {
	border-collapse: collapse;
	border: none;
	font-size: large;
	text-align: center;
	width: 45pt;
	margin-bottom: 0.2em
}
.unicodechart caption {
	font-size: small;
}
.unicodechart .uc-tag {
	font-size: 0.8rem;
	padding-left:1em;
	width: initial;
}
.unicodechart td[scope=row],.unicodechart th {
	min-width: 3ch;
	height: 3ch;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-family: monospace;
	font-weight: 400;
}
.unicodechart td.uc-rsv {
	background-color: #ccc!important;
}
.unicodechart .cornercell {
	visibility: hidden;
	border: none;
}
@media screen {
	html.skin-theme-clientpref-day .unicodechart td {
		background-color: #fff;
	}
	html.skin-theme-clientpref-day .unicodechart td[scope=row],	html.skin-theme-clientpref-day .unicodechart th {
		background-color: #f8f8f8;
	}
}