Utilisateur:NetherMC/common.css

Aller à la navigation Aller à la recherche

Note : après avoir enregistré tes préférences, tu devras forcer le rechargement complet du cache de ton navigateur pour voir les changements. Mozilla Firefox / Safari : maintiens la touche Majuscule (Shift) en cliquant sur le bouton Actualiser (Reload) ou presse Maj-Ctrl-R (Maj-Cmd-R sur Apple Mac) ; Internet Explorer / Opera : maintiens la touche Ctrl en cliquant sur le bouton Actualiser ou presse Ctrl-F5.

:root {
	--background: #0e1b36;
	--color: #fff;
	--original-color: #222222;
	--link: #1160e0;
	--link-visited: #2b17ed;
}

body {
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
}

body, .mw-body, .parsoid-body, #mw-navigation > * {
    background-color: var(--background);
    color: var(--color);
}

.mw-parser-output center table, #toc .toctitle > *, .mw-headline, #localNotice,
.bandeau, .toc, .mw-warning, .toccolours, html .thumbcaption, #footer .donation-box {
    color: var(--original-color);
}

h1, h2, h3, h4, h5, h6, #footer ul li, #mw-panel .portal h3, h1 .mw-headline,
h2 .mw-headline, h3 .mw-headline, h4 .mw-headline, h5 .mw-headline, h6 .mw-headline {
    color: var(--color);
}

.vectorMenu h3 span {
    color: var(--color) !important;
}

a:not(a.new, .oo-ui-window *) {
    color: var(--link) !important;
}

a:visited:not(a.new, .oo-ui-window *) {
    color: var(--link-visited) !important;
}