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

Chrome / Internet Explorer / Opera : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5.
/* THEME SOMBRE */
/* Une suggestion ? -> page de discussion :) */

/* Page en gris */ /*
.mw-page-container, .mw-highlight-lang-css{
	background-color: #121212;
}

#mw-panel{
	background-image: linear-gradient(to bottom,#121212 0%,#121212 10%,#121212 90%,#121212 100%);
	border-width: 1px;
	border-style: solid;
	border-image: 
    	linear-gradient(
    		to bottom, 
    		#121212, 
    		white,
    		#121212
    	) 1 100%;
}

td, div.mwe-popups-extracts, div.mwe-popups-container, div.mwe-popups-container a, div.mwe-popups-container p, #toc.toc, #bandeau-portail.bandeau-portail, #catlinks.catlinks, .wvui-typeahead-suggestion, .wvui-typeahead-suggestion__title, .wvui-input__input, #searchInput, div.infobox, div.infobox_v1, div.infobox_v2, div.infobox_v3, .clearyourcache, .reference-text, #mw-sidebar, #mw-panel nav, #mw-panel .mw-sidebar-action, #p-lang-btn-label, .uls-menu .uls-no-results-view .uls-no-found-more, .uls-languagefilter, .interlanguage-link, .uls-language-list, #uls-settings-block, .uls-no-found-more, #search, .autres-projets, .editOptions, div.NavFrame div.NavHead, div.NavFrame, div.NavFrame div.NavContent, div.ModeleBoiteUtilisateur, #wpSummary, td.diff-context, div.thumbinner{
	background-color: #121212;
	color: white;
}

th.navbox-group, td.navbox-list, td.navbox-image, th.navbox-title, td.navbox-banner, table.navbox, .aa-fond-gris{
	background: #121212;
	color: white;
	border: 1px solid white;
	border-collapse: collapse;
}

.wvui-button--framed:not([disabled]), .wvui-button--framed:not([disabled]):hover, .wvui-button--framed .disabled{
	background-color: #121212;
	color: white;
	opacity: 1;
}

#p-lang-btn-label:hover, .uls-language-block ul li:hover{
	background-color: #121212;
	color: white;
	border: 1px solid white;
	transition: 0.3s;
	border-radius: 3px;
}

*/
/* bandeaux */ /*
.bandeau-container, .bandeau-icone, .bandeau-cell, .bandeau-section, .bandeau-niveau-information, .bandeau-icone-css, .incomplet, .bandeau-niveau-detail, .bandeau-section.bandeau-niveau-information{
	background-color: #121212;
	color: white;
}

#cpwarn, .warningbox{
	color: white;
	background-color: #a04907;
}

#cpwarn a, .warningbox a, ins.diffchange{
	color: black;
}

.legendtextlike{
	background-color: #121212;
}

h1, h2, h3, h4, h5, p, #footer-info li, .mw-userconfigpublic, .tocnumber, ul li, .aa-bloc-dessous, [id="bodyContent"], table caption{
	color: white;
}

img{
	background-color: #121212;
}

a{
	transition: 0.3s;
}

a:visited, #mw-sidebar a:visited, #mw-panel nav a:visited, #mw-panel .mw-sidebar-action a:visited, * a:visited{
	color: blue;
}

a:hover{
	color: white;
	transition: 0.3s;
}

*/

/* tableaux */ /*
th, .wikitable > tr > th, .wikitable > * > tr > th{
	background-color: black;
	color: white;
}

/* navigation haut de page */ /*
#ca-nstab-main.selected a, #ca-nstab-project.selected a, #ca-nstab-user.selected a, #ca-talk.selected a, #ca-view.selected a, #ca-ve-edit.selected a, #ca-edit.selected a, #ca-viewsource.selected a, #ca-addsection.selected a, #ca-history.selected a, #ca-unwatch a, #ca-move a{
	color: white;
	background-color: #121212;
}

#ca-nstab-main:not(.selected) a, #ca-nstab-project:not(.selected) a, #ca-nstab-user:not(.selected) a, #ca-talk:not(.selected) a, #ca-view:not(.selected) a, #ca-ve-edit:not(.selected) a, #ca-edit:not(.selected) a, #ca-viewsource:not(.selected) a, #ca-addsection:not(.selected) a, #ca-history:not(.selected) a, #ca-watch a{
	color: white;
	background: linear-gradient(0deg, black, #121212);
} */