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

Jump to content

Template:Image key/styles.css

Permanently protected template
From Wikipedia, the free encyclopedia
/* {{pp-template}} */	
/* we add figure[typeof="mw:File/Thumb"] so that there is a lesser chance of
   these styles being used for nefarious general purposes :)
   if/when necessary to support some other kind of figures, can be added then
*/
figure[typeof="mw:File/Thumb"] .image-key > ol {
	margin-left: 1.3em;
	margin-top: 0;
}

figure[typeof="mw:File/Thumb"] .image-key > ul {
	margin-top: 0;
}

figure[typeof="mw:File/Thumb"] .image-key li {
	page-break-inside: avoid;
	break-inside: avoid-column;
}

/* support mobile with queries */
@media (min-width: 300px) {
	figure[typeof="mw:File/Thumb"] .image-key,
	figure[typeof="mw:File/Thumb"] .image-key-wide {
		column-count: 2;
	}
	
	figure[typeof="mw:File/Thumb"] .image-key-narrow {
		column-count: 1;
	}
}

@media (min-width: 450px) {
	figure[typeof="mw:File/Thumb"] .image-key-wide {
		column-count: 3;
	}
}