Jump to content

Module:Video game reviews/styles.css

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Izno (talk | contribs) at 05:40, 9 December 2020 (merge .wikitable and .infobox). 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)
.video-game-reviews table {
	background-color: #f8f9fa;
	color: #202122;
	border-collapse: collapse;
	border: 1px solid #a2a9b1;
	border-spacing: 3px;
	/* @noflip */
	margin: 0.5em 0 0.5em 1em;
	padding: 0.2em;
	/* @noflip */
	float: right;
	/* @noflip */
	clear: right;
	font-size: 88%;
	line-height: 1.5em;
}

.video-game-reviews table > tr > td,
.video-game-reviews table > * > tr > td {
	border: 1px solid #a2a9b1;
	padding: 0.2em 0.4em;
	vertical-align: top;
	
	/* specific to td */
	/* @noflip */
	text-align: left;
}

.video-game-reviews table > tr > th,
.video-game-reviews table > * > tr > th {
	border: 1px solid #a2a9b1;
	padding: 0.2em 0.4em;
	vertical-align: top;
	
	/* specific to th */
	background-color: #eaecf0;
	text-align: center;
}