jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/370696 )

Change subject: UEModulePDF: PDF Templates with new BlueSpice Logo
......................................................................


UEModulePDF: PDF Templates with new BlueSpice Logo

* modified page margin
* new header logo

Change-Id: I9e02c039a49f6dd2bf7323b46bfc4eea5a53e72f
---
M UEModulePDF/data/PDFTemplates/BlueSpice/images/bs-header.jpg
M UEModulePDF/data/PDFTemplates/BlueSpice/stylesheets/styles.css
M UEModulePDF/data/PDFTemplates/BlueSpice_Draft/template.php
M UEModulePDF/data/PDFTemplates/BlueSpice_Landscape/images/bs-header.jpg
M UEModulePDF/data/PDFTemplates/BlueSpice_Landscape/stylesheets/page.css
M UEModulePDF/data/PDFTemplates/BlueSpice_Landscape/stylesheets/styles.css
M UEModulePDF/data/PDFTemplates/BlueSpice_Landscape/template.php
7 files changed, 10 insertions(+), 12 deletions(-)

Approvals:
  Robert Vogel: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/UEModulePDF/data/PDFTemplates/BlueSpice/images/bs-header.jpg 
b/UEModulePDF/data/PDFTemplates/BlueSpice/images/bs-header.jpg
index ae0352d..436a6f3 100644
--- a/UEModulePDF/data/PDFTemplates/BlueSpice/images/bs-header.jpg
+++ b/UEModulePDF/data/PDFTemplates/BlueSpice/images/bs-header.jpg
Binary files differ
diff --git a/UEModulePDF/data/PDFTemplates/BlueSpice/stylesheets/styles.css 
b/UEModulePDF/data/PDFTemplates/BlueSpice/stylesheets/styles.css
index fa576c1..4ed4eac 100644
--- a/UEModulePDF/data/PDFTemplates/BlueSpice/stylesheets/styles.css
+++ b/UEModulePDF/data/PDFTemplates/BlueSpice/stylesheets/styles.css
@@ -4,13 +4,12 @@
        margin: 0 0 0 -2.5cm;
        background: url('../images/bs-header.jpg') no-repeat 0 0;
        background-size: 21cm;
-       height: 3cm;
+       height: 3.5cm;
        width: 21cm;
-       border-bottom: 1px solid;
 }
 
 #bs-runningheaderfix h1 {
-       margin: 2.5cm 0 0 2.5cm;
+       margin: 2.3cm 0 0 2.5cm;
        font-size: small;
        color:#6c6d6f;
        border: none;
@@ -33,7 +32,7 @@
 }
 
 .bs-runningheader table td{
-       vertical-align: bottom; 
+       vertical-align: bottom;
 }
 
 .bs-booktitle {
diff --git a/UEModulePDF/data/PDFTemplates/BlueSpice_Draft/template.php 
b/UEModulePDF/data/PDFTemplates/BlueSpice_Draft/template.php
index f9d1bab..feb4545 100644
--- a/UEModulePDF/data/PDFTemplates/BlueSpice_Draft/template.php
+++ b/UEModulePDF/data/PDFTemplates/BlueSpice_Draft/template.php
@@ -11,7 +11,7 @@
                'name'      => 'BlueSpice Draft',
                'author'    => 'Hallo Welt!',
                'copyright' => 'Hallo Welt! GmbH',
-               'url'       => 'http://www.hallowelt.biz',
+               'url'       => 'http://www.hallowelt.com',
                'description'      => 'This is the default BlueSpice Draft PDF 
Template'
        ),
 
diff --git 
a/UEModulePDF/data/PDFTemplates/BlueSpice_Landscape/images/bs-header.jpg 
b/UEModulePDF/data/PDFTemplates/BlueSpice_Landscape/images/bs-header.jpg
index 3eb0352..436a6f3 100644
--- a/UEModulePDF/data/PDFTemplates/BlueSpice_Landscape/images/bs-header.jpg
+++ b/UEModulePDF/data/PDFTemplates/BlueSpice_Landscape/images/bs-header.jpg
Binary files differ
diff --git 
a/UEModulePDF/data/PDFTemplates/BlueSpice_Landscape/stylesheets/page.css 
b/UEModulePDF/data/PDFTemplates/BlueSpice_Landscape/stylesheets/page.css
index 5d9a0f2..99ee09b 100644
--- a/UEModulePDF/data/PDFTemplates/BlueSpice_Landscape/stylesheets/page.css
+++ b/UEModulePDF/data/PDFTemplates/BlueSpice_Landscape/stylesheets/page.css
@@ -15,7 +15,7 @@
   */
 @page {
        size: A4 landscape;
-       margin: 3.5cm 1cm 2.5cm 2.5cm;
+       margin: 4.5cm 1cm 2.5cm 2.5cm;
        background: url('../images/bs-page-background.png') repeat-x bottom;
        background-size: 29.7cm 2.3cm;
 
diff --git 
a/UEModulePDF/data/PDFTemplates/BlueSpice_Landscape/stylesheets/styles.css 
b/UEModulePDF/data/PDFTemplates/BlueSpice_Landscape/stylesheets/styles.css
index b7bd610..1aae1d4 100644
--- a/UEModulePDF/data/PDFTemplates/BlueSpice_Landscape/stylesheets/styles.css
+++ b/UEModulePDF/data/PDFTemplates/BlueSpice_Landscape/stylesheets/styles.css
@@ -1,16 +1,15 @@
 /******* PAGE LAYOUT ELEMENTS *******/
 #bs-runningheaderfix {
        position: running( topleft );
-       margin: 0 0 0 -0.5cm;
+       margin: 0 0 0 -2.5cm;
        background: url('../images/bs-header.jpg') no-repeat 0 0;
-       background-size: 21cm;
-       height: 3cm;
+       background-size: 29.7cm;
+       height: 4cm;
        width: 29.7cm;
-       border-bottom: 1px solid;
 }
 
 #bs-runningheaderfix h1 {
-       margin: 2.5cm 0 0 2.5cm;
+       margin: 3.3cm 0 0 2.5cm;
        font-size: small;
        color:#6c6d6f;
        border: none;
diff --git a/UEModulePDF/data/PDFTemplates/BlueSpice_Landscape/template.php 
b/UEModulePDF/data/PDFTemplates/BlueSpice_Landscape/template.php
index 300a6f1..9035959 100644
--- a/UEModulePDF/data/PDFTemplates/BlueSpice_Landscape/template.php
+++ b/UEModulePDF/data/PDFTemplates/BlueSpice_Landscape/template.php
@@ -11,7 +11,7 @@
                'name'      => 'BlueSpice Landscape',
                'author'    => 'Hallo Welt!',
                'copyright' => 'Hallo Welt! GmbH',
-               'url'       => 'http://www.hallowelt.biz',
+               'url'       => 'http://www.hallowelt.com',
                'description'      => 'This is the default BlueSpice PDF 
Template for landscape orientation'
        ),
 

-- 
To view, visit https://gerrit.wikimedia.org/r/370696
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I9e02c039a49f6dd2bf7323b46bfc4eea5a53e72f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceExtensions
Gerrit-Branch: REL1_27
Gerrit-Owner: Robert Vogel <vo...@hallowelt.biz>
Gerrit-Reviewer: Dvogel hallowelt <daniel.vo...@hallowelt.com>
Gerrit-Reviewer: Robert Vogel <vo...@hallowelt.biz>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to