Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 28: | Line 28: | ||
.gallery-table > * > tr > td { | .gallery-table > * > tr > td { | ||
width: 200px; | width: 200px; | ||
| + | font-weight: normal; | ||
} | } | ||
Revision as of 21:34, 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;
}
.gallery-table > * > tr > th,
.gallery-table > * > tr > td {
width: 200px;
font-weight: normal;
}