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

De Thérapies
Aller à la navigation Aller à la recherche
Ligne 8 : Ligne 8 :
/* Marge gauche */
/* Marge gauche */
body {
body {
   background: #BCFCBC;
   background: #B2FCB2;
}
}


/* Contenu des pages */
/* Contenu des pages */
#content { background-color: cyan; }
#content {  
  background-color: #CFFDCF;  
}

Version du 22 décembre 2021 à 22:11

/* Le CSS placé ici sera appliqué à tous les habillages. */

/* Marge haute*/
#mw-page-base {
  background: #98FB98;
}

/* Marge gauche */
body {
  background: #B2FCB2;
}

/* Contenu des pages */
#content { 
  background-color: #CFFDCF; 
}