-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIRS8916Style.xsl
87 lines (78 loc) · 2.06 KB
/
IRS8916Style.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
79
80
81
82
83
84
85
86
87
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:template name="IRS8916Style">
.styIRS8916LNRightNumBoxNBB {
width:7mm;
height:4mm;
font-weight:bold;
text-align:center;
border-left:1 solid black;
float:left;
}
.styIRS8916LNLeftLtrBox {
height:4mm;
width:6.5mm;
font-weight:bold;
float:left;
text-align:right;
margin-right:1.5mm
}
.styIRS8916LNLeftNumBox {
width:8mm;
font-weight:bold;
float:left;
padding-left:1mm;
}
.styIRS8916LNLeftNumBoxTop {
width:8mm;
font-weight:bold;
float:left;
padding-left:2.8mm;
}
.styIRS8916LNRightNumBox {
height:4mm;
width:7mm;
font-weight:bold;
text-align:center;
border-bottom:1 solid black;
border-left:1 solid black;
float:left;
}
.styIRS8916InsertLn {
height:4mm;
font-size:6pt;
padding-top:0.7mm;
float:left;
}
.styIRS8916LNAmountBox {
width:26mm;
height:4mm;
text-align:right;
border-bottom:1 solid black;
border-left:1 solid black;
float:left;
padding-right:0.5mm;
font-size:7pt;
padding-top:0.7mm
}
.styIRS8916LNAmountBoxNBB {
width:26mm;
height:4mm;
text-align:right;
border-left:1 solid black;
float:left;
padding-right:0.5mm;
font-size:7pt
}
.styForm8916TBTable{ /* Table with top border-Ravi Venigalla 02/21/03 */
font-size:7pt;
font-family:verdana;
font-style: normal;
font-weight:normal;
border-top:solid black .75pt;
border-bottom:solid black .75pt;
border-right:solid black .75pt;
padding:0mm
}
</xsl:template>
</xsl:stylesheet>