跳转到内容

Template:Frac/styles.css

维基百科,自由的百科全书
/* 本页面内容复制自英文维基百科的[[:en:Template:Fraction/styles]],
由于此模板在中文站内命名为 frac 而非 fraction,
因此本页面目前命名为 frac/style.css */

.frac {
	white-space: nowrap;
}

.frac .num,
.frac .den {
	font-size: 80%;
	line-height: 0; /* we want this inline */
	vertical-align: super;
}

.frac .den {
	vertical-align: sub;
}

/* [[Template:Screen reader-only]] is canonical implementation onwiki */
.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	/* white-space: nowrap; /* already have nowrap above */
}