Newer
Older
s4 / examples / common / default / pretty.m4.txt
@HIROSE Yuuji HIROSE Yuuji on 16 Aug 2017 579 bytes Remove Japanese characters
Content-type: _CONTENT_TYPE_

<!DOCTYPE html>
<html>
<!-- Default style for pretty-print of text files -->
<head><title>_TITLE_</title>
<style type="text/css">
pre {margin-left: 6ex;}
pre span {counter-increment: linenum; text-align: right; position: relative;}
pre span:before {
    position: absolute; right: 0px;
    background: #ddd; text-align: right; padding: 0 0.2ex;
    width: 5.5ex; margin-right: 0.5ex;
    content: counter(linenum) ":";
}
</style>
</head>
<body>
<p>[[ <a href="_LINK_">RAW TEXT</a>(DOWNLOAD here) ]]</p>
<pre lang="en">
_BODY_
</pre>
</body>
</html>