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.

Jump to content

Template:Bracket terms/styles.css

From Wikipedia, the free encyclopedia
table.bracket-tbl{
	border: thin solid var(--border-color-base,#a2a9b1);
	background-color: var(--background-color-neutral-subtle,#f8f9fa);
	border-spacing: 0;
	margin: 0.5em 0 0.5em 1em;
	float: right;
	display: table;
}
.bracket-tbl caption {
	font-size: 105%;
	font-weight: bold;
}
.bracket-tbl tr th {
	padding: 0.05em 0.5em;
}
.bracket-tbl th[scope="col"] {
	border-top: thin solid var(--border-color-base,#a2a9b1);
	font-size: 250%;
	padding: 0 0.05em;
	background-color: var(--background-color-base,#fff);
}
.bracket-tbl td {
	font-size: 0.9rem;
	text-align: center;
	padding: 0.05em 0.5em;
	border: thin solid var(--border-color-subtle,#c8ccd1);
	border-width: 0 0 thin 0;
}