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

De Thérapies
Aller à la navigation Aller à la recherche
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: */
#mw-page-base {
  background: blue;
}
/* make the background behind the content area and the tabs a light grey */
#content, #content table
#p-cactions ul li a { background: #e6ffb4; }
#content { background-color: #e6ffb4;
/* change background of unselected tabs */
#p-cactions ul li a { background: #e6ffb4; }
/* change background of selected tabs */
#p-cactions ul li.selected a { background: #e6ffb4; }

Version du 22 décembre 2021 à 18:25

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