Template:文字集合の表/style.css

.chset_tab {
	text-align: center;
	font-family: monospace;
	border-collapse: collapse;
}

.chset_tab .chset_tab_hdr {
	background: #EEE;
}
.chset_tab .chset_tab_hdr th:first-of-type {
	width: 1.6em;
	height: 1.6em;
}
.chset_tab .chset_tab_hdr th {
	width: 3.4em;
}

.chset_tab td.type-alpha {
	background-color: #E7FFE7;
}
.chset_tab td.type-cntrl {
	background-color: #FFFFEF;
}
.chset_tab td.type-digit {
	background-color: #F7E7FF;
}
.chset_tab td.type-punct {
	background-color: #DFF7FF;
}
.chset_tab td.type-extsym {
	background-color: #DFDFE7;
}
.chset_tab td.type-graph {
	background-color: #FFEFAF;
}
.chset_tab td.type-intl {
	background-color: #FFEFDF;
}
.chset_tab td.type-undef {
	background-color: #D0D0D0;
}

.chset_tab .chset_tab_ftr {
	background: #EEE;
}

/* [[カテゴリ:テンプレートスタイル|もししゆうこうのひよう]] */