Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 29: | Line 29: | ||
.gallery-table > * > tr > td { | .gallery-table > * > tr > td { | ||
width: 200px; | width: 200px; | ||
| + | } | ||
| + | |||
| + | .gallery-table > * > tr:nth-child(2) { | ||
| + | height: 360px; | ||
} | } | ||
Revision as of 21:43, 28 October 2019
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');
.gallery-table {
font-family: 'Roboto Condensed', sans-serif;
text-align: center;
background-color: white;
border: 1px solid #a2a9b1;
border-collapse: collapse;
}
.gallery-table > tr > th,
.gallery-table > tr > td,
.gallery-table > * > tr > th,
.gallery-table > * > tr > td {
border: 1px solid #a2a9b1;
padding: 0.2em 0.4em;
}
.gallery-table > tr > th,
.gallery-table > * > tr > th {
background-color: #eaecf0;
text-align: center;
font-weight: normal;
}
.gallery-table > * > tr > th,
.gallery-table > * > tr > td {
width: 200px;
}
.gallery-table > * > tr:nth-child(2) {
height: 360px;
}