webnaplo-gulbaba-api/data/pdf-template/monthlyReport-style.xml
2018-11-11 12:01:18 +01:00

134 lines
4.2 KiB
XML

<stylesheet>
<dynamic-page>
<attribute name="margin" value="20px" />
</dynamic-page>
<table class="heading">
<any class="padded">
<attribute name="padding" value="10px" />
</any>
<attribute name="font-size" value="11px" />
<!-- nested element, equivalent CSS selector syntax: "table.heading td.large" -->
<td>
<attribute name="padding" value="2px" />
<complex-attribute name="border" type="none" />
</td>
<td class="title">
<attribute name="font-size" value="14px" />
<attribute name="text-align" value="center" />
<attribute name="vertical-align" value="middle" />
</td>
<td class="label">
<attribute name="font-size" value="10px" />
</td>
<td class="period">
<attribute name="font-size" value="12px" />
<attribute name="text-align" value="center" />
<attribute name="vertical-align" value="middle" />
</td>
<any class="bold">
<attribute name="font-style" value="bold" />
</any>
</table>
<table class="faults">
<attribute name="margin-top" value="20px" />
<attribute name="font-size" value="10px" />
<attribute name="vertical-align" value="middle" />
<tr class="institute">
<attribute name="font-style" value="bold-italic" />
<td>
<attribute name="height" value="24px" />
</td>
<td class="address">
<attribute name="text-align" value="center" />
</td>
</tr>
<tr class="heading">
<td>
<attribute name="text-align" value="center" />
</td>
</tr>
<tr class="fault">
<td>
<attribute name="height" value="24px" />
</td>
<td class="location">
<attribute name="text-align" value="center" />
</td>
</tr>
<td class="first">
<attribute name="text-align" value="left" />
<complex-attribute name="border" type="left+right"/>
</td>
<td>
<attribute name="padding" value="2px" />
</td>
<td class="sheetid">
<attribute name="width" value="80px" />
</td>
<td class="name">
</td>
<td class="invoiceid">
<attribute name="width" value="70px" />
</td>
<td class="unit">
<attribute name="width" value="30px" />
</td>
<td class="amount">
<attribute name="width" value="30px" />
</td>
<td class="nettprice">
<attribute name="width" value="40px" />
</td>
<td class="sumprice">
<attribute name="width" value="50px" />
</td>
<td class="workhours">
<attribute name="width" value="45px" />
</td>
<td class="workcost">
<attribute name="width" value="50px" />
</td>
<td class="fakeBottom">
<complex-attribute name="border" type="top"/>
</td>
<any class="righttxt">
<attribute name="text-align" value="right" />
</any>
<any class="center">
<attribute name="text-align" value="center" />
</any>
</table>
<table class="summary">
<attribute name="margin-top" value="20px" />
<td class="sumprice">
<attribute name="width" value="50px" />
</td>
<td class="workcost">
<attribute name="width" value="95px" />
</td>
<td>
<attribute name="padding" value="2px" />
</td>
<any class="righttxt">
<attribute name="text-align" value="right" />
</any>
</table>
<table class="signo">
<attribute name="margin-top" value="50px" />
<td>
<attribute name="padding" value="2px" />
<attribute name="padding-left" value="40px" />
<complex-attribute name="border" type="none" />
</td>
<tr>
<td>
<attribute name="height" value="40px" />
</td>
</tr>
</table>
</stylesheet>