...

Text file src/github.com/jung-kurt/gofpdf/doc/html.txt

Documentation: github.com/jung-kurt/gofpdf/doc

     1<!doctype html>
     2
     3<html lang="en">
     4
     5<head>
     6  <meta charset="utf-8">
     7  <meta name="viewport" content="width=device-width initial-scale=1 maximum-scale=1 minimum-scale=1 user-scalable=0" />
     8  <title>GoFPDF Document Generator</title>
     9  <style>
    10    body {
    11      max-width: 800px;
    12      font-family: sans-serif;
    13      padding: 1em;
    14    }
    15
    16    img {
    17      max-width: 800px;
    18    }
    19
    20    h1,
    21    h2,
    22    h3 {
    23      color: #345;
    24    }
    25
    26    .syntax {
    27      display: block;
    28      white-space: pre;
    29      font-family: monospace;
    30      background-color: #efe;
    31      border: 1px solid #474;
    32      margin: 1em 0;
    33      padding: 0.25em 1.5em;
    34    }
    35
    36    .warning {
    37      background-color: #ffd;
    38      border: 1px solid #665;
    39      margin: 1em 0;
    40      padding: 0 1em;
    41    }
    42
    43    .key {
    44      color: #131;
    45      font-weight: bold;
    46    }
    47
    48    .subkey {
    49      font-style: italic;
    50    }
    51
    52    pre {
    53      margin: 1.5em 0;
    54      background-color: #eee;
    55      padding: 1em;
    56      overflow-x: scroll;
    57    }
    58$if(highlighting-css)$
    59$highlighting-css$
    60$endif$
    61  </style>
    62</head>
    63
    64<body>
    65$body$
    66</body>
    67
    68</html>

View as plain text