Différences entre versions de « MediaWiki:Common.css »
De Wiki Latitude-Cartagène
| Ligne 1 : | Ligne 1 : | ||
/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */ | /* Changes the background color of the bottom and left of each page, up to behind half of the logo: */ | ||
body { | body { | ||
| − | background: | + | background: LavenderBlush; |
} | } | ||
/* Changes the background color behind the top half of the logo and at top of each page: */ | /* Changes the background color behind the top half of the logo and at top of each page: */ | ||
#mw-page-base { | #mw-page-base { | ||
| − | background: | + | background: Lavender; |
} | } | ||
Version du 12 novembre 2020 à 16:47
/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
body {
background: LavenderBlush;
}
/* Changes the background color behind the top half of the logo and at top of each page: */
#mw-page-base {
background: Lavender;
}