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

Jump to content

Template:Intro to single/styles.css

Permanently protected template
From Wikipedia, the free encyclopedia
/* {{pp-template}}  */
.introtosingle__main {
	position: relative;
	box-sizing: border-box;
	box-shadow: 2px 2px 2px var(--box-shadow-color-base, #AAA);
	max-width: 100%;
	overflow: hidden;
	border: 1px solid var(--border-color-emphasized, black);
	margin: auto;
	padding-bottom: 20px;
}
.introtosingle__main-withbackground {
	background-image:url("https://upload.wikimedia.org/wikipedia/commons/9/94/Wikipedia-logo-v2_%2810_percent_opacity%29.svg");
	background-position: center -500px;
	background-repeat: no-repeat;
	background-size: auto 150%;
}
.introtosingle__main-title {
	font-size: 250%;
	line-height: 150%;
	background: var(--accent-color-base, #3366cc);
	color: var(--color-inverted-fixed, #FFF);
	text-align: center;
	align-items: center;
	justify-content: center;
}
.introtosingle__lead {
	background-color: var(--background-color-progressive-subtle, rgba(232, 238, 255, 0.8));
	color: var(--color-base, #202122);
	padding: 30px 60px;
	margin-bottom: 30px;
}
.introtosingle__base {
	box-sizing: border-box;
	max-width: 1100px;
	min-height: 55px;
	margin:auto;
	padding:5px 20px;
    font-size: 1.1em;
    background-color: var(--background-color-neutral, #EEE);
	color: var(--color-base, #202122);
    border: 1px solid var(--border-color-base, lightgrey);
}
.introtosingle__columns {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap-reverse;
	justify-content: center;
}
.introtosingle__columns-left,
.introtosingle__columns-left-noborder,
.introtosingle__columns-right {
	display:inline-block;
	flex:1 1 0;
	align-self:flex-end;
	vertical-align:top;
	min-width:200px;
	max-width:300px;
	padding:10px;
}
.introtosingle__columns-left {
	text-align:right;
	justify-content:right;
	border-right:solid 1px #ddd;
}
.introtosingle__columns-left-noborder {
	text-align:right;
	justify-content:right;
}
.introtosingle__columns-right {
	text-align:left;
	justify-content: left;
}
@media screen and (min-width: 1101px) {
	.introtosingle__main {
		max-width: 1100px;
	}
}