Remarque: après avoir sauvegardé, vous devez vider le cache de votre navigateur pour que les changements prennent effet. Mozilla, cliquez sur Actualiser (ou ctrl-r). Internet Explorer / Opera: ctrl-f5. Safari: cmd-r. Konqueror ctrl-r.

/*
body {
  background: #FFF url("https://upload.wikimedia.org/wikipedia/commons/1/1f/Wiktionary_background_rasterized.png") 0px 0px; }
}
*/

/*
body {
    background-color: rgb(40,40,40);
}

div#content {
    background-color: rgb(40,40,40);
    color: white;
}

h1, h2, h3, h4, h5, h6 {
    color: white;
}

.ns-0 h2 {
    background: none repeat scroll 0% 0% rgb(50, 50, 100);
    border: 0;
}

#toc, .toc, .mw-warning {
    background-color: rgb(20, 20, 20);
}

a, div#mw-panel div.portal div.body ul li a {
    color: rgb(0,150,255);
}

a:visited, div#mw-panel div.portal div.body ul li a:visited {
    color: rgb(150,200,255);
}

a.new {
    color: rgb(240, 0, 0);
}

.ns-0 ol li, .ns-0 ol li li {
    background-color: rgb(50, 50, 50);
}

.catlinks {
    border: 1px solid rgb(80, 80,80);
    background-color: rgb(30,30,30);
}

#mw-page-base, div#mw-head, div#simpleSearch, pre {
    background-color: black;
}

div#simpleSearch input {
    color: white;
}
*/


/************************/
/* AFFICHAGE DES PAGES  */
/************************/

/* Redirections */
.mw-redirect:after { content: "↳"; }

/* Sommaire : centrage, pas de titre, tailles différenciées */
/*
.ns-0 #toc { margin: auto }
.ns-0 #toc #toctitle { display:none; }
.ns-0 #toc .toclevel-1 { font-size: 100% ; }
.ns-0 #toc .toclevel-2 { font-size: 90% ; }
*/

/* Citations : couleur des sources en vert */
/*
.source { color : #CC6600 ; }
*/

/* Définitions : surlignage léger */
/*
.ns-0 ol li, .ns-0 ol li li { background-color: #EEF ; }
.ns-0 ol li ul li { background-color: #FFF ; }
*/

.ns-0  #bodyContent ol li ul {
  list-style: none;
  color: #666;
}
.ns-0  #bodyContent ol li ul a:link {
  color: #66B;
}
.ns-0  #bodyContent ol li ul a:visited {
  color: #66C;
}

/* Définitions : écartement */
/*
.ns-0 ol li, .ns-0 ol li ol li { margin-bottom: 1em ; }
*/

/* Terminologies, emploi, etc. : Affichage en vert */
.ns-0 .term .texte,
.ns-0 .term .texte a,
.ns-0 .registre .texte,
.ns-0 .registre .texte a,
.ns-0 .emploi .texte,
.ns-0 .emploi .texte a {
  color:#006000;
}


/************************/
/* HISTORIQUES ET RC    */
/************************/

/* RC : Commentaires réduits */
.comment { color: #AAA ; }
.comment a { color: #AAF ; }
.mw-usertoollinks { font-size: 80%; }

/* RC : N jaune fluo */
.newpage { background-color:#FFFF00; }

/* Historique : couleur des utilisateurs */
.history-user-normal { background-color: white; }
.history-user-sysop { background-color: white; }
.history-user-ip { background-color: beige; }

.history-user-oldbot, .history-user-oldbot a, .history-user-oldbot abbr, .history-user-oldbot a.extiw,
.history-user-bot, .history-user-bot a, .history-user-bot abbr, .history-user-bot a.extiw {
  background-color: white;
  color: lightgray ;
  border: none ;
  font-size:0.9em ;
}

/* Historique : compression des lignes */
ul#pagehistory li {
 margin-bottom:0 ;
 margin-top:0;
}

/* Diff historiques : mise en évidence des changements */
.diffchange { color: black ; background-color: #FAA; }

/****************************/
/* MODIFCATION DES ARTICLES */
/****************************/
/* Caractères spéciaux : couleur du cadre */
/*
#specialchars {
 background-color:#FFE;
}
*/

/* Avertissements : cachés car inutile et encombrants pour moi */
#mw-edit-longpagewarning, #editpage-copywarn, .mw-tos-summary, .bandeau-editnotice { display:none; }

/* Styles pour [[Mediawiki:Gadget-DeluxeHistory.js]], fortement inspiré de [[w:Utilisateur:Od1n/HistoryDeluxe.css]] */

/* Utilisateurs "de confiance" */
.UserIs-Myself {
    background-color: #FFFF99 !important;
}
.UserIs-Patroller {
    background-color:#FFFFDD !important;
} 
.UserIs-Sysop {
    background-color:#FFEE99 !important;
}

/* Utilisateurs "à surveiller" */
.UserIs-IP {
    background-color:#88FF88 !important;
}
.UserIs-User {
    background-color:#DDFFDD !important;
}

/* BOTS */
.UserIs-Bot {
    background-color:white !important;
}
.UserIs-OldBot {
    background-color:white !important;
}

/* Spécial:Nouvelles pages */
.not-patrolled {
    text-decoration:underline;
}

/* Bord plus simple avec couleur adaptée pour le contraste des couleurs */
#pagehistory li {
	border: none !important;
	border-bottom: 1px solid #ddd !important;
	list-style: none;
}
#pagehistory {
	border: 1px solid #ddd;
	margin: 0.5em 0px 0px 0em;
}

/* Et un cadre plus évident pour mettre en évidence les "révisions" sélectionnées */
#pagehistory li.selected {
    border: 1px solid #aaa !important;
}

#toolbar {
    height: 0px;
}