-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIRS8864Style.xsl
78 lines (68 loc) · 1.77 KB
/
IRS8864Style.xsl
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
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:template name="IRS8864Style">
.styIRS8864LNRightNumBoxNBB {
width:7mm;
height:5mm;
font-weight:bold;
text-align:center;
border-left:1 solid black;
float:left;
}
.styIRS8864LNLeftLtrBox {
height:4mm;
width:6.5mm;
font-weight:bold;
float:left;
text-align:right;
margin-right:1.5mm
}
.styIRS8864LNLeftNumBox {
width:8mm;
font-weight:bold;
float:left;
padding-left:1mm;
}
.styIRS8864LNLeftNumBoxTop {
width:8mm;
font-weight:bold;
float:left;
padding-left:2.8mm;
}
.styIRS8864LNRightNumBox {
height:5mm;
width:7mm;
font-weight:bold;
text-align:center;
border-bottom:1 solid black;
border-left:1 solid black;
float:left;
}
.styIRS8864InsertLn {
height:5mm;
font-size:6pt;
padding-top:0.7mm;
float:left;
}
.styIRS8864LNAmountBox {
width:26mm;
height:5mm;
text-align:right;
border-bottom:1 solid black;
border-left:1 solid black;
float:left;
padding-right:0.5mm;
font-size:8pt;
padding-top:0.7mm
}
.styIRS8864LNAmountBoxNBB {
width:26mm;
height:5mm;
text-align:right;
border-left:1 solid black;
float:left;
padding-right:0.5mm;
font-size:8pt
}
</xsl:template>
</xsl:stylesheet>