Jump to content

Module:Spatial image viewer/skip.css

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Bawolff (talk | contribs) at 08:13, 23 January 2025 (Bawolff moved page Module:Module:Spatial image viewer/skip.css to Module:Spatial image viewer/skip.css without leaving a redirect: Whoops). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
/* based on mw-jump-link. Try to get some text to only show up for screen readers */
@media screen {
.calculator-skip-link a:not(:focus) {
  		display: block;
  		position: absolute !important;
  		clip: rect(1px,1px,1px,1px);
  		width: 1px;
  		height: 1px;
  		margin: -1px;
  		border: 0;
  		padding: 0;
  		overflow: hidden;
  		user-select: none;
	}
}
@media print {
	.calculator-skip-link {
		display: none
	}
}