summaryrefslogtreecommitdiff
path: root/doc/docinfo.html
blob: 45f4da560ea47c2ac73dba9012d447055d974af8 (plain)
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
<!--
  Custom styles for Asciidoctor
  Copyright (C) 2016-2020 Sébastien Helleu <flashcode@flashtux.org>
-->
<style>
#header,#content,#footnotes,#footer {
  max-width: none;
  padding-left: 3em;
  padding-right: 3em;
}
#header #revnumber {
  text-transform: none;
}
h1,h2,h3,h4,h5 {
  font-weight: bold;
}
.literalblock pre {
  font-family: monospace, 'Courier New', Courier;
  line-height: normal;
  font-size: .95em;
}
kbd {
  font-size: .9em;
}
.keyseq {
  margin-left: .2em;
  margin-right: .2em;
}
.tableblock kbd {
  margin-top: .2em;
  margin-bottom: .2em;
}
.hex {
  padding: 0 .2em;
  border: 1px solid #88b;
  margin: 0 .2em;
  font-family: monospace;
}
</style>