Différences entre versions de « MediaWiki:Common.css »
De Wiki Latitude-Cartagène
| Ligne 7 : | Ligne 7 : | ||
#mw-page-base { | #mw-page-base { | ||
background: LightGrey; | 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; | ||
} | } | ||
Version du 12 novembre 2020 à 16:43
/* 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;
}