MediaWiki:Print.css : Différence entre versions
Sauter à la navigation
Sauter à la recherche
(21 révisions intermédiaires par le même utilisateur non affichées) | |||
Ligne 3 : | Ligne 3 : | ||
.toc { | .toc { | ||
display: none !important; | display: none !important; | ||
+ | } | ||
+ | |||
+ | |||
+ | #p-logo a { | ||
+ | display: inline !important; | ||
} | } | ||
.mw-wiki-logo { | .mw-wiki-logo { | ||
− | background-image: url(/resources/assets/logo.png | + | background-image: url(/resources/assets/logo.png); |
− | display: | + | } |
+ | |||
+ | .mw-logo { | ||
+ | display: right !important; | ||
+ | } | ||
+ | |||
+ | .printfooter { | ||
+ | clear: both; | ||
+ | } | ||
+ | |||
+ | #footer-info li { | ||
+ | display: none !important; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* Évite les lignes solitaires */ | ||
+ | .content p { | ||
+ | orphans: 4; | ||
+ | widows: 4; | ||
+ | } | ||
+ | |||
+ | .printfooter { | ||
+ | display: none !important; | ||
} | } |
Version actuelle datée du 13 août 2021 à 09:21
/* 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; } .printfooter { display: none !important; }