Template:Sfrac/styles.css: Difference between revisions
Appearance
ws, add clip-path |
m 1 revision imported from wikipedia:en:Template:Sfrac/styles.css |
(No difference)
|
Latest revision as of 02:17, 16 August 2025
/* {{pp|small=y}} */ .sfrac { white-space: nowrap; } .sfrac.tion, .sfrac .tion { display: inline-block; vertical-align: -0.5em; font-size: 85%; text-align: center; } .sfrac .num { display: block; line-height: 1em; margin: 0.0em 0.1em; border-bottom: 1px solid; } .sfrac .den { display: block; line-height: 1em; margin: 0.1em 0.1em; } /* [[Template:Screen reader-only]] is canonical implementation onwiki */ .sr-only { border: 0; clip: rect(0, 0, 0, 0); /* removed from CSS */ 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 */ }