35 lines
591 B
HTML
35 lines
591 B
HTML
<!--
|
|
Custom styles for Asciidoctor
|
|
(C) 2016 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>
|