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

Jump to content

Module:Navbox timeline/styles.css

From Wikipedia, the free encyclopedia
.timeline-wrapper { 
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.timeline-wrapper-cell {
	padding: 0;
	overflow: auto;
}

.timeline-table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

.timeline-row > * {
	border-style: solid;
	border-color: #FDFDFD;
	border-width: 2px 2px 0 0;
}

.timeline-row:first-child > * {
	border-top-width: 0;
}

.timeline-row > :last-child {
	border-right-width: 0;
}

.timeline-decade,
.timeline-year {
	background-color: #F0F0F0;
	color:inherit;
    font-weight: normal;
}

.timeline-label {
	text-align: center;
	font-weight: normal;
	padding: 0 1em;
}

.timeline-blank {
	background-color: #E0E0E0;
    color:inherit;
}

.timeline-item {
	background-color: #C0C0C0;
    color:inherit;
}

.timeline-decade,
.timeline-year,
.timeline-item {
	padding: 0 0.25em;
}