Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 23: | Line 23: | ||
background-color: #eaecf0; | background-color: #eaecf0; | ||
text-align: center; | text-align: center; | ||
| + | font-weight: normal; | ||
} | } | ||
| Line 28: | Line 29: | ||
.gallery-table > * > tr > td { | .gallery-table > * > tr > td { | ||
width: 200px; | width: 200px; | ||
| − | |||
} | } | ||
Revision as of 21:35, 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;
}