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

Jump to content

Template:Unsolved/styles.css

Permanently protected template
From Wikipedia, the free encyclopedia
/* {{pp-template}} */
/* Styles for "unsolved problem" summary */
.unsolved {
	margin: 0.5em 0 1em 1em;
	border: 1px solid #a2a9b1;
	padding: 0.35em 0.35em 0.35em 2.2em;
	background-color: var(--background-color-interactive-subtle);
	background-image: url("https://upload.wikimedia.org/wikipedia/commons/2/26/Question%2C_Web_Fundamentals.svg");
	background-position: top 50% left 0.35em;
	background-size: 1.5em;
	background-repeat: no-repeat;
}
@media (min-width: 720px) {
	.unsolved {
		clear: right;
		float: right;
		max-width: 25%;
	}
}
.unsolved-label {
	font-weight: bold;
}
.unsolved-body {
	margin: 0.35em;
	font-style: italic;
}
.unsolved-more {
	font-size: smaller;
}