s4

view examples/common/default/pretty.m4.txt @ 349:aba890241157

DOCTYPE
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 25 Oct 2016 22:48:19 +0859
parents 8313d71bc1af
children a6ff48595a4d
line source
1 Content-type: _CONTENT_TYPE_
3 <!DOCTYPE html>
4 <html>
5 <!-- Default style for pretty-print of text files -->
6 <head><title>_TITLE_</title>
7 <style type="text/css">
8 pre {margin-left: 8.5ex;}
9 pre span {counter-increment: linenum; text-align: right; position: relative;}
10 pre span:before {
11 position: absolute; right: 0px;
12 background: #ddd; text-align: right; padding: 0 0.5ex;
13 width: 8ex; margin-right: 0.5ex;
14 content: counter(linenum) ":";
15 }
16 </style>
17 </head>
18 <body>
19 <pre>
20 _BODY_
21 </pre>
22 </body>
23 </html>