Difference between revisions of "MediaWiki:Common.css"

259 bytes added ,  14:22, 4 October 2020
no edit summary
Line 132: Line 132:
 
.mp-box .mp-box__heading {
 
.mp-box .mp-box__heading {
 
margin: 0;
 
margin: 0;
 +
padding: .125em .5em;
 
}
 
}
 
.mp-box .mp-box__body {
 
.mp-box .mp-box__body {
Line 140: Line 141:
 
text-align: right;
 
text-align: right;
 
}
 
}
 +
 +
/* Hide something from view whilst keeping it accessible to screen readers. */
 +
 +
.visuallyhidden {
 +
width: 1px;
 +
height: 1px;
 +
margin: -1px;
 +
padding: 0;
 +
border: 0;
 +
position: absolute;
 +
overflow: hidden;
 +
clip: rect(0 0 0 0);
 +
}