Difference between revisions of "MediaWiki:Common.css"

From Wiki.OSArch
m
m
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/css2?family=Open+Sans&display=swap');
 +
 +
/* Timeless skin includes an empty space for a logo, which we don't have */
 +
.mw-wiki-logo.fallback {
 +
        height: 0 !important;
 +
}
 +
 +
/* Round the search bar */
 +
#simpleSearch {
 +
        border-radius: 5px;
 +
}
 +
 +
body {
 +
        font-family: 'Open Sans';
 +
}
 +
 
table.gallery { width: 100%; }
 
table.gallery { width: 100%; }
 
table.gallery td { width: 20%; }
 
table.gallery td { width: 20%; }
 
table.gallery td img { width: 100%; height: auto; }
 
table.gallery td img { width: 100%; height: auto; }

Revision as of 23:50, 7 November 2020

/* CSS placed here will be applied to all skins */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

/* Timeless skin includes an empty space for a logo, which we don't have */
.mw-wiki-logo.fallback {
        height: 0 !important;
}

/* Round the search bar */
#simpleSearch {
        border-radius: 5px;
}

body {
        font-family: 'Open Sans';
}

table.gallery { width: 100%; }
table.gallery td { width: 20%; }
table.gallery td img { width: 100%; height: auto; }