MediaWiki:Print.css
De WikiMontessori
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.
/* 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 .row{
position:relative;
}
.fiche_de_prep .nobreak{
position:relative;
break-inside: avoid;
page-break-inside:avoid;
}
.nobreak{
break-inside: avoid;
page-break-inside:avoid;
}