MediaWiki:Common.css: Skillnad mellan sidversioner

Från Söderns Rollspelsklubb
Hoppa till navigering Hoppa till sök
Ingen redigeringssammanfattning
Ingen redigeringssammanfattning
Rad 8: Rad 8:
/* 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: red;
   background: #808080;
}
}


/* 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: red;
   background: #808080;
}
}

Versionen från 8 februari 2021 kl. 09.31

/* 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: #808080;
}

/* Changes the background color behind the top half of the logo and at top of each page: */
#mw-page-base {
  background: #808080;
}