Différences entre versions de « MediaWiki:Common.css »
De Wiki Latitude-Cartagène
(Page créée avec « →Changes the background color of the bottom and left of each page, up to behind half of the logo: : body { background: black; } /* Changes the background color behin... ») |
|||
| 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: Cornsilk; |
} | } | ||
/* 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: Cornsilk; |
} | } | ||
Version du 12 novembre 2020 à 16:22
/* 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: Cornsilk;
}