2023-01-31 19:35:27 +01:00
|
|
|
/*
|
|
|
|
* impression
|
|
|
|
*/
|
|
|
|
@page
|
|
|
|
{
|
|
|
|
size: A4 portrait;
|
|
|
|
}
|
|
|
|
|
|
|
|
header.header {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
background: #fff;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.noprint {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
nav.tabs
|
|
|
|
{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
main {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.previs_recu
|
|
|
|
{
|
|
|
|
font-family: Serif;
|
|
|
|
font-size: 11pt;
|
|
|
|
background-color: white;
|
2024-09-18 09:44:20 +02:00
|
|
|
break-after: always;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* supprimer saut de page après dernier */
|
|
|
|
div.previs_recu:last-of-type
|
|
|
|
{
|
|
|
|
font-family: Serif;
|
|
|
|
font-size: 11pt;
|
|
|
|
background-color: white;
|
|
|
|
break-after: avoid;
|
|
|
|
}
|
|
|
|
|
|
|
|
#__profiler {
|
|
|
|
display: none;
|
2023-01-31 19:35:27 +01:00
|
|
|
}
|