s4

annotate examples/common/default/pretty.m4.txt @ 1042:99ba706d5fdb

Update ctime on (un)set frozen on blog
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 02 May 2024 10:23:10 +0900
parents 2405030facbf
children
rev   line source
yuuji@346 1 Content-type: _CONTENT_TYPE_
yuuji@346 2
yuuji@349 3 <!DOCTYPE html>
yuuji@346 4 <html>
yuuji@346 5 <!-- Default style for pretty-print of text files -->
yuuji@346 6 <head><title>_TITLE_</title>
yuuji@346 7 <style type="text/css">
yuuji@353 8 pre {margin-left: 6ex;}
yuuji@346 9 pre span {counter-increment: linenum; text-align: right; position: relative;}
yuuji@346 10 pre span:before {
yuuji@346 11 position: absolute; right: 0px;
yuuji@353 12 background: #ddd; text-align: right; padding: 0 0.2ex;
yuuji@353 13 width: 5.5ex; margin-right: 0.5ex;
yuuji@346 14 content: counter(linenum) ":";
yuuji@346 15 }
yuuji@346 16 </style>
yuuji@348 17 </head>
yuuji@346 18 <body>
yuuji@460 19 <p>[[ <a href="_LINK_">RAW TEXT</a>(DOWNLOAD here) ]]</p>
yuuji@360 20 <pre lang="en">
yuuji@346 21 _BODY_
yuuji@346 22 </pre>
yuuji@346 23 </body>
yuuji@346 24 </html>