MediaWiki:Common.css

De COSMOCATZ LORE WIKI
Version datée du 17 juin 2025 à 03:17 par SpermG0rk (discussion | contributions) (Page créée avec « Thème sombre COSMOCATZ : body { background-color: #0a0a0a !important; color: #dcdcdc !important; } a { color: #7fdfff !important; } a:visited { color: #b77dff !important; } .infobox { background-color: #111 !important; color: #8ff !important; border: 1px solid #444 !important; } table { background-color: #111 !important; color: #ddd !important; } pre, code { background-color: #1b1b1b !important; color: #88ffcc... »)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
Aller à la navigation Aller à la recherche

Note : après avoir publié vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
  • Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
  •  Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
/* Thème sombre COSMOCATZ */
body {
    background-color: #0a0a0a !important;
    color: #dcdcdc !important;
}

a {
    color: #7fdfff !important;
}

a:visited {
    color: #b77dff !important;
}

.infobox {
    background-color: #111 !important;
    color: #8ff !important;
    border: 1px solid #444 !important;
}

table {
    background-color: #111 !important;
    color: #ddd !important;
}

pre, code {
    background-color: #1b1b1b !important;
    color: #88ffcc !important;
}