-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIRS990ScheduleJStyle.xsl
157 lines (151 loc) · 5.96 KB
/
IRS990ScheduleJStyle.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
<?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 990 -->
<xsl:template name="IRS990ScheduleJStyle">
.styIRS990ScheduleJRightSideSection { /*Style for sections H, I, and M of information before part one*/
width:75mm;
border-style: solid; border-color: black;
border-top-width: 0px; border-bottom-width: 0px; border-left-width: 1px; border-right-width: 0px;
}
.styIRS990ScheduleJRightSideLeftNumBox{ /* Item number to the left of the page for sections H, I, and M of information before part one */
width:8mm;
padding-top:.5mm;
padding-bottom:.5mm;
font-weight:bold;
float:left; clear:none;
}
.styIRS990ScheduleJVTImageBox{ /* Vertical image holder box */
width:5mm;
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;
}
.styIRS990ScheduleJLNYesNoBox{ /* Box for storing Yes/No Values */
width:10mm;
padding-top:.5mm;
padding-bottom:.5mm;
text-align:center;
border-style: solid; border-color: black;
border-top-width: 0px; border-bottom-width: 1px; border-left-width: 1px; border-right-width: 0px;
float:left; clear: none;
}
.styIRS990ScheduleJLineContainer {
clear:both;
width:188mm;
}
.IRS990ScheduleJLineDesc { /* description space */
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;
height:4mm;width:156mm;
}
{ /* Line item description */
width:138mm;height:4mm;
padding-top:.5mm;
padding-bottom:.5mm;
float:left; clear: none;
border-style: solid; border-color: black;
border-top-width: 0px; border-bottom-width: 1px; border-left-width: 0px; border-right-width: 0px;
}
.styIRS990ScheduleJDollarUnderlined { /* Underline for dollar sign*/
width:1mm;height:4mm;
padding-top:.5mm;
padding-bottom:.5mm;
text-align:left;
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;
}
.styIRS990ScheduleJLNAmountBoxNLB { /* Amount Box with no left border (only a bottom border)*/
width:32mm;height:4mm;
padding-top:.5mm;
padding-bottom:.5mm;
text-align:right;
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;
}
.styIRS990ScheduleJLNAmountBoxNLBSmall { /* Small Amount Box with no left border (only a bottom border)*/
width:25mm;height:4mm;
padding-top:.5mm;
padding-bottom:.5mm;
font-size:6pt;
text-align:right;
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;
}
.styIRS990ScheduleJTableLB { /* Table with left border*/
display:table-header-group;
font-size: 6pt;
text-align: left;
border-style: solid; border-color: black;
border-top-width: 0px; border-bottom-width: 0px; border-left-width: 1px; border-right-width: 0px;
}
.styIRS990ScheduleJTableCellHeaderLB { /* Table Cell Header with left border */
width: 32mm;
color: black;
text-align: center;
border-style: solid;
border-top-width: 0px; border-bottom-width: 1px; border-left-width: 1px; border-right-width: 1px;
}
.styIRS990ScheduleJTableCellLB { /* Table Cell with left border */
width: 32mm;
color: black;
text-align: right;
border-style: solid;
border-top-width: 0px; border-bottom-width: 1px; border-left-width: 0px; border-right-width: 1px;
}
.styIRS990ScheduleJDotSpacing { /* dot line spacing */
letter-spacing:4mm;
}
.styIRS990ScheduleJLNLeftLtrBoxLI{ /* Item letter to the left of the page with a small left indentation*/
width:8mm;height:4mm;
padding-top:.5mm;
padding-bottom:.5mm;
padding-left:1.5mm;
font-weight:bold;
float:left; clear: none;
}
.styIRS990ScheduleJUnderlineAmount{ /* Box for storing underlined amounts. */
width:22mm;
padding-top:.5mm;
padding-bottom:.5mm;
text-align:right;
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;
}
.styIRS990ScheduleJShadingCellSmall { /* Small Shading Cell has the same width as styLNAmountBoxSmall */
width:26mm;
background-color:lightgrey;
border-style: solid; border-color: black;
border-top-width: 0px; border-bottom-width: 0px; border-left-width: 1px; border-right-width: 0px;
float: left; clear: none;
}
styIRS990ScheduleJTextCell { /* ll */
width:36mm;
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;
}
.styIRS990ScheduleJShadingCell { /* Small Shading Cell has the same width as styLNAmountBoxSmall */
width:72mm;
background-color:lightgrey;
border-style: solid; border-color: black;
border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px;
float: left; clear: none;
}
.styIRS990ScheduleJLineIndexMid { /* subline index 2 */
padding-top:.5mm;
padding-bottom:.5mm;
padding-left: 0px; padding-right: 0px;
border-style: solid; border-color: black;
border-top-width: 0px; border-bottom-width: 1px; border-left-width: 1px; border-right-width: 0px;
float:left;
height:4mm;
width:8mm;text-align:center;font-weight:bold;
}
</xsl:template>
</xsl:stylesheet>