Différences entre les versions de « MediaWiki:Common.css »
Aller à la navigation
Aller à la recherche
Ligne 8 : | Ligne 8 : | ||
background: blue; | 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; | #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:17
/* 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; }