MediaWiki:Common.css

De Projet Lazare · Empire Drasheev
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.
/* ===== FOND D'ÉCRAN ===== */
body {
    background-color: #0d0d1a;
    background-image: url("https://wiki-lazare.fr/wiki/Fichier:Fond_Wiki.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
}

/* ===== COLONNE DE CONTENU RESSERRÉE ===== */
#content,
#mw-content-container {
    max-width: 900px;
    margin: 0 auto;
    background-color: #ffffff;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

/* ===== BARRE DE NAVIGATION (sidebar) ===== */
#mw-panel {
    background-color: rgba(13, 13, 26, 0.85);
}

#mw-panel .vector-menu-portal .vector-menu-heading {
    color: #c0c0e0;
}

#mw-panel .vector-menu-portal a {
    color: #a0a0d0;
}

#mw-panel .vector-menu-portal a:hover {
    color: #ffffff;
}

/* ===== HEADER ===== */
#mw-head {
    max-width: 900px;
    margin: 0 auto;
}

/* ===== FOOTER ===== */
#footer {
    max-width: 900px;
    margin: 0 auto;
    background-color: rgba(13, 13, 26, 0.9);
    color: #a0a0c0;
}

#footer a {
    color: #7ecda0;
}

/* ===== LIENS ===== */
#content a:not(.new) {
    color: #4a3a7a;
}

#content a:visited {
    color: #3a2a5a;
}

#content a.new {
    color: #c04040;
}