-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIRS1120ScheduleHStyle.xsl
177 lines (174 loc) · 6.2 KB
/
IRS1120ScheduleHStyle.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
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
<?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 1120 Schedule H-->
<xsl:template name="IRS1120ScheduleHStyle">
.sty1120ScheduleHBB { /* Bottom Border */
border-style: solid; border-color: black;
border-top-width: 0px; border-bottom-width: 1px; border-left-width: 0px; border-right-width: 0px;
float: left; clear: left;
}
.sty1120ScheduleHFN { /* Form Name */
border-style: solid; border-color: black;
border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-right-width: 1px;
float: left; clear: none;
}
.sty1120ScheduleHFNum { /* Form Number */
font-family: verdana, arial, sans-serif;
font-size: 10pt; font-weight: bold;
}
.sty1120ScheduleHFNum2 { /* Form Number 2nd Line */
font-family: verdana, arial, sans-serif;
font-size: 8pt; font-weight: bold;
}
.sty1120ScheduleHAgency { /* Agency */
font-family: verdana, arial, sans-serif;
font-size: 5pt; font-weight: normal;
}
.sty1120ScheduleHFTBox { /* Form Title Box*/
text-align: center;
float: left; clear: none;
}
.sty1120ScheduleHFMT { /* Form Main Title */
font-family: verdana, arial, sans-serif;
font-size: 12pt; font-weight: bold;
text-align: center;
}
.sty1120ScheduleHFST { /* Form Subtitle */
font-family: verdana, arial, sans-serif;
font-size: 7pt; font-weight: bold;
}
.sty1120ScheduleHTYBox { /* Tax Year Box*/
text-align: center;
border-style: solid; border-color: black;
border-top-width: 0px; border-bottom-width: 0px; border-left-width: 1px; border-right-width: 0px;
float: right; clear: none;
}
.sty1120ScheduleHOMB { /* OMB No. */
font-size: 6pt;
border-style: solid; border-color: black;
border-top-width: 0px; border-bottom-width: 1px; border-left-width: 0px; border-right-width: 0px;
}
.sty1120ScheduleHTY { /* Tax Year */
vertical-align: middle;
font-family: "Arial Narrow", arial, verdana;
font-size: 26pt; font-weight: bold;
}
.sty1120ScheduleHBusinessName { /* Business Name */
font-size: 6pt;
padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;
border-style: solid; border-color: black;
border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-right-width: 1px;
float: left; clear: none;
}
.sty1120ScheduleHBusinessNameInputFld { /* Business Name Input Field */
width: 130mm;
color: black;
font-family: verdana, arial, sans-serif;
font-size: 8pt; font-weight: bold;
border-style: none; border-color: black;
border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-width: 1px;
}
.sty1120ScheduleHEIN { /* EIN */
font-size: 6pt;
text-align: leftr;
padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;
border-style: solid; border-color: black;
border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px;
float: right; clear: none;
}
.sty1120ScheduleHEINBox{ /*Employer ID number box*/
font-size:6pt;
font-weight: bold;
/*float:right;*/
}
.sty1120ScheduleHPartHdr { /* Part Header */
height: 8mm;
width:187mm;
font-size: 10pt; font-weight: bold;
padding-top: 7px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;
border-style: solid; border-color: black;
border-top-width: 1px; border-bottom-width: 1px; border-left-width: 0px; border-right-width: 0px;
}
.sty1120ScheduleHPartHdrSpanner { /* Part Header Spanner */
width: 0px;
background-color: black;
}
.sty1120ScheduleHPartHdrTitle { /* Part Header Title */
color: white; background-color: black;
}
.sty1120ScheduleHNoteHdr { /* Note Header */
font-size: 8pt; font-style: italic; font-family: verdana;
width:187mm;
padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;
border-style: solid; border-color: black;
border-top-width: 1px; border-bottom-width: 1px; border-left-width: 0px; border-right-width: 0px;
}
.sty1120ScheduleHNoteHdrTitleSpanner { /* Note Header Title Spanner */
width: 1px;
}
.sty1120ScheduleHNoteHdrSpanner { /* Note Header Spanner */
width: 40px;
}
.sty1120ScheduleHNoteHdrTitle { /* Note Header Title */
color: black;
font-style: normal; font-weight: bold;
}
.sty1120ScheduleHSeeInstructionsTitle { /* See Instructions Title */
color: black;
font-style: normal; font-weight: normal;
}
.sty1120ScheduleHLineItem { /* Line Item */
width: 187mm;
/*float: left; clear: left;*/
}
.sty1120ScheduleHLN { /* Line Number */
width: 2mm;
color: black;
font-weight: bold; text-align: right;
float: left; clear: none;
}
.sty1120ScheduleHLNLtMargin { /* Line Number Left Margin */
width: 2mm;
float: left; clear: none;
}
.sty1120ScheduleHLNLtMargin2 { /* Line Number Left Margin */
width: 6.25mm;
float: left; clear: none;
}
.sty1120ScheduleHLNLtMargin3 { /* Line Number Left Margin */
width: 4.25mm;
float: left; clear: none;
}
.sty1120ScheduleHLNDesc { /* Line Description */
width: 142mm;
float: left; clear: none;
}
.sty1120ScheduleHLNBox { /* Boxed Line Numbers */
width: 5.25mm;
font-weight: bold;
text-align: center;
float: right; clear: none;
border-style: solid; border-color: black;
border-top-width: 0px; border-bottom-width: 1px; border-left-width: 1px; border-right-width: 1px;
}
.sty1120ScheduleHLNValBox { /* Line Value Box */
width: 32.25mm;
text-align: right;
float: right; clear: none;
padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: .25mm;
border-style: solid;
border-top-width: 0px; border-bottom-width: 1px;border-left-width: 0px; border-right-width: 0px;
}
.sty1120ScheduleHFormFooter { /* Form Footer */
width: 187mm;
font-size: 6pt;
text-align: left;
border-style: solid;
border-top-width: 2px; border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px;
}
.sty1120ScheduleHNBSP{
width: 16px;
font-weight: bold;
}
</xsl:template>
</xsl:stylesheet>