Template:Fraction/styles.css: Difference between revisions
Page last edited 5 months ago by Xeverything11
wikipedia>WOSlinker Screen reader-only |
wikipedia>DannyS712 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) |
(No difference)
|
Revision as of 05:59, 1 April 2021
.frac, .sfrac { white-space: nowrap; } .frac .num { font-size: 80%; vertical-align: super; } .frac .den { font-size: 80%; 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 */ .sr-only { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; /* white-space: nowrap; /* already have nowrap above */ }