MediaWiki:Common.css: Skillnad mellan sidversioner
Hoppa till navigering
Hoppa till sök
Johan (diskussion | bidrag) Ingen redigeringssammanfattning |
Johan (diskussion | bidrag) Ingen redigeringssammanfattning |
||
| Rad 6: | Rad 6: | ||
@color-primary: dark-green; | @color-primary: dark-green; | ||
/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */ | |||
body { | |||
background: red; | |||
} | |||
/* Changes the background color behind the top half of the logo and at top of each page: */ | |||
#mw-page-base { | |||
background: red; | |||
} | |||
Versionen från 8 februari 2021 kl. 09.29
/* CSS som skrivs här påverkar alla utseenden */
.firstHeading{
visibility:hidden;
}
@color-primary: dark-green;
/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
body {
background: red;
}
/* Changes the background color behind the top half of the logo and at top of each page: */
#mw-page-base {
background: red;
}