MediaWiki:Timeless.css

De Une correspondance familiale

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).
  • Internet Explorer / Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
  • Opera : appuyez sur Ctrl + F5.
/* La totalité du CSS placé ici s’appliquera aux utilisateurs de l’habillage Timeless */

/* makes the central column thinner. */

#mw-content-block {
    display: flex;
    clear: both;
    justify-content: center;
}
#mw-content-wrapper {
  max-width: 50%;
}

/* CRH colors */

#mw-content-container {
  background: white;
  border-bottom: solid 2px #dd0062
}

body {
  background: white;
}

.mw-body h1.firstHeading {
  border-bottom: inherit;
}

.tools-inline li.selected {
  border-bottom: solid 1px #dd0062;
}


/* Remove the colored line below the top navbar*/
.color-left {
  background: inherit;
}

.color-right {
  background: inherit;
}

.color-middle {
  background: inherit;
}


#mw-footer-container {
  color: inherit;
  border-top: 0;
}


#mw-footer-container a {
  color: #3366cc;
}

/* Narrower footer */
.mw-footer ul, .mw-footer li {
  margin: inherit;


}