gest366/templates/interventi_complessivo/interventi_complessivo.html

46 lines
880 B
HTML

<style>
<!--
.table_values {
border-top: 1px solid #888;
border-left: 1px solid #888;
}
.table_values td{
border-right: 1px solid #888;
border-bottom: 1px solid #888;
padding: 4px;
}
.check{
width: 10px;
height: 14px;
display: inline;
background: transparent url($docroot$/templates/interventi/custom/check.png) center center no-repeat;
margin-right: 6px;
margin-bottom: 4px;
}
.checked{
width: 10px;
height: 14px;
display: inline;
background: transparent url($docroot$/templates/interventi/custom/checked.png) center center no-repeat;
margin-right: 6px;
margin-bottom: 4px;
}
h5{
margin: 4px 0 2px 0;
}
h2{
font-size: 15pt;
margin: 10px 0 2px 0;
}
-->
</style>
<page backcolor="#ffffff" backtop="30mm" backbottom="3mm" backleft="0mm" backright="0mm" footer="" style="font-size: $font_size$">
$body$
</page>