跳转到内容

Template:Rint/Kh/styles.css

维基百科,自由的百科全书
.Kh-inline-block {
	white-space: nowrap;
	display: inline-block;
	vertical-align: middle;
}
.Kh-inline-block .icon {
	height: 1em;
	width: 1em;
	float: left;
	margin: 0.3em 0;
}
/* 日本語版の独自仕様。-pipe、-hyphen、-comma、-slash */
.hlist-pipe dd:after,
.hlist-pipe li:after {
	content: " | ";
	font-weight: normal;
}

.hlist-hyphen dd:after,
.hlist-hyphen li:after {
	content: " - ";
	font-weight: normal;
}

.hlist-comma dd:after,
.hlist-comma li:after {
	content: "、 ";
	font-weight: normal;
}
.hlist-slash dd:after,
.hlist-slash li:after {
	content: " / ";
	font-weight: normal;
}
.arrowlist dd:after,
.arrowlist li:after {
	content: " → ";
	font-weight: bold;
}

.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
	content: none;
}