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

Jump to content

Template:AFB game box start/styles.css

Extended-protected template
From Wikipedia, the free encyclopedia
/* {{pp-extended|small=yes}} */
.afb-game-box {
	border: 1px solid #a2a9b1;
	margin: 0.5em 0;
	padding: 0.2em;
	line-height: 1.5em;
	font-size: 90%;
	background-color: var(--background-color-neutral-subtle, #f8f9fa);
}

.afb-game-box-title,
.afb-game-box-score,
.afb-game-box-details > caption {
	font-weight: bold;
}

.afb-game-box-title,
.afb-game-box .wikitable {
	text-align: center;
}

.afb-game-box-q-ot {
	width: 25px;
}

.afb-game-box-team,
.afb-game-box-details > caption {
	text-align: left;
}

.afb-game-box-separator {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	height: 3px;
}

.afb-game-box-details {
	width: 100%;
	border-spacing: 3px;
	clear: both;
}

.afb-game-box-quarter {
	border-top: 1px solid #aaa;
}

.afb-game-box-time {
	text-align: right;
}

@media (min-width: 640px) {
	.afb-game-box {
		float: right;
		clear: right;
		margin-left: 1em;
		width: 35em;
	}

	.afb-game-box .wikitable {
		float: right;
		margin-top: 0;
		margin-right: 0;
	}
}