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

Jump to content

Module:Vertical header/styles.css

Permanently protected module
From Wikipedia, the free encyclopedia
/* {{pp-template}} */
@supports (writing-mode: vertical-rl) {
	.ts-vertical-header {
		line-height: 1;
		max-width: 1em;
		padding: 0.4em;
		vertical-align: bottom;
		width: 1em;
	}
	
	html.client-js .sortable:not(.jquery-tablesorter) .ts-vertical-header:not(.unsortable),
	html.client-js .ts-vertical-header.headerSort {
		background-position: 50% .4em;
		padding-right: 0.4em;
		padding-top: 21px;
	}
	
	.ts-vertical-header.is-valign-top {
		vertical-align: top;
	}
	
	.ts-vertical-header.is-valign-middle {
		vertical-align: middle;
	}
	
	.ts-vertical-header.is-normal {
		font-weight: normal;
	}
	
	/* template text */
	.ts-vertical-header > * {
		display: inline-block;
		transform: rotate(180deg);
		writing-mode: vertical-rl;
	}
	
	@supports (writing-mode: sideways-lr) {
		.ts-vertical-header > * {
			transform: none;
			writing-mode: sideways-lr;
		}
	}
}