summaryrefslogtreecommitdiff
path: root/doc/html.txt
blob: 7a89bb1be7771e8f95032cda491c2674afca74c7 (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!doctype html>

<html lang="en">

<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width initial-scale=1 maximum-scale=1 minimum-scale=1 user-scalable=0" />
  <title>GoFPDF Document Generator</title>
  <style>
    body {
      max-width: 800px;
      font-family: sans-serif;
      padding: 1em;
    }

    img {
      max-width: 800px;
    }

    h1,
    h2,
    h3 {
      color: #345;
    }

    .syntax {
      display: block;
      white-space: pre;
      font-family: monospace;
      background-color: #efe;
      border: 1px solid #474;
      margin: 1em 0;
      padding: 0.25em 1.5em;
    }

    .warning {
      background-color: #ffd;
      border: 1px solid #665;
      margin: 1em 0;
      padding: 0 1em;
    }

    .key {
      color: #131;
      font-weight: bold;
    }

    .subkey {
      font-style: italic;
    }

    pre {
      margin: 1.5em 0;
      background-color: #eee;
      padding: 1em;
      overflow-x: scroll;
    }
$if(highlighting-css)$
$highlighting-css$
$endif$
  </style>
</head>

<body>
$body$
</body>

</html>