39
| <![CDATA[<style>
.body_a4{
background: rgb(204,204,204) !important;
font-family: arial !important;
}
page {
background: white;
display: block;
margin: 0 auto;
}
page[size="A4"] {
width: 21cm;
height: 29.7cm;
}
page[size="A4"][layout="landscape"] {
width: 29.7cm;
height: 21cm;
}
page[size="A3"] {
width: 29.7cm;
height: 42cm;
}
page[size="A3"][layout="landscape"] {
width: 42cm;
height: 29.7cm;
}
page[size="A5"] {
width: 14.8cm;
height: 21cm;
}
page[size="A5"][layout="landscape"] {
width: 21cm;
height: 14.8cm;
}
@media print {
body, page {
margin: 0;
box-shadow: 0;
}
}
page img{
margin: 0 auto;
padding:1cm;
display: block;
max-height:4cm;
}
page .titulo{
font-size:13pt;
padding: 1cm 1cm 0 1cm;
text-align: center;
font-weight: bold;
}
page .infos{
font-size:12pt;
padding:1cm;
text-align: justify;
}
page .assina{
font-size:12pt;
padding: 1cm;
text-align: center;
}
page .data{
font-size:12pt;
padding: 1cm;
text-align: center;
}
page .obs{
font-size:12pt;
padding:0 1cm;
text-align: left;
}
</style>]]>
|