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.
html {
	height: auto!important; /* bypass règle css par défaut : 'height: 100%' */
}

body {
	background: url('https://www.troulleau.fr/transports/ressources/images/noise-light.png'), linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	color: black;
	background-size: auto, 100% 100%;
}

/* Changer la couleur de fond des articles */
.ns-0 * #content, .ns-0 * #p-cactions li, .ns-0 * #p-cactions li a {
    /* RIEN POUR L'INSTANT */
}
/* Afficher les liens déjà visités en vert */
a:visited {
    color:green;
}
.ns-0 #content { text-align: justify; } /* texte justifié dans les articles */

/* Modifications fond des articles */

 .mw-page-container {
    background-color: #ffffffd1;
}

 .vector-header-container .mw-header, .vector-header-container .vector-sticky-header {
    background-color: #ffffff9e;
}

.vector-pinned-container {
	border-radius: 10px;
	background-color: #ffffffdb;
}

.vector-sticky-pinned-container {
	border-radius: 10px;
}