Module:Video game reviews/styles.css
Appearance
.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;
}