MediaWiki:Print.css : Différence entre versions

De Le Parergon
Sauter à la navigation Sauter à la recherche
Ligne 30 : Ligne 30 :
 
orphans: 4;
 
orphans: 4;
 
widows: 4;
 
widows: 4;
 +
}
 +
 +
 +
 +
 +
.center * {
 +
    margin-left: auto;
 +
    margin-right: auto;
 
}
 
}

Version du 21 juillet 2022 à 15:47

/* 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;
}




.center * {
    margin-left: auto;
    margin-right: auto;
}