39 lines
371 B
CSS
39 lines
371 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;
|
|
page-break-after: always;
|
|
}
|