MediaWiki:Print.css : Différence entre versions

De Réformation tranquille
Sauter à la navigation Sauter à la recherche
Ligne 18 : Ligne 18 :
 
}
 
}
  
 
+
.printfooter {
 +
clear: both;
 +
}
  
 
#footer-info li {
 
#footer-info li {
Ligne 29 : Ligne 31 :
 
orphans: 4;
 
orphans: 4;
 
widows: 4;
 
widows: 4;
}
 
 
.printfooter {
 
display: none !important;
 
 
}
 
}

Version du 13 août 2021 à 09:15

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

.mw-logo {
    display: right !important;
}

.printfooter {
	clear: both;
}

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


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