27168d0f0b
FossilOrigin-Name: d49c7da937399712e76d901e1ce5b1cd6e4db96ebe67e642f4449d4bbb2cce77
52 lines
575 B
CSS
52 lines
575 B
CSS
/*
|
|
* 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;
|
|
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;
|
|
}
|