-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIRS8586Style.xsl
104 lines (91 loc) · 2.53 KB
/
IRS8586Style.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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:template name="IRS8586Style">
.styIRS8586BotTopBorder {
border-bottom:1 solid Black;
border-top:1 solid Black;
}
.styIRS8586BotTopRtBorder {
border-right:1 solid Black;
border-bottom:1 solid Black;
border-top:1 solid Black;
}
.styIRS8586DotBB {
border-bottom:1 solid Black;
float:left;
text-align:center;
width:26mm;
}
.styIRS8586LNRightNumBoxNBB {
width:7mm;
height:4mm;
font-weight:bold;
text-align:center;
border-left:1 solid black;
float:left;
}
.styIRS8586LNLeftLtrBox {
height:4mm;
width:7mm;
padding-left:3mm;
font-weight:bold;
float:left;
}
.styIRS8586LNLeftNumBox {
height:4mm;
width:7mm;
font-weight:bold;
float:left;
padding-left:1mm;
}
.styIRS8586LNRightNumBox {
height:4mm;
width:7mm;
font-weight:bold;
text-align:center;
border-bottom:1 solid black;
border-left:1 solid black;
float:left;
}
.styIRS8586LNAmountBox {
width:31.75mm;
height:4mm;
text-align:right;
border-bottom:1 solid black;
border-left:1 solid black;
float:left;
padding-right:0.3mm;
padding-top:0.2mm;
font-size:7pt;
font-family:verdana;
}
.styIRS8586LNAmountBoxNBB {
width:31.75mm;
height:4mm;
text-align:right;
border-left:1 solid black;
float:left;
padding-right:0.3mm;
padding-top:0.5mm;
font-size:7pt;
font-family:verdana;
}
.styIRS8586TableContainer {
width:187mm;
clear:both;
padding-left:7mm;
}
.styIRS8586Table {
display:table-header-group;
font-size:8pt;
width:100%;
text-align: left;
}
.styIRS8586DotLn {
letter-spacing:3.5mm;
font-weight:bold;
float:left;
padding-right:1mm
}
</xsl:template>
</xsl:stylesheet>