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

Jump to content

Module:Chess viewer/styles.css

From Wikipedia, the free encyclopedia
.chessboard.animate .nonknight.calculator-value-true {
	transition: left 0.1s ease, top 0.1s ease, opacity 0.05s 0.1s ease-in
}
.chessboard.animate .knight.calculator-value-true {
	transition: left 0.05s ease-in, top 0.05s 0.05s ease-out, opacity 0.05s 0.1s ease-in
}

.chessboard.animate .knight, .chessboard.animate .nonknight {
	transition: left 0s 0.2s, top 0s 0.2s, opacity 0.1s ease-out
}

.chessboard.animate table {
	transition: transform 0.2s
}

.chessboard table.calculator-value-true {
	transform: rotate(180deg)
}
.chessboard table.calculator-value-true td .chess-pieces img, .chessboard table.calculator-value-true td.boardlabel {
	transform: rotate(180deg)
}