108
|
1 /*
|
|
2
|
|
3 Visual Studio-like style based on original C# coloring by Jason Diamond <jason@diamond.name>
|
|
4
|
|
5 */
|
|
6 pre code {
|
|
7 display: block; padding: 0.5em;
|
|
8 }
|
|
9
|
|
10 pre .comment,
|
|
11 pre .annotation,
|
|
12 pre .template_comment,
|
|
13 pre .diff .header,
|
|
14 pre .chunk,
|
|
15 pre .apache .cbracket {
|
|
16 color: rgb(0, 128, 0);
|
|
17 }
|
|
18
|
|
19 pre .keyword,
|
|
20 pre .id,
|
|
21 pre .built_in,
|
|
22 pre .smalltalk .class,
|
|
23 pre .winutils,
|
|
24 pre .bash .variable,
|
|
25 pre .tex .command,
|
|
26 pre .request,
|
|
27 pre .status,
|
|
28 pre .nginx .title {
|
|
29 color: rgb(0, 0, 255);
|
|
30 }
|
|
31
|
|
32 pre .string,
|
|
33 pre .title,
|
|
34 pre .parent,
|
|
35 pre .tag .value,
|
|
36 pre .rules .value,
|
|
37 pre .rules .value .number,
|
|
38 pre .ruby .symbol,
|
|
39 pre .ruby .symbol .string,
|
|
40 pre .ruby .symbol .keyword,
|
|
41 pre .ruby .symbol .keymethods,
|
|
42 pre .instancevar,
|
|
43 pre .aggregate,
|
|
44 pre .template_tag,
|
|
45 pre .django .variable,
|
|
46 pre .addition,
|
|
47 pre .flow,
|
|
48 pre .stream,
|
|
49 pre .apache .tag,
|
|
50 pre .date,
|
|
51 pre .tex .formula {
|
|
52 color: rgb(163, 21, 21);
|
|
53 }
|
|
54
|
|
55 pre .ruby .string,
|
|
56 pre .decorator,
|
|
57 pre .filter .argument,
|
|
58 pre .localvars,
|
|
59 pre .array,
|
|
60 pre .attr_selector,
|
|
61 pre .pseudo,
|
|
62 pre .pi,
|
|
63 pre .doctype,
|
|
64 pre .deletion,
|
|
65 pre .envvar,
|
|
66 pre .shebang,
|
|
67 pre .preprocessor,
|
|
68 pre .userType,
|
|
69 pre .apache .sqbracket,
|
|
70 pre .nginx .built_in,
|
|
71 pre .tex .special,
|
|
72 pre .input_number {
|
|
73 color: rgb(43, 145, 175);
|
|
74 }
|
|
75
|
|
76 pre .phpdoc,
|
|
77 pre .javadoc,
|
|
78 pre .xmlDocTag {
|
|
79 color: rgb(128, 128, 128);
|
|
80 }
|
|
81
|
|
82 pre .vhdl .typename { font-weight: bold; }
|
|
83 pre .vhdl .string { color: #666666; }
|
|
84 pre .vhdl .literal { color: rgb(163, 21, 21); }
|
|
85 pre .vhdl .attribute { color: #00B0E8; }
|