Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| + | |||
| + | @import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap'); | ||
.gallery-table { | .gallery-table { | ||
| + | font-family: 'Roboto Condensed', sans-serif; | ||
text-align: center; | text-align: center; | ||
background-color: white; | background-color: white; | ||
Revision as of 21:30, 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;
}