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

Jump to content

Template:Page tabs/sandbox/styles.css

From Wikipedia, the free encyclopedia
.template-page-tabs {
	background: #F8FCFF;
    color:black;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -4px;
}

.template-page-tabs > span {
	padding: 0.5em;
	line-height: 0.95em;
	border: solid 2px #a3b1bf;
	white-space: nowrap;
	margin-bottom: 4px;
}

.template-page-tabs > span.spacer {
	display: flex; /* hides any whitespace we put inside */
	padding: 0;
	flex: 9px;
	border-width: 0 0 2px 0;
}

.template-page-tabs > span.spacer:last-child {
	/* We want this to get first priority, which flexbox doesn't really understand but hopefully this will do. */
	flex: 1000 1 0;
}

/* Vector 2022 and Minerva Dark Theme Compatibility */
html.skin-theme-clientpref-night .template-page-tabs > span[style*="font-weight:bold"] {
	background-color: #1c252e !important;
	color: #ffffff !important;
	border-bottom: 0 !important;
}

@media screen and (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .template-page-tabs > span[style*="font-weight:bold"] {
		background-color: #1c252e !important;
		color: #ffffff !important;
		border-bottom: 0 !important;
	}
}

html.skin-theme-clientpref-night .template-page-tabs,
html.skin-theme-clientpref-night .template-page-tabs > span {
		background: #000000 !important;
		color: #ffffff !important;
		border-color: #333333 !important;
}

@media screen and (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .template-page-tabs,
	html.skin-theme-clientpref-os .template-page-tabs > span {
		background: #000000 !important;
		color: #ffffff !important;
		border-color: #333333 !important;
	}
}