Deprecated: Skins\Chameleon\Components\Component::__construct(): Implicitly marking parameter $domElement as nullable is deprecated, the explicit nullable type must be used instead in /home/fedi7240/wikimontessori.org/skins/chameleon/src/Components/Component.php on line 57

Deprecated: Skins\Chameleon\Components\Grid::__construct(): Implicitly marking parameter $domElement as nullable is deprecated, the explicit nullable type must be used instead in /home/fedi7240/wikimontessori.org/skins/chameleon/src/Components/Grid.php on line 64

Deprecated: Skins\Chameleon\Components\Row::__construct(): Implicitly marking parameter $domElement as nullable is deprecated, the explicit nullable type must be used instead in /home/fedi7240/wikimontessori.org/skins/chameleon/src/Components/Row.php on line 45

Deprecated: Skins\Chameleon\Components\Cell::__construct(): Implicitly marking parameter $domElement as nullable is deprecated, the explicit nullable type must be used instead in /home/fedi7240/wikimontessori.org/skins/chameleon/src/Components/Cell.php on line 43

Deprecated: Skins\Chameleon\Components\PageTools::__construct(): Implicitly marking parameter $domElement as nullable is deprecated, the explicit nullable type must be used instead in /home/fedi7240/wikimontessori.org/skins/chameleon/src/Components/PageTools.php on line 59

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

De WikiMontessori
Aller à :navigation, rechercher
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 8 : Ligne 8 :
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;
page-break-before:avoid;
page-break-before:avoid;
}
}

Version du 13 février 2023 à 18:30

/* Le CSS placé ici affectera les impressions. */
.mw-editsection{
	display:none;
}
.nobdreak{
	break-inside:avoid;
}
h2:first-child, h3:first-child, h4:first-child, h5:first-child {
	break-before: avoid-page;
	break-before: avoid;
	page-break-before:avoid;
}