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

Jump to content

Template:WikiProject Lua header/styles.css

From Wikipedia, the free encyclopedia
/* backgrounds are set inline by [[TM:Page tabs]] 
 * these could be overwritten here using !important
 */
.template-page-tabs.wp-lua-header > span {
	border-color: #a3a3bf;
}

span.tpl-wp-lua-header__icon {
    display: inline-flex;
    vertical-align: top;
    margin: -5px 0;
}

@media screen {
	html.skin-theme-clientpref-night .template-page-tabs.wp-lua-header > span  {
		border-color: #777692;
	}
	/* override the text colour of the active tab in dark mode*/
	html.skin-theme-clientpref-night .template-page-tabs.wp-lua-header > span > .mw-selflink {
		color: #eaecf0;
	}
}

/* automatic mode */
@media screen and (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .template-page-tabs.wp-lua-header > span  {
		border-color: #777692;
	}
	/* override the text colour of the active tab in dark mode*/
	html.skin-theme-clientpref-os .template-page-tabs.wp-lua-header > span > .mw-selflink {
		color: #eaecf0;
	}
}