MediaWiki:Print.css : Différence entre versions
Sauter à la navigation
Sauter à la recherche
Ligne 27 : | Ligne 27 : | ||
orphans: 4; | orphans: 4; | ||
widows: 4; | widows: 4; | ||
+ | } | ||
+ | |||
+ | .printfooter { | ||
+ | display: none !important; | ||
} | } |
Version du 10 février 2021 à 08:56
/* 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; } /* Évite les lignes solitaires */ .content p { orphans: 4; widows: 4; } .printfooter { display: none !important; }