go-libwebp

Experimental translation from libwebp to Go source.
Log | Files | Refs | README | LICENSE

template.html (1929B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3 <head>
      4   <meta charset="utf-8">
      5   <title>WebP Container Specification</title>
      6   <meta name="generator" content="kramdown <%= ::Kramdown::VERSION %>" />
      7   <style type="text/css">
      8   body {
      9     color: #000;
     10     background-color: #fff;
     11     margin: 10%;
     12     font-family: "Liberation Sans", "DejaVu Sans", "Bitstream Vera Sans", Arial, sans-serif;
     13     line-height: 1.4;
     14   }
     15   h2 {
     16     border-bottom: 1px solid #ccc;
     17     padding-bottom: 0;
     18   }
     19   table {
     20     border-collapse: collapse;
     21   }
     22   th, td {
     23     border: 1px solid #999;
     24     padding: .5em .7em;;
     25   }
     26   th {
     27     color: #fff;
     28     background-color: #000;
     29   }
     30   td {
     31   }
     32   hr {
     33   }
     34   code {
     35     color: #000;
     36     background-color: #f7f7f7;
     37     padding: 0 3px;
     38     font-family: "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", Consolata, monospace;
     39   }
     40   pre {
     41     background-color: #f7f7f7;
     42     padding: 1em;
     43     border: 1px solid #ccc;
     44     width: 42em;
     45     overflow: auto;
     46     font-family: "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", Consolata, monospace;
     47   }
     48   pre code {
     49     background-color: #f7f7f7;
     50     padding: 0; /* Only want padding on inline code, not blocks */
     51   }
     52   pre.terminal {
     53     color: #fff;
     54     background-color: #000;
     55     border: 1px solid #ccc;
     56     max-height: 30em;
     57   }
     58   pre.terminal code {
     59     color: #fff;
     60     background-color: #000;
     61     font-size: smaller;
     62   }
     63   #markdown-toc ul {
     64     list-style-type: disc;
     65   }
     66   ul#markdown-toc {
     67     margin-top: -1em;
     68     visibility: hidden;
     69     -webkit-padding-start: 0;
     70   }
     71   ul#markdown-toc ul {
     72     visibility: visible;
     73   }
     74   ul#markdown-toc ul ul{
     75     visibility: visible;
     76   }
     77   ul#markdown-toc + hr {
     78     margin-bottom: 4em;
     79   }
     80   ol ol { /* Format nested ordered lists */
     81     list-style-type: lower-alpha;
     82   }
     83   dt {
     84     font-style: italic;
     85     font-weight: bold;
     86   }
     87   .caption {
     88   }
     89   </style>
     90 </head>
     91 <body>
     92 <%= @body %>
     93 </body>
     94 </html>