Différences entre versions de « MediaWiki:Common.css »
De Wiki Latitude-Cartagène
| Ligne 11 : | Ligne 11 : | ||
| − | @import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@900&display=swap'); | + | @import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@500;900&display=swap'); |
/* Changes the default font used for MediaWiki to Roboto Slab (does not include headings or monospaced text): */ | /* Changes the default font used for MediaWiki to Roboto Slab (does not include headings or monospaced text): */ | ||
Version du 12 novembre 2020 à 16:38
/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
body {
background: Cornsilk;
}
/* Changes the background color behind the top half of the logo and at top of each page: */
#mw-page-base {
background: LightGrey;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@500;900&display=swap');
/* Changes the default font used for MediaWiki to Roboto Slab (does not include headings or monospaced text): */
body {
font-family: "Roboto Slab", serif;
}
/* Changes the default font used for MediaWiki headings to Roboto Slab: */
#content h1,
#content h2 {
font-family: "Roboto Slab", serif;
}