We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b4cb6 commit 79dee1eCopy full SHA for 79dee1e
ebook/en/ibis.php
@@ -11,6 +11,21 @@
11
*/
12
'author' => 'Bobby Iliev',
13
14
+ /**
15
+ * CSS inline style for the page header.
16
+ * If you want to skip header, comment the line
17
+ */
18
+ 'header' => 'font-style: italic; text-align: right; border-bottom: solid 1px #808080;',
19
+
20
21
+ * Cover page image configuration.
22
23
+ 'cover' => [
24
+ 'position' => 'position: absolute; left:0; right: 0; top: -.2; bottom: 0;',
25
+ 'dimensions' => 'width: 210mm; height: 297mm; margin: 0;',
26
+ 'image' => 'cover.jpg',
27
+ ],
28
29
/**
30
* The list of fonts to be used in the different themes.
31
0 commit comments