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

De Thérapies
Aller à la navigation Aller à la recherche
Balise : Révocation manuelle
 
(6 versions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
/* Le CSS placé ici sera appliqué à tous les habillages. */
/* Le CSS placé ici sera appliqué à tous les habillages. */
body {
  background: red;
}


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


/* make the background behind the content area and the tabs a light grey */
/* Marge gauche */
#content, #content table
body {
#p-cactions ul li a { background: #e6ffb4; }
  background: #B2FCB2;
}


#content { background-color: #e6ffb4;
/* Contenu des pages */
 
#content {  
/* change background of unselected tabs */
  background-color: #CFFDCF;  
#p-cactions ul li a { background: #e6ffb4; }
}
 
/* change background of selected tabs */
#p-cactions ul li.selected a { background: #e6ffb4; }

Version actuelle datée du 8 janvier 2022 à 16:18

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