Aller au contenu

Utilisateur:Th16/common.css

Une page de Wikipédia, l'encyclopédie libre.
Note : après avoir enregistré la page, vous devrez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

Mozilla / Firefox / Konqueror / Safari : maintenez la touche Majuscule (Shift) en cliquant sur le bouton Actualiser (Reload) ou pressez Maj-Ctrl-R (Cmd-R sur Apple Mac) ;

Firefox (sur GNU/Linux) / Chrome / Internet Explorer / Opera : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5.
/* Changer la couleur de fond des articles */
.ns-0 * #content, .ns-0 * #p-cactions li, .ns-0 * #p-cactions li a 
{
    background:#aaaEaE; /* couleur rose comme les pages de discussion */
}

/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
body 
{
  background: #aaaEaE;
}

/* Changes the background color behind the top half of the logo and at top of each page: */
#mw-page-base, #mw-page-containeur 
{
  background: #aaaEaE;
}

.mw-panel ,  .mw-workspace-container , .vector-menu-tabs, .selected, li, .nth-child, .mw-page-containeur
{
	background:#aaaEaE;
}

#mw-panel ,  #mw-workspace-container , #vector-menu-tabs, #selected, #interlanguage-link, #nth-child
{
	background:#aaaEaE;
}

.skin-vector-max-width .mw-page-container 
{
   background-color: #aaaEaE;
}