summaryrefslogtreecommitdiffstats
path: root/assets/scss/print/_header.scss
blob: 1a73019f1ee2cd3544ed16bc0539f1d96f093096 (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
36
37
38
39
40
41
42
43
.header__ai {
  display: inline;
  position: absolute;
  color: white;
  z-index: 9999;
  font-size: 1px;
  margin-top: 0px;
  margin-bottom: 0px;

  top: 0px;
  left: 0%;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  cursor: none;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version */
}

.header__name {
  margin-bottom: 0.1rem;
  margin-top: 1rem;
  font-size: 24pt;
}

.header__website,
.header__email,
.header__git,
.header__srht,
.header__github,
.header__stackoverflow,
.header__blog,
.header__linkedin {
  display: inline;
  font-size: 8pt;
}

.header__pgp {
  display: none;
}