« MediaWiki:Mobile.css » : différence entre les versions

De Nephilim Wiki
Balises : Modification par mobile Modification par le web mobile
(Aucune différence)

Version du 28 février 2026 à 09:36

/* Tout CSS placé ici sera chargé avec les pages accédées par les utilisateurs du site mobile */
/* ================================================= */
/* FichePNJNL — Affichage mobile (Minerva)           */
/* À placer dans MediaWiki:Mobile.css                */
/* ================================================= */

/* L'infobox occupe toute la largeur */
.FichePNJNL {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 1em 0 !important;
}

/* Réordonner : infobox en premier */
.mw-parser-output:has(.FichePNJNL) {
  display: flex !important;
  flex-direction: column !important;
}

.mw-parser-output .FichePNJNL {
  order: -1 !important;
}