模板:Fraction/styles.css

来自决策链云智库
< 模板:Fraction
Zeroclanzhang讨论 | 贡献2024年1月21日 (日) 23:16的版本 (创建页面,内容为“→‎{{pp|small=y}}:​ .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: 1p…”
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
/* {{pp|small=y}} */
.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 */
}