-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIRS56Style.xsl
120 lines (117 loc) · 2.75 KB
/
IRS56Style.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<!-- CSS Styles for form 56 -->
<xsl:template name="IRS56Style">
.styIRS56SectionDesc{
width:187mm;height:4mm;
text-align: center;
padding-top:.5mm;
padding-bottom:.5mm;
border-bottom:1 solid black;
font-size:10pt;
float:left; clear: none;
}
.styIRS56Info {
font-size:7.5pt;
padding-top:0.5mm;
}
.styIRS56PartHeader {
width:187mm;
height:8mm;
padding-top:1mm;
padding-bottom:1mm;
float:left;
border-top:1 solid black;
border-bottom:1 solid black;
}
.styIRS56PartNum {
width:7mm;
float:left;
font-weight:bold;
text-align:right;
padding-right:3mm;
}
.styIRS56Part1 {
width:11mm;
float:left;
font-weight:bold;
text-align:right;
padding-right:1.5mm;
}
.styIRS56Num {
float:left;
padding-top:1.5mm;
padding-left:2mm;
font-size:7.5pt;
font-weight:bold;
}
.styIRS56Item {
width:187mm;
padding-left:1mm;
}
.styIRS56DotLn {
letter-spacing:3.3mm;
font-weight:bold;
float:left;
}
.styIRS56LB {
float:left;
padding-left:3mm;
padding-top:1.5mm;
font-size:7.5pt;
}
.styIRS56LineItem { /* Line Item */
border-color:#00CBFF;
width: 187mm;
height: 4mm;
padding: 0px 0px 0px 0px;
border-style: solid;
border-width: 0px 0px 0px 0px;
float: none; clear: none;
}
.styIRS56LNLeftNumBox{ /* Double digit item number to the left of the page */
width:6mm;
height:100%;
font-weight:bold;
padding-top: 3px;
padding-right:6px;
padding-left: 0mm;
float:left; clear:none;
text-align:right;
font-size:8pt;
}
.styIRS56LNDesc{ /* Line item description */
width:138mm;height:4mm;
padding-top:.5mm;
padding-bottom:.5mm;
padding-left:.5mm;
border-style: solid;
border-width:0px 0px 0px 0px;
border-color:#FF0000;
float:left; clear: none;
}
.styIRS56LineDashed {
color: black;
border-color:black;
border-style: dashed;
border-top-width: 0px; border-bottom-width: 1px; border-left-width: 0px; border-right-width: 0px;
}
.styIRS56TableCellHeader { /* Table Cell Header */
width: 32mm;
color: black;
border-color:black;
text-align: center;
border-style: solid;
border-top-width: 0px; border-bottom-width: 1px; border-left-width: 0px; border-right-width: 1px;
}
.styIRS56CleanDiv {
padding:0px 0px 0px 0px;
border-width:0px 0px 0px 0px;
border-style:solid;
border-color:black;
float:left;
font-size:7pt;
font-family:arial;
}
</xsl:template>
</xsl:stylesheet>