« MediaWiki:Print.css » : différence entre les versions
De WikiMontessori
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 3 : | Ligne 3 : | ||
display:none; | display:none; | ||
} | } | ||
h2:first-child, h3:first-child, h4:first-child, h5:first-child { | h2:first-child, h3:first-child, h4:first-child, h5:first-child { | ||
break-before: avoid-page; | break-before: avoid-page; | ||
break-before: avoid; | break-before: avoid; | ||
page-break-before:avoid; | page-break-before:avoid; | ||
} | |||
.fiche_de_prep .nobreak{ | |||
break-inside: avoid; | |||
page-break-inside:avoid; | |||
} | } |
Version du 17 février 2023 à 19:01
/* Le CSS placé ici affectera les impressions. */ .mw-editsection{ display:none; } h2:first-child, h3:first-child, h4:first-child, h5:first-child { break-before: avoid-page; break-before: avoid; page-break-before:avoid; } .fiche_de_prep .nobreak{ break-inside: avoid; page-break-inside:avoid; }