-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIRS6781Style.xsl
44 lines (40 loc) · 1.19 KB
/
IRS6781Style.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
<?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 6781 -->
<xsl:template name="IRS6781Style">
.styIRS6781Attachment { /* Attachment */
font-family: "Arial Narrow"; font-size: 7pt;
margin-left:3mm;
text-align:left;
}
.styIRS6781INBox{ /*Employer ID number box*/
font-size:6pt;
font-weight: bold;
float:left;
}
.styIRS6781PTNum{ /* Part Number */
height:4mm; width:16mm;
color:white;
background-color:black;
font-size: 9pt;
font-weight:bold;
text-align:center;
float:left; clear: none;
}
.styIRS6781PTDesc{ /* Part Description */`
font-size: 9pt; font-weight: bold; width:168mm;
}
.styIRS6781SectionDesc{ /* Section Title Description */
font-size: 9pt; font-weight: bold; text-align:left;
float: none;clear: none;
}
.styIRS6781TableCellPartIISectA { /* Table Cell made for PartII SectA */
width: 18.9mm;
color: black;
text-align: right;
font-size:5pt;
border-style: solid;
border-top-width: 0px; border-bottom-width: 1px; border-left-width: 0px; border-right-width: 1px;
}
</xsl:template>
</xsl:stylesheet>