MediaWiki:Print.css : Différence entre versions
Sauter à la navigation
Sauter à la recherche
(12 révisions intermédiaires par le même utilisateur non affichées) | |||
Ligne 14 : | Ligne 14 : | ||
} | } | ||
− | . | + | .mw-logo { |
− | + | display: right !important; | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
.printfooter { | .printfooter { | ||
− | + | clear: both; | |
} | } | ||
− | + | #footer-info li { | |
− | + | display: none !important; | |
− | #footer li { | ||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
/* Évite les lignes solitaires */ | /* Évite les lignes solitaires */ | ||
Ligne 123 : | Ligne 33 : | ||
} | } | ||
− | + | .printfooter { | |
− | + | display: none !important; | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | . | ||
− | display: none | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } |
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; }