Edge Rewrite
// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a260c1dd0a7ab1bb

Jump to content

Module:Spatial image viewer/skip.css

From Wikipedia, the free encyclopedia
/* 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
	}
}