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

De WikInSituFr
Aller à la navigation Aller à la recherche
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 3 : Ligne 3 :
* {
* {
   font-size : 12px;
   font-size : 12px;
}
div, p, ul, li {
  page-break-inside: avoid;
}
}



Version du 21 juillet 2023 à 13:27

/* Le CSS placé ici affectera les impressions UNIQUEMENT. */

* {
  font-size : 12px;
}

div, p, ul, li {
  page-break-inside: avoid;
}

.gif, .barre_menu, .cadrevideo, .btnretour, .btnhome {
  display: none;
}

/* On règle le problème des 80%-100% en version web/imprimée */

td .barre_menu {
  display: none;
  width: 0%;
}

table:first-of-type tr:first-child td:first-child {
  width: 100%;
  padding-right: 1px;
}

.replace_gif {
  display: block;
}