Print.css : Différence entre versions
De erg
| Ligne 9 : | Ligne 9 : | ||
.printfooter{ | .printfooter{ | ||
display:none !important; | display:none !important; | ||
| + | } | ||
| + | #footer-privacy, #footer-about, #footer-disclaimer { | ||
| + | display:none !important; | ||
| + | } | ||
| + | #footer{ | ||
| + | font-size:9px; | ||
} | } | ||
Version du 24 janvier 2024 à 12:19
/* Le CSS placé ici affectera les impressions */
p {
background-color:black !important;
}
h1 {
color:red !important
}
.printfooter{
display:none !important;
}
#footer-privacy, #footer-about, #footer-disclaimer {
display:none !important;
}
#footer{
font-size:9px;
}