SKAF#39747 Aanpassen lettertype en logo

svn path=/Website/branches/v2016.3/; revision=33048
This commit is contained in:
Ruud Lipper
2017-03-06 13:13:21 +00:00
parent 242b57904c
commit cff2ae43ed
4 changed files with 45 additions and 1 deletions

View File

@@ -8,7 +8,8 @@
*/ */
#headerblok #headerblok
{ {
background: url(fac_head_skaf.jpg) no-repeat; background: url(fac_head_skaf.png) no-repeat;
background-position: 50px 0px;
} }
#mywelcome , #mymessages, #myactions{ #mywelcome , #mymessages, #myactions{

BIN
CUST/SKAF/fac_head_skaf.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@@ -6,6 +6,49 @@
<xsl:value-of select="substring(translate('$Revision$', '$ ', ''), 10)"/> <xsl:value-of select="substring(translate('$Revision$', '$ ', ''), 10)"/>
</xsl:variable> </xsl:variable>
<xsl:template name="stylesheet">
<style>body {
font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
font-size: 11pt;
}
th {
font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
font-size: 11pt;
}
th.resth, th.besth {
font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
font-size: 11pt;
}
td, p {
font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
font-size: 10pt;
}
td.sec_heading {
font-size: 11pt;
}
td.caption {
font-size: 22pt;
}
td.subcaption, td.label, td.value, td.tekst, td.tekstkop {
font-size: 12pt;
}
td.adres {
font-size: 10pt;
}
td.tiny {
font-size: 8pt;
}
</style>
</xsl:template>
<xsl:template match="bestelopdracht" mode="include"> <xsl:template match="bestelopdracht" mode="include">
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="100%"> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="100%">