MediaWiki:Print.css : Différence entre versions
Sauter à la navigation
Sauter à la recherche
(9 révisions intermédiaires par le même utilisateur non affichées) | |||
Ligne 12 : | Ligne 12 : | ||
.mw-wiki-logo { | .mw-wiki-logo { | ||
background-image: url(/resources/assets/logo.png); | background-image: url(/resources/assets/logo.png); | ||
+ | } | ||
+ | |||
+ | .mw-logo { | ||
+ | display: right !important; | ||
} | } | ||
Ligne 22 : | Ligne 26 : | ||
} | } | ||
− | . | + | |
− | + | /* É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; }