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: a2367aaa0c1e26ee

Jump to content

Template:Infobox graph/styles.css

From Wikipedia, the free encyclopedia
/* A safe image background that works for almost all images in dark mode
(via skin-theme-clientpref-night) */
@media screen {
	html.skin-theme-clientpref-night .infobox-image .mw-file-description img {
		background-color: var(--background-color-inverted, #f8f9fa);
	}
	html.skin-theme-clientpref-night .infobox-image .mw-file-description img[src$="svg.png"]{
		filter: invert(1);
		background-color: transparent;
	}
}

/* A safe image background that works for almost all images in dark mode
(via operating system opt-in) */
@media screen and (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .infobox-image .mw-file-description img { 
		background-color: var(--background-color-inverted, #f8f9fa);
	}
	html.skin-theme-clientpref-os .infobox-image .mw-file-description img[src$="svg.png"]{
		filter: invert(1);
		background-color: transparent;
	}
}