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