-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIRS1118Style.xsl
137 lines (133 loc) · 4.95 KB
/
IRS1118Style.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
<?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 1118 -->
<xsl:template name="IRS1118Style">
.styIRS1118TableCellHeaderSmall { /* Table Cell Header*/
width: 25mm;
color: black;
text-align: center;
border-style: solid;
border-top-width: 0px; border-bottom-width: 1px; border-left-width: 0px; border-right-width: 1px;
}
.styIRS1118TableCellLtr { /* Table Cell for Letter */
width: 5mm;
color: black;
border-style: solid;
border-top-width: 0px; border-bottom-width: 1px; border-left-width: 0px; border-right-width: 1px;
}
.styIRS1118TableCellTotal { /* Table Cell for Totals*/
width: 35mm;
color: black;
text-align: right;
border-style: solid;
border-top-width: 0px; border-bottom-width: 1px; border-left-width: 0px; border-right-width: 1px;
}
.styIRS1118TableCellNW { /* Table Cell with no pre-defined width*/
color: black;
text-align: right;
border-style: solid;
border-top-width: 0px; border-bottom-width: 1px; border-left-width: 0px; border-right-width: 1px;
}
.styIRS1118TableLastCol { /* Last Table Column */
width: 3.75mm;
color: white;
text-align: right;
border-style: solid;
border-top-width: 0px; border-bottom-width: 1px; border-left-width: 0px; border-right-width: 0px;
display: none;
}
.styIRS1118TableCell { /* Form 1118 Table Cell with a bottom border*/
color:black;
border-style: solid; border-color: black;
text-align: center;
padding-top:2mm;
border-top-width: 0px; border-bottom-width: 1px; border-left-width: 1px; border-right-width: 0px;
float: left; clear: none;
}
.styIRS1118LNDescRD{ /*Line description for the Research and Dev lines in Schedule H, Part 1*/
width:39mm;
padding-top:.5mm;
padding-bottom:.5mm;
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: none;
text-align:left;
}
.styIRS1118LNDescDed{ /*Line description for the Deduction lines in Schedule H, Part 2*/
width:91mm;
padding-top:.5mm;
padding-bottom:.5mm;
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: none;
text-align:left;
}
.styIRS1118LNDescRed{ /*Line description for the Reduction lines in Schedule G*/
width:87mm;
padding-top:.5mm;
padding-bottom:.5mm;
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: none;
}
.styIRS1118LNLeftNumBoxB{ /* Item number to the left of the page, with a border */
width:8mm;
padding-top:.5mm;
padding-bottom:.5mm;
padding-right:2.25mm;
font-weight:bold;
border-style: solid; border-color: black;
border-top-width: 0px; border-bottom-width: 1px; border-left-width: 1px; border-right-width: 1px;
float:left; clear: none;
text-align:right;
}
.styIRS1118ScheduleCell{ /*Schedule Cell Box*/
width:127mm;
border-style: solid; border-color: black;
border-top-width: 0px; border-bottom-width: 1px; border-left-width: 0px; border-right-width: 1px;
float: left;clear: none;
}
.stySectionDesc{ /* Section Title Description */
font-size: 9pt; font-weight: bold; text-align:center;
float: left;clear: none;
}
.styIRS1118TitleDesc{ /* Section Title Description */
height:4mm;width:232mm;
font-size: 9pt; font-weight: bold;
padding-left:4mm;
float:left; clear: none;
}
.styIRS1118TableContainerSchF { /* Scrollable Table Container for Schedule F Table*/
border-style: solid; border-color: black;
border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px;
width:127mm; height:4.5mm;
float:left;clear:none;
overflow-y: auto;
}
.styIRS1118UnderlinedText {
border-style: solid; border-color: black;
border-top-width: 0px; border-bottom-width: 1px; border-left-width: 0px; border-right-width: 0px;
width:26mm;
}
.styIRS1118TableContainerLandscape { /* Scrollable Table Container for forms in Landscape format*/
border-style: solid; border-color: black;
border-top-width: 0px; border-bottom-width: 1px; border-left-width: 0px; border-right-width: 0px;
width: 256mm; height:4.5mm;
float:none;clear:both;
overflow-y: auto;
display:table-header-group;
}
.styIRS1118LNAmountBoxSmall{ /* Small Amount Box with small text size*/
width:26mm;height:4mm;
font-size:6pt;
padding-top:.5mm;
padding-bottom:.5mm;
padding-right:0mm;
text-align:right;
vertical-align:bottom;
border-style: solid; border-color: black;
border-top-width: 0px; border-bottom-width: 1px; border-left-width: 1px; border-right-width: 0px;
float:right;
}
</xsl:template>
</xsl:stylesheet>