Template:Fraction/styles.css: Difference between revisions
Page last edited 3 weeks ago by Xeverything11
shrink down to current sandbox |
m 18 revisions imported from mhdev:Template:Fraction/styles.css |
||
(14 intermediate revisions by 5 users not shown) | |||
Line 6: | Line 6: | ||
.frac .den { | .frac .den { | ||
font-size: 80%; | font-size: 80%; | ||
line-height: 0; | line-height: 0; /* we want this inline */ | ||
vertical-align: super; | |||
vertical-align: | |||
} | } | ||
.frac .den { | .frac .den { | ||
vertical-align: sub; | |||
} | } | ||
/* [[Template: | /* [[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 31: | 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]] */