Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/styles/pdf_theme.yml')
-rw-r--r--docs/styles/pdf_theme.yml30
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/styles/pdf_theme.yml b/docs/styles/pdf_theme.yml
new file mode 100644
index 000000000..2313279da
--- /dev/null
+++ b/docs/styles/pdf_theme.yml
@@ -0,0 +1,30 @@
+page:
+ layout: portrait
+ margin: [0.75in, 1in, 0.75in, 1in]
+ size: Letter
+base:
+ font-color: #333333
+ font-family: Times-Roman
+ font-size: 12
+ line-height-length: 17
+ line-height: $base-line-height-length / $base-font-size
+vertical-spacing: $base-line-height-length
+heading:
+ font-color: #262626
+ font-size: 17
+ font-style: bold
+ line-height: 1.2
+ margin-bottom: $vertical-spacing
+link:
+ font-color: #002FA7
+outline-list:
+ indent: $base-font-size * 1.5
+footer:
+ height: $base-line-height-length * 2.5
+ line-height: 1
+ recto:
+ right:
+ content: '{page-number}'
+ verso:
+ left:
+ content: $footer-recto-right-content \ No newline at end of file