Jump to content

Module:Chessboard/styles.css

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Izno (talk | contribs) at 06:02, 28 March 2022 (start of tstyles sheet). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
.chessboard {
	text-align: center;
}

.chessboard-header {
	line-height: 130%;
}

.chessboard-board-and-notation {
	background: white;
	font-size: 88%;
	border: 1px #c8ccd1 solid;
	padding: 0;
	margin: auto;
	border-collapse: collapse;
	text-align: center;
}

.chessboard-board-and-notation th,
.chessboard-board-and-notation td {
	padding: 0;
	vertical-align: middle;
}

.chessboard .thumbcaption {
	text-align: left;
}