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 11 : Ligne 11 :




.fiche_de_prep .row{
position:relative;
}
.fiche_de_prep .nobreak{
.fiche_de_prep .nobreak{
position:relative;
break-inside: avoid;
break-inside: avoid;
page-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 .row{
	position:relative;
}
.fiche_de_prep .nobreak{
	position:relative;
	break-inside: avoid;
	page-break-inside:avoid;
}