-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIRS990ScheduleBStyle.xsl
63 lines (53 loc) · 1.46 KB
/
IRS990ScheduleBStyle.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
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:template name="IRS990ScheduleBStyle">
.styIRS990ScheduleBTblRB {
border-bottom:1 solid black;
border-right:1 solid black;
padding-left:2mm
}
.styIRS990ScheduleBTblRB2 {
border-bottom:1 solid black;
border-right:1 solid black;
}
.styIRS990ScheduleBTable {
font-size:8.5pt;
width:100%;
display:table-header-group;
text-align:left;
}
.styIRS990ScheduleBTblCell {
border-bottom:1 solid black;
padding-left:2mm;
height:8mm;
}
.styIRS990ScheduleBTableContainer {
width:187mm;
overflow-y:auto;
clear:both;
page-break-before:always
}
.styIRS990ScheduleBDotBB {
border-bottom:1 solid black;
width:86mm;
height:8mm;
font-size:7pt;
font-family:verdana;
}
.styIRS990ScheduleBDotBB1 {
border-bottom:1 solid black;
width:70mm;
height:1mm;
}
.styIRS990ScheduleBDotLn {
letter-spacing:3mm;
font-weight:bold
}
.styIRS990ScheduleBCkbox {
height:3.3mm;
width:3.3mm;
float:left;
margin-right:1mm;
}
</xsl:template>
</xsl:stylesheet>