Jump to content

Module:Coordinates/sandbox/styles.css

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Galobtter (talk | contribs) at 20:08, 10 May 2023 (rm). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
/* 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 {
	display: none;
}

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

.coord-geohack {
	display:none;
}

/* 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;
}