-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIRS5472Style.xsl
58 lines (47 loc) · 1.33 KB
/
IRS5472Style.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
<?xml version="1.0" ?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:template name="IRS5472Style">
.styIRS5472TextTitle {
padding-left:1mm;
font-weight:bold;
float:left;
width:6mm;
}
.styIRS5472LNum {
width:5mm;
padding-right:2mm;
float:left;
clear:left;
font-weight:bold;
text-align:right;
}
.styIRS5472CenterTxt {
text-align:center;
width:100%;
}
.styIRS5472TableContainer {
clear:both;
overflow-y:auto;
width:100%;
font-size:7.5pt;
line-height:100%
}
.styIRS5472TableContainer2 {
clear:both;
overflow-y:auto;
width:187mm;
}
.styIRS5472Table {
display:table-header-group;
font-size:8pt;
width:100%;
clear:both;
text-align:left;
border-bottom:1 solid black
}
.styIRS5472DotBB {
border-bottom:1 dashed black;
text-align:center;
}
</xsl:template>
</xsl:stylesheet>