test/header.html

Fri, 21 Jun 2013 13:32:31 +0200

author
Mike Becker <universe@uap-core.de>
date
Fri, 21 Jun 2013 13:32:31 +0200
changeset 10
925172e535a9
parent 9
6b1fba10c4cb
child 27
53fd8595378c
permissions
-rw-r--r--

includes (with links in user includes)

     1 <!DOCTYPE html>
     2 <html>
     3   <head>
     4     <title>c2html</title>
     5     <style type="text/css">
     6       span.c2html-lineno {
     7         font-style: italic;
     8         color: grey;
     9       }
    10       span.c2html-keyword {
    11         color: blue;
    12       }
    13       span.c2html-macroconst {
    14         color: cornflowerblue;
    15       }
    16       span.c2html-type {
    17         color: cornflowerblue;
    18       }
    19       span.c2html-directive {
    20         color: green;
    21       }
    22       span.c2html-string {
    23         color: darkorange;
    24       }
    25       span.c2html-comment {
    26         color: grey;
    27       }
    28       span.c2html-stdinclude {
    29         color: darkorange;
    30       }
    31       span.c2html-userinclude {
    32         color: darkorange;
    33       }
    34       a.c2html-userinclude {
    35         color: darkorange;
    36         text-decoration: underline;
    37       }
    38     </style>
    39   </head>
    40   <body>

mercurial