Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// 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: a21f3560fa2aa151

Jump to content

Module:Coordinates/sandbox/styles.css

From Wikipedia, the free encyclopedia
/* Geographical coordinates defaults. The classes "geo", "longitude", and
"latitude" are used by the [[Geo microformat]]. */
.geo-default,
.geo-dms,
.geo-dec {
	display: inline;
}

.geo-nondefault,
.geo-multi-punct,
.geo-inline-hidden {
	display: none;
}

.longitude,
.latitude {
	white-space: nowrap;
}

.coord-geohack,
.wmamapbutton {
	display:none;
}

/**
 * Kartographer does not work properly if zoomed in on the desktop site
 * on a mobile/tablet device - either crashes or does not respond to touch events properly.
 * So display geohack link for the desktop site on a touchscreen device.
**/
@media screen and (pointer: coarse) {
	body:not(.skin-minerva) .coord-kartographer {
		display: none;
	}
	body:not(.skin-minerva) .coord-geohack,
	body:not(.skin-minerva) .wmamapbutton {
		display: inline;
	}
}

/* The geohack link is a better fallback for non-JS users */
html.client-nojs .coord-kartographer {
	display: none;
}
html.client-nojs .coord-geohack {
	display: inline;
}