62 737
modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 27 : | Ligne 27 : | ||
--color-link: #0645ad; | --color-link: #0645ad; | ||
--border-color-base: rgba(0, 0, 0, 0.1); | --border-color-base: rgba(0, 0, 0, 0.1); | ||
} | |||
/* | |||
--------------------------------------------------- | |||
Mode sombre | |||
--------------------------------------------------- | |||
Partie régissant le mode sombre | |||
--------------------------------------------------- | |||
*/ | |||
:root > .client-dark-mode { | |||
--background-color-dp-00: #020601; | |||
--background-color-dp-01: #040d02; | |||
--background-color-dp-02: #e5f4e0; | |||
--background-color-dp-03: #d4eccc; | |||
--background-color-dp-04: #0c2205; | |||
--background-color-dp-06: #0e2806; | |||
--background-color-dp-08: #102f07; | |||
--background-color-dp-12: #133608; | |||
--background-color-dp-16: #153d09; | |||
--background-color-dp-24: #18440b; | |||
--background-img: no-repeat url(avt-necropolis-background.jpg); | |||
--background-main: #fff; | |||
--box-background-color: #fafffa; | |||
--box-shadow: 0 0 10px #f1fff2; | |||
--color-base: black; | |||
--color-warning: #ffcc33; | |||
--color-link: green; | |||
--color-link-visited: #144905; | |||
--border-color-base: rgba(0, 0, 0, 0.1); | |||
} | |||
.client-dark-mode a, | |||
.client-dark-mode #mw-panel .portal .body li a, | |||
.client-dark-mode .toctogglelabel, | |||
.client-dark-mode .mw-parser-output a.external, | |||
.client-dark-mode .mw-parser-output a.extiw, | |||
.client-dark-mode .mw-parser-output a.extiw:active, | |||
.client-dark-mode .vector-menu-portal .vector-menu-content li a, | |||
.vector-menu-tabs li a { | |||
color: var(--color-link); | |||
} | |||
.client-dark-mode a:visited, | |||
.client-dark-mode #mw-panel .portal .body li a:visited, | |||
.client-dark-mode .vector-menu-portal .vector-menu-content li a:visited { | |||
color: var(--color-link-visited); | |||
} | |||
.client-dark-mode .infobox, | |||
.client-dark-mode .toc, | |||
.client-dark-mode .thumbinner, | |||
.client-dark-mode #simpleSearch, | |||
.client-dark-mode #searchInput, | |||
.client-dark-mode #searchButton, | |||
.client-dark-mode #searchGoButton, | |||
.client-dark-mode table, | |||
.client-dark-mode table.toccolours, | |||
.client-dark-mode .wikitable, | |||
.client-dark-mode .mw-notification { | |||
background-color: var(--box-background-color); | |||
border-color: var(--border-color-base); | |||
} | } | ||
modifications