User:SDZeroBot/G13 soon/styles.css
Appearance
/* TemplateStyles for [[User:SDZeroBot/G13 soon]] */
/* Fix layout in presence of cells with very long words (usually external links) */
.wikitable {
table-layout: fixed;
width: 100%;
}
/* Redirects in green */
.wikitable tr td:nth-child(2) .mw-redirect {
color: green;
}
/* Excerpt section in small text */
.wikitable tr td:nth-child(3) {
font-size: 85%;
}
.wikitable tr td:nth-child(4) {
text-align: center;
}
/* sizes less than 500 */
.short {
color: crimson;
}