Module:Historical populations/styles.css
Appearance
/* The legacy desktop themes Monobook and Vector render tables with several
* differences to Minerva (mobile) or Vector-2022 (desktop). They have more
* padding around the sides and a border around the table.
*/
body.skin-vector-legacy .caption-purple, body.skin-monobook .caption-purple, body.skin-timeless .caption-purple {
border: 1px #aaa solid;
border-bottom: none;
background-color: lavender;
}
body.skin-timeless .caption-purple {
border-color: #eaecf0;
}
body.skin-vector-legacy .caption-purple, body.skin-monobook .caption-purple, body.skin-timeless .caption-purple {
border: 1px #aaa solid;
border-bottom: none;
background-color: lavender;
}
/* Black line below caption */
.topmost {
border-top: 1px solid black;
}
body.skin-vector-legacy .topmost, body.skin-monobook .topmost, body.skin-timeless .topmost {
border-top: none;
}
/*Don't split header abbreviations when numbers and screen width are narrow.*/
.abbr-header {
white-space: nowrap;
}