Edge Rewrite
// 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: a2225b017a007fd8

Jump to content

Template:Progression/styles.css

Permanently protected template
From Wikipedia, the free encyclopedia
/* {{pp-template}} */
.progression {
	width: 50%;
	margin: 0 auto;
	background: transparent;
}

.progression-header {
	text-align: center;
}

.progression-header > span {
	font-size: 120%;
	font-weight: bold;
}

.progression-bar {
	border: 1px solid var( --border-color-subtle, #c8ccd1 );
	height: 10px;
	width: 100%;
	border-spacing: 1px;
}

.progression-done {
	background: #00af32;
}

.progression-undone {
	background: var( --background-color-neutral, #eaecf0 );
}

@media (max-width: 639px) {
    .progression,
    .progression-bar {
        display: table;
    }
}