Jump to content

Module:Spatial image viewer/skip.css

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Bawolff (talk | contribs) at 07:55, 23 January 2025 (init). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(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: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
	}
}