Différences entre les versions de « MediaWiki:Common.css »

De Thérapies
Aller à la navigation Aller à la recherche
Ligne 8 : Ligne 8 :
   background: blue;
   background: blue;
}
}
/*Main navigation*/
body.mediawiki  .navigation-main {background-color:#FFFF00;} /*background color*/

Version du 22 décembre 2021 à 18:06

/* Le CSS placé ici sera appliqué à tous les habillages. */
body {
  background: #556B2F;
}

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

/*Main navigation*/

body.mediawiki  .navigation-main {background-color:#FFFF00;} /*background color*/