-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreport.html
114 lines (113 loc) · 3.12 KB
/
report.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<html>
<head>
<style type="text/css">
@page {
size: a4 portrait;
@frame header_frame { /* Static Frame */
-pdf-frame-content: header_content;
left: 2cm; width: 4cm; height: 1.695cm;
margin-top: 1cm;
}
@frame content_frame { /* Content Frame */
margin-left: 2cm; margin-bottom: 1cm; margin-top: 3cm;
margin-right: 2cm;
}
@frame content_frame{
-pdf-frame-content: bpla_signature;
margin-left:2cm; height:20pt; margin-right:10cm;
bottom:10pt; height:40pt;
}
@frame footer_frame { /* Another static Frame */
-pdf-frame-content: footer_content;
margin-right:2cm; height:20pt; margin-left:10cm;
bottom:10pt;
}
}
@media print {
.new-page {
page-break-after: always;
}
}
#intro_headline{
font-size: 18pt;
color: #376092;
margin: 0;
padding: 0;
}
#bulletpoint_headline{
font-size: 14pt;
margin:0;
padding:0;
margin-top: 1cm;
color: #376092;
}
#image_headline{
font-size: 14pt;
margin: 0;
padding: 0;
color: #376092;
}
#img_format{
margin-top: 1cm;
}
#footer_paragraph{
font-size:8pt;
text-align:right;
line-height:0;
}
#signature{
padding-top:200pt;
padding-bottom:0;
width:30pt;
vertical-align:bottom;
}
.project_header{
text-align:right;
}
.bpla_footer_styling{
line-height: 100%;
}
.version{
padding-bottom:20px;
}
.title_padding_under_intro{
padding-bottom:25px;
}
.kind_regards{
padding-top:100px;
}
p {
font-size: 10pt;
margin: 0;
padding:0;
}
ul {
font-size:10pt;
margin-left: 1cm;
}
li{
margin-left: 0.5cm;
line-height:50%;
}
</style>
</head>
<body>
<!-- Content for Static Frame 'footer_frame' -->
<div id="footer_content">
<p style="footer_paragraph">
<pdf:pagenumber>
</p>
</div>
<div id="bpla_signature" class="bpla_footer_styling">
<p>
BPLA GmbH
</p>
<p>
contact@b-systems.com
</p>
<p>
b-systems.com
</p>
</div>
</body>
</html>