MediaWiki:Print.css : Différence entre versions

De Le Parergon
Sauter à la navigation Sauter à la recherche
Ligne 23 : Ligne 23 :
 
.printfooter {
 
.printfooter {
 
display: none !important;
 
display: none !important;
 +
}
 +
 +
 +
/* Évite les lignes solitaires */
 +
.content p {
 +
orphans: 4;
 +
widows: 4;
 
}
 
}

Version du 21 juillet 2022 à 15:27

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

.toc {
	display: none !important;
}

#p-logo a {
    display: inline !important;
}

.mw-wiki-logo {
    background-image: url(/resources/assets/logo.png);	
}

.printfooter {
	clear: both;
}

#footer-info li {
     display: none !important;
}

.printfooter {
	display: none !important;
}


/* Évite les lignes solitaires */
.content p {
	orphans: 4;
	widows: 4;
}