m DannyS712 moved page Template:Frac/styles.css to Template:Fraction/styles.css without leaving a redirect: requested move; consensus at Template talk:Fraction (redirect suppressed per WP:PMRC#4)
Xeverything11 (talk | contribs)
m 18 revisions imported from mhdev:Template:Fraction/styles.css
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
.frac,
.frac {
.sfrac {
white-space: nowrap;
white-space: nowrap;
}
}


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


.frac .den {
.frac .den {
font-size: 80%;
vertical-align: sub;
    vertical-align: sub;
}
 
.sfrac.tion,
.sfrac .tion {
display: inline-block;
vertical-align: -0.5em;
font-size: 85%;
text-align: center;
}
 
.sfrac .num,
.sfrac .den {
display: block;
line-height: 1em;
margin: 0 0.1em;
}
 
.sfrac .den {
border-top: 1px solid;
}
}


/* [[Template:Screen reader-only]] is canonical implementation */
/* [[Template:Screen reader-only]] is canonical implementation onwiki */
.sr-only {
.sr-only {
border: 0;
border: 0;
clip: rect(0, 0, 0, 0);
clip: rect(0, 0, 0, 0);
clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
height: 1px;
height: 1px;
margin: -1px;
margin: -1px;
Line 45: Line 27:
/* white-space: nowrap; /* already have nowrap above */
/* white-space: nowrap; /* already have nowrap above */
}
}
/* [[Category:Template stylesheets]] */

Latest revision as of 08:13, 8 April 2025

.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 */
}
/* [[Category:Template stylesheets]] */