test/golden-master/plain.html

changeset 63
12d8f0f6ef06
parent 41
c06ab07fd29d
equal deleted inserted replaced
62:3fff4c364ffc 63:12d8f0f6ef06
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>c2html</title>
5 <style type="text/css">
6 a.c2html-lineno {
7 /* as long as user-select isn't widely spread, we throw the bomb */
8 -webkit-user-select: none;
9 -moz-user-select: none;
10 -ms-user-select: none;
11 user-select: none;
12 display: inline-block;
13 font-style: italic;
14 text-decoration: none;
15 color: grey;
16 }
17 span.c2html-keyword {
18 color: blue;
19 }
20 span.c2html-macroconst {
21 color: cornflowerblue;
22 }
23 span.c2html-type {
24 color: cornflowerblue;
25 }
26 span.c2html-directive {
27 color: green;
28 }
29 span.c2html-string {
30 color: darkorange;
31 }
32 span.c2html-comment {
33 color: grey;
34 }
35 span.c2html-stdinclude {
36 color: darkorange;
37 }
38 span.c2html-userinclude {
39 color: darkorange;
40 }
41 a.c2html-userinclude {
42 color: darkorange;
43 text-decoration: underline;
44 }
45 </style>
46 </head>
47 <body>
48
49 <pre>
50 <a class="c2html-lineno" name="l1" href="#l1">1 </a>&lt;/body&gt;
51 <a class="c2html-lineno" name="l2" href="#l2">2 </a>&lt;/html&gt;
52 <a class="c2html-lineno" name="l3" href="#l3">3 </a>&lt;!c
53 <a class="c2html-lineno" name="l4" href="#l4">4 </a>pblock_free(q);
54 <a class="c2html-lineno" name="l5" href="#l5">5 </a>!&gt;
55 <a class="c2html-lineno" name="l6" href="#l6">6 </a>
56 </pre>
57 </body>
58 </html>
59

mercurial