Template:Sfrac/styles.css: Difference between revisions
From The Goon Show Depository
m (1 revision imported) |
m (1 revision imported) |
||
(One intermediate revision by one other user not shown) | |||
Line 12: | Line 12: | ||
} | } | ||
.sfrac .num | .sfrac .num { | ||
display: block; | display: block; | ||
line-height: 1em; | line-height: 1em; | ||
margin: 0 0.1em; | margin: 0.0em 0.1em; | ||
border-bottom: 1px solid; | |||
} | } | ||
.sfrac .den { | .sfrac .den { | ||
display: block; | |||
line-height: 1em; | |||
margin: 0.1em 0.1em; | |||
} | } | ||
Line 26: | Line 28: | ||
.sr-only { | .sr-only { | ||
border: 0; | border: 0; | ||
clip: rect(0, 0, 0, 0); | clip: rect(0, 0, 0, 0); /* removed from CSS */ | ||
clip-path: polygon(0px 0px, 0px 0px, 0px 0px); | |||
height: 1px; | height: 1px; | ||
margin: -1px; | margin: -1px; |
Latest revision as of 11:27, 13 July 2024
/* {{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 */
}