]>
Commit | Line | Data |
---|---|---|
8d692102 W |
1 | .highlight .hll { background-color: #ffffcc } |
2 | .highlight { background: #f0f3f3; } | |
3 | .highlight .c { color: #0099FF; font-style: italic } /* Comment */ | |
4 | .highlight .err { color: #AA0000; background-color: #FFAAAA } /* Error */ | |
5 | .highlight .k { color: #006699; font-weight: bold } /* Keyword */ | |
6 | .highlight .o { color: #555555 } /* Operator */ | |
7 | .highlight .cm { color: #0099FF; font-style: italic } /* Comment.Multiline */ | |
8 | .highlight .cp { color: #009999 } /* Comment.Preproc */ | |
9 | .highlight .c1 { color: #0099FF; font-style: italic } /* Comment.Single */ | |
10 | .highlight .cs { color: #0099FF; font-weight: bold; font-style: italic } /* Comment.Special */ | |
11 | .highlight .gd { background-color: #FFCCCC; border: 1px solid #CC0000 } /* Generic.Deleted */ | |
12 | .highlight .ge { font-style: italic } /* Generic.Emph */ | |
13 | .highlight .gr { color: #FF0000 } /* Generic.Error */ | |
14 | .highlight .gh { color: #003300; font-weight: bold } /* Generic.Heading */ | |
15 | .highlight .gi { background-color: #CCFFCC; border: 1px solid #00CC00 } /* Generic.Inserted */ | |
16 | .highlight .go { color: #AAAAAA } /* Generic.Output */ | |
17 | .highlight .gp { color: #000099; font-weight: bold } /* Generic.Prompt */ | |
18 | .highlight .gs { font-weight: bold } /* Generic.Strong */ | |
19 | .highlight .gu { color: #003300; font-weight: bold } /* Generic.Subheading */ | |
20 | .highlight .gt { color: #99CC66 } /* Generic.Traceback */ | |
21 | .highlight .kc { color: #006699; font-weight: bold } /* Keyword.Constant */ | |
22 | .highlight .kd { color: #006699; font-weight: bold } /* Keyword.Declaration */ | |
23 | .highlight .kn { color: #006699; font-weight: bold } /* Keyword.Namespace */ | |
24 | .highlight .kp { color: #006699 } /* Keyword.Pseudo */ | |
25 | .highlight .kr { color: #006699; font-weight: bold } /* Keyword.Reserved */ | |
26 | .highlight .kt { color: #007788; font-weight: bold } /* Keyword.Type */ | |
27 | .highlight .m { color: #FF6600 } /* Literal.Number */ | |
28 | .highlight .s { color: #CC3300 } /* Literal.String */ | |
29 | .highlight .na { color: #330099 } /* Name.Attribute */ | |
30 | .highlight .nb { color: #336666 } /* Name.Builtin */ | |
31 | .highlight .nc { color: #00AA88; font-weight: bold } /* Name.Class */ | |
32 | .highlight .no { color: #336600 } /* Name.Constant */ | |
33 | .highlight .nd { color: #9999FF } /* Name.Decorator */ | |
34 | .highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */ | |
35 | .highlight .ne { color: #CC0000; font-weight: bold } /* Name.Exception */ | |
36 | .highlight .nf { color: #CC00FF } /* Name.Function */ | |
37 | .highlight .nl { color: #9999FF } /* Name.Label */ | |
38 | .highlight .nn { color: #00CCFF; font-weight: bold } /* Name.Namespace */ | |
39 | .highlight .nt { color: #330099; font-weight: bold } /* Name.Tag */ | |
40 | .highlight .nv { color: #003333 } /* Name.Variable */ | |
41 | .highlight .ow { color: #000000; font-weight: bold } /* Operator.Word */ | |
42 | .highlight .w { color: #bbbbbb } /* Text.Whitespace */ | |
43 | .highlight .mf { color: #FF6600 } /* Literal.Number.Float */ | |
44 | .highlight .mh { color: #FF6600 } /* Literal.Number.Hex */ | |
45 | .highlight .mi { color: #FF6600 } /* Literal.Number.Integer */ | |
46 | .highlight .mo { color: #FF6600 } /* Literal.Number.Oct */ | |
47 | .highlight .sb { color: #CC3300 } /* Literal.String.Backtick */ | |
48 | .highlight .sc { color: #CC3300 } /* Literal.String.Char */ | |
49 | .highlight .sd { color: #CC3300; font-style: italic } /* Literal.String.Doc */ | |
50 | .highlight .s2 { color: #CC3300 } /* Literal.String.Double */ | |
51 | .highlight .se { color: #CC3300; font-weight: bold } /* Literal.String.Escape */ | |
52 | .highlight .sh { color: #CC3300 } /* Literal.String.Heredoc */ | |
53 | .highlight .si { color: #AA0000 } /* Literal.String.Interpol */ | |
54 | .highlight .sx { color: #CC3300 } /* Literal.String.Other */ | |
55 | .highlight .sr { color: #33AAAA } /* Literal.String.Regex */ | |
56 | .highlight .s1 { color: #CC3300 } /* Literal.String.Single */ | |
57 | .highlight .ss { color: #FFCC33 } /* Literal.String.Symbol */ | |
58 | .highlight .bp { color: #336666 } /* Name.Builtin.Pseudo */ | |
59 | .highlight .vc { color: #003333 } /* Name.Variable.Class */ | |
60 | .highlight .vg { color: #003333 } /* Name.Variable.Global */ | |
61 | .highlight .vi { color: #003333 } /* Name.Variable.Instance */ | |
62 | .highlight .il { color: #FF6600 } /* Literal.Number.Integer.Long */ | |
63 | ||
64 | .type-csharp .highlight .k { color: #0000FF } | |
65 | .type-csharp .highlight .kt { color: #0000FF } | |
66 | .type-csharp .highlight .nf { color: #000000; font-weight: normal } | |
67 | .type-csharp .highlight .nc { color: #2B91AF } | |
68 | .type-csharp .highlight .nn { color: #000000 } | |
69 | .type-csharp .highlight .s { color: #A31515 } | |
70 | .type-csharp .highlight .sc { color: #A31515 } |