Print.css : Différence entre versions
De erg
| Ligne 5 : | Ligne 5 : | ||
} | } | ||
| − | h1 { | + | /* h1 { |
color:red !important; | color:red !important; | ||
| − | } | + | }*/ |
| − | + | p { | |
font-size:12px; | font-size:12px; | ||
| − | } | + | } |
#footer{ | #footer{ | ||
font-size:9px; | font-size:9px; | ||
Version du 19 septembre 2024 à 14:01
/* Le CSS placé ici affectera les impressions */
@page {
size: A4;
font-size:12px;
}
/* h1 {
color:red !important;
}*/
p {
font-size:12px;
}
#footer{
font-size:9px;
}
.printfooter, #footer-privacy, #footer-about, #footer-disclaimer {
display:none !important;
}
/* To do : ajouter "imprimé depuis le site de l'erg" dans le footer / colophon */
/* https://www.smashingmagazine.com/2015/01/designing-for-print-with-css/ */