File: template.html

package info (click to toggle)
libwebp 1.5.0-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,768 kB
  • sloc: ansic: 76,987; cpp: 7,168; sh: 5,717; makefile: 597; python: 350
file content (94 lines) | stat: -rw-r--r-- 1,929 bytes parent folder | download | duplicates (17)
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>WebP Container Specification</title>
  <meta name="generator" content="kramdown <%= ::Kramdown::VERSION %>" />
  <style type="text/css">
  body {
    color: #000;
    background-color: #fff;
    margin: 10%;
    font-family: "Liberation Sans", "DejaVu Sans", "Bitstream Vera Sans", Arial, sans-serif;
    line-height: 1.4;
  }
  h2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0;
  }
  table {
    border-collapse: collapse;
  }
  th, td {
    border: 1px solid #999;
    padding: .5em .7em;;
  }
  th {
    color: #fff;
    background-color: #000;
  }
  td {
  }
  hr {
  }
  code {
    color: #000;
    background-color: #f7f7f7;
    padding: 0 3px;
    font-family: "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", Consolata, monospace;
  }
  pre {
    background-color: #f7f7f7;
    padding: 1em;
    border: 1px solid #ccc;
    width: 42em;
    overflow: auto;
    font-family: "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", Consolata, monospace;
  }
  pre code {
    background-color: #f7f7f7;
    padding: 0; /* Only want padding on inline code, not blocks */
  }
  pre.terminal {
    color: #fff;
    background-color: #000;
    border: 1px solid #ccc;
    max-height: 30em;
  }
  pre.terminal code {
    color: #fff;
    background-color: #000;
    font-size: smaller;
  }
  #markdown-toc ul {
    list-style-type: disc;
  }
  ul#markdown-toc {
    margin-top: -1em;
    visibility: hidden;
    -webkit-padding-start: 0;
  }
  ul#markdown-toc ul {
    visibility: visible;
  }
  ul#markdown-toc ul ul{
    visibility: visible;
  }
  ul#markdown-toc + hr {
    margin-bottom: 4em;
  }
  ol ol { /* Format nested ordered lists */
    list-style-type: lower-alpha;
  }
  dt {
    font-style: italic;
    font-weight: bold;
  }
  .caption {
  }
  </style>
</head>
<body>
<%= @body %>
</body>
</html>