Template:Fraction/styles.css: Difference between revisions
From Vigyanwiki
Template>Izno (and this one) |
m (2 revisions imported from alpha:Template:Fraction/styles.css) |
||
(12 intermediate revisions by 8 users not shown) | |||
Line 1: | Line 1: | ||
.frac | /* {{pp|small=y}} */ | ||
.frac { | |||
white-space: nowrap; | white-space: nowrap; | ||
} | } | ||
Line 7: | Line 7: | ||
.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; | |||
vertical-align: | |||
} | } | ||
/* [[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; |
Latest revision as of 18:01, 29 July 2023
/* {{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 */
}