Template:Screen reader-only/styles.css

From Simple English Wikipedia, the free encyclopedia
.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0); /* Removed from CSS specification */
	/* clip-path is the replacement for clip, but very few browsers support it.
	TemplateStyles also doesn't currently support the property. */
	/* clip-path: polygon(0px 0px, 0px 0px, 0px 0px); */
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap;
}