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= | + | @import url('https://fonts.googleapis.com/css2?family=Bree+Serif:wght@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): */ | ||
body { | body { | ||
| − | font-family: " | + | font-family: "Bree Serif Slab", serif; |
} | } | ||
| Ligne 21 : | Ligne 21 : | ||
#content h1, | #content h1, | ||
#content h2 { | #content h2 { | ||
| − | font-family: " | + | font-family: "Bree Serif Slab", serif; |
} | } | ||
Version du 12 novembre 2020 à 16:42
/* 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=Bree+Serif:wght@900&display=swap');
/* Changes the default font used for MediaWiki to Roboto Slab (does not include headings or monospaced text): */
body {
font-family: "Bree Serif Slab", serif;
}
/* Changes the default font used for MediaWiki headings to Roboto Slab: */
#content h1,
#content h2 {
font-family: "Bree Serif Slab", serif;
}