s4

view examples/common/default/pretty.m4.txt @ 454:2405030facbf

utf-8
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 14 Aug 2017 17:29:14 +0859
parents 8023dbe45826
children eb94fa65ba83
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: 6ex;}
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.2ex;
13 width: 5.5ex; margin-right: 0.5ex;
14 content: counter(linenum) ":";
15 }
16 </style>
17 </head>
18 <body>
19 <p>[[ <a href="_LINK_">RAW TEXT</a>(Download はこのリンクから) ]]</p>
20 <pre lang="en">
21 _BODY_
22 </pre>
23 </body>
24 </html>