This repository has been archived by the owner on Feb 21, 2019. It is now read-only.
forked from emaijala/MLInvoice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Finvoice.css
224 lines (159 loc) · 3.73 KB
/
Finvoice.css
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
/* V. 28.2.2011 19:41 */
body
{
margin:5px;
padding:0;
background-color:#ffffff;
color:#000000;
width:99%;
}
table
{
margin:0px;
padding:0px;
border-collapse:collapse;
}
td
{
margin:0px;
padding:0px;
vertical-align:top;
text-align:left;
}
.title { font-weight:bold; }
.data {}
td.title { padding-right: 0.4em; }
div.InvoiceTypeText
{
margin:0mm 0mm 6mm 0mm;
padding:0;
text-align:center;
letter-spacing:8px;
font-size:200%;
font-weight:bold;
}
table.invoiceTop { width:99%; }
td.invoiceTopLeft { padding:0px 1em 0px 0px; }
td.invoiceTopRight {}
table.invoiceTopRight, table.invoiceTotal
{
margin-left:auto;
margin-right:0px;
}
table.InvoiceDetails { width:100%; }
table.VatSpecificationDetails {}
div.InvoiceFreeText { margin: 2ex 0px 0px 0px; }
div.SellerPartyDetails {}
.invoiceTopGroupSeparator { margin:1em 0px 0px 0px; }
div.InvoiceRecipient { margin:7mm 0mm 0mm 0mm; }
div.BuyerPartyDetails { margin:7mm 0mm 0mm 0mm; }
div.InvoiceRecipientPartyDetails {}
div.InvoiceRecipientContact { margin:7mm 0mm 0mm 0mm; }
.EpiInstructedAmount, .EpiDateOptionDate, .EpiNameAddressDetails, .EpiAccountID,
.EpiBfiIdentifier, .EpiRemittanceInfoIdentifier, .InvoiceTotalVatIncludedAmount
{
font-weight:bold;
}
div.colTitle, span.colTitle {
font-weight:bold;
white-space:nowrap;
}
div.colData { margin:0ex 0ex 0.8ex 0ex; }
.multiData div.data { margin:0ex 0ex 0.8ex 0ex; }
table.invoiceRows
{
width:100%;
border-top:2px solid black;
border-bottom:2px solid black;
margin:2ex 0em 2ex 0em;
border-collapse:collapse;
}
table.invoiceRows td
{
margin:0px;
padding:3px 3px 0px 3px;
vertical-align:top;
}
tr.InvoiceRow {}
tr.InvoiceRow.details {}
tr.InvoiceRow.freeText {}
tr.InvoiceRow.AnyPartyDetails {}
tr.SubInvoiceRow
{
background-color:rgb(243,243,243);
}
tr.SubInvoiceRow.details {}
tr.SubInvoiceRow.freeText {}
tr.SubInvoiceRow.AnyPartyDetails {}
td.InvoiceRow, td.SubInvoiceRow {}
td.RowAmount { text-align:right; }
tr.groupSeparator td
{
height:1em;
}
tr.rowSeparator td
{
height:0.5em;
border-top:1px dashed black;
}
tr.rowBottom td
{
height:0.5em;
}
div.DefinitionDetails
{
border:1px solid black;
margin:2ex 0ex 0ex 0ex;
padding:1ex 1ex 1ex 1ex;
}
table.DefinitionDetails {}
table.DefinitionDetails td.title
{
font-weight:bold;
}
table.DefinitionValue {}
table.DefinitionDetails td.DefinitionValue
{
padding:0px 2em 0px 0px;
}
table.accounting {}
table.AnyPartyDetails td { padding:0px 2em 0px 0px; }
table.AnyParty td.title { padding:0px 1em 0px 0px; }
table.AnyParty td.data { padding:0px; }
td.VatFreeText {}
div.VatCodeText {}
div.InvoiceUrlText { margin:2ex 0ex 0ex 0ex; }
table.deliveryDetails { margin:2ex 0ex 0ex 0ex; }
table.deliveryDetails td { padding:0px 2em 0px 0px; }
div.virtualBankBarcodeBlock
{
margin:2ex 0ex 0ex 0ex;
text-align:center;
}
div.VirtualBankBarcode {}
div.SpecificationDetails
{
margin:2ex 0ex 0ex 0ex;
padding:3px 0px 3px 0px;
font-family:monospace;
white-space:pre-wrap;
border-top:1px solid black;
border-bottom:1px solid black;
}
div.invoiceAnyPartyDetails { margin:2ex 0ex 0ex 0ex; }
div.PartialPaymentDetails { margin:2ex 0ex 0ex 0ex; }
div.partialPaymentDetailsSeparator { height:1ex; }
table.PartialPaymentDetails td { padding:0px 2em 0px 0px; }
.alignRight { text-align:right; }
div.sellerDetails
{
margin:2ex 0ex 0ex 0ex;
border-top:2px solid black;
}
div.sellerDetails.afterSpecificationDetails
{
margin:3ex 0ex 0ex 0ex;
/*border-top-style:none;*/
}
table.sellerDetails { width:100%; }
table.sellerDetails td { padding:0px 1em 0px 0px; }