summaryrefslogtreecommitdiffstats
path: root/app/print.styl
blob: 594ad247f1149fb441870fb6df4ca87a96ae96ac (plain) (blame)
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
@page {
  margin-left: 1cm
  margin-right: 1cm
}

body {
  font-size: 9pt
  line-height: 1.3
}

.section-header {
  font-size: 18pt
  margin-bottom: -0.6em
}

@require "stylesheets/print/header.styl"
@require "stylesheets/print/summary.styl"
@require "stylesheets/print/skills.styl"
@require "stylesheets/print/work.styl"
@require "stylesheets/print/projects.styl"
@require "stylesheets/print/education.styl"

@supports (-webkit-appearance:none) and (column-fill:auto) and (not (-ms-accelerator:true)) and (not (overflow:-webkit-marquee)) and (not (-moz-appearance:none)) {
  footer {
    display: block
    position: fixed
    bottom: 0;
    font-size: 5pt
  }

  footer:after {
    color: #F7F7F7
    content: "Disclaimer: generated from https://a14m.me"
  }
}