test/header.html

Mon, 13 Nov 2017 13:52:00 +0100

author
Mike Becker <universe@uap-core.de>
date
Mon, 13 Nov 2017 13:52:00 +0100
changeset 61
47a5fc33590a
parent 60
9f25df78925e
child 66
1b12cf799fee
permissions
-rw-r--r--

ucx is now used as external library

     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>

mercurial