blob: 8fae0da2bddb5816d9578c6740d08153c8b0e315 (
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
|
<!--
Custom styles for Asciidoctor
Copyright (C) 2016-2019 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;
}
.keyseq kbd {
font-size: .7em;
}
.tableblock kbd {
font-size: .7438em;
}
.hex {
padding: 0 .2em;
border: 1px solid #88b;
margin: 0 .2em;
font-family: monospace;
}
</style>
|