8 color: grey; |
8 color: grey; |
9 } |
9 } |
10 span.c2html-keyword { |
10 span.c2html-keyword { |
11 color: blue; |
11 color: blue; |
12 } |
12 } |
13 span.c2html-type, span.c2html-macroconst { |
13 span.c2html-macroconst { |
|
14 color: cornflowerblue; |
|
15 } |
|
16 span.c2html-type { |
14 color: cornflowerblue; |
17 color: cornflowerblue; |
15 } |
18 } |
16 span.c2html-directive { |
19 span.c2html-directive { |
17 color: green; |
20 color: green; |
18 } |
21 } |
19 span.c2html-string { |
22 span.c2html-string { |
20 color: orange; |
23 color: darkorange; |
21 } |
24 } |
22 span.c2html-comment { |
25 span.c2html-comment { |
23 color: grey; |
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; |
24 } |
37 } |
25 </style> |
38 </style> |
26 </head> |
39 </head> |
27 <body> |
40 <body> |
28 |
41 |