|
1 |
| -.CodeRay{font-family:Terminus, Courier New, Terminal, monospace}.CodeRay .code pre{overflow:auto}.CodeRay .debug{color:white !important;background:blue !important}.CodeRay .af{color:#00C}.CodeRay .an{color:#007}.CodeRay .at{color:#f08}.CodeRay .av{color:#700}.CodeRay .aw{color:#C00}.CodeRay .bi{color:#509;font-weight:bold}.CodeRay .c{color:#888}.CodeRay .ch{color:#04D}.CodeRay .ch .k{color:#04D}.CodeRay .ch .dl{color:#039}.CodeRay .cl{color:#B06;font-weight:bold}.CodeRay .cm{color:#A08;font-weight:bold}.CodeRay .co{color:#036;font-weight:bold}.CodeRay .cr{color:#0A0}.CodeRay .cv{color:#369}.CodeRay .de{color:#B0B}.CodeRay .df{color:#099;font-weight:bold}.CodeRay .di{color:#088;font-weight:bold}.CodeRay .dl{color:black}.CodeRay .do{color:#970}.CodeRay .dt{color:#34b}.CodeRay .ds{color:#D42;font-weight:bold}.CodeRay .e{color:#666;font-weight:bold}.CodeRay .en{color:#800;font-weight:bold}.CodeRay .er{color:#F00;background-color:#FAA}.CodeRay .ex{color:#C00;font-weight:bold}.CodeRay .fl{color:#60E;font-weight:bold}.CodeRay .fu{color:#06B;font-weight:bold}.CodeRay .gv{color:#d70;font-weight:bold}.CodeRay .hx{color:#058;font-weight:bold}.CodeRay .i{color:#00D;font-weight:bold}.CodeRay .ic{color:#B44;font-weight:bold}.CodeRay .il{background:#ddd;color:black}.CodeRay .il .il{background:#ccc}.CodeRay .il .il .il{background:#bbb}.CodeRay .il .idl{background:#ddd;font-weight:bold;color:#666}.CodeRay .idl{background-color:#bbb;font-weight:bold;color:#666}.CodeRay .im{color:#f00}.CodeRay .in{color:#B2B;font-weight:bold}.CodeRay .iv{color:#33B}.CodeRay .la{color:#970;font-weight:bold}.CodeRay .lv{color:#963}.CodeRay .oc{color:#40E;font-weight:bold}.CodeRay .of{color:#000;font-weight:bold}.CodeRay .pc{color:#038;font-weight:bold}.CodeRay .pd{color:#369;font-weight:bold}.CodeRay .pp{color:#579}.CodeRay .ps{color:#00C;font-weight:bold}.CodeRay .pt{color:#074;font-weight:bold}.CodeRay .r,.CodeRay .kw{color:#080;font-weight:bold}.CodeRay .ke{color:#808}.CodeRay .ke .dl{color:#606}.CodeRay .ke .ch{color:#80f}.CodeRay .vl{color:#088}.CodeRay .rx{background-color:#fff0ff}.CodeRay .rx .k{color:#808}.CodeRay .rx .dl{color:#404}.CodeRay .rx .mod{color:#C2C}.CodeRay .rx .fu{color:#404;font-weight:bold}.CodeRay .s{background-color:#fff0f0;color:#D20}.CodeRay .s .s{background-color:#ffe0e0}.CodeRay .s .s .s{background-color:#ffd0d0}.CodeRay .s .ch{color:#b0b}.CodeRay .s .dl{color:#710}.CodeRay .sh{background-color:#f0fff0;color:#2B2}.CodeRay .sh .dl{color:#161}.CodeRay .sy{color:#A60}.CodeRay .sy .k{color:#A60}.CodeRay .sy .dl{color:#630}.CodeRay .ta{color:#070}.CodeRay .tf{color:#070;font-weight:bold}.CodeRay .ts{color:#D70;font-weight:bold}.CodeRay .ty{color:#339;font-weight:bold}.CodeRay .v{color:#036}.CodeRay .xt{color:#444}.CodeRay .ins{background:#afa}.CodeRay .del{background:#faa}.CodeRay .chg{color:#aaf;background:#007}.CodeRay .head{color:#f8f;background:#505}.CodeRay .ins .ins{color:#080;font-weight:bold}.CodeRay .del .del{color:#800;font-weight:bold}.CodeRay .chg .chg{color:#66f}.CodeRay .head .head{color:#f4f} |
| 1 | +.highlight { background: #ffffff; } |
| 2 | +.highlight .c { color: #999988; font-style: italic } /* Comment */ |
| 3 | +.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ |
| 4 | +.highlight .k { font-weight: bold } /* Keyword */ |
| 5 | +.highlight .o { font-weight: bold } /* Operator */ |
| 6 | +.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */ |
| 7 | +.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */ |
| 8 | +.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */ |
| 9 | +.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */ |
| 10 | +.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ |
| 11 | +.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */ |
| 12 | +.highlight .ge { font-style: italic } /* Generic.Emph */ |
| 13 | +.highlight .gr { color: #aa0000 } /* Generic.Error */ |
| 14 | +.highlight .gh { color: #999999 } /* Generic.Heading */ |
| 15 | +.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ |
| 16 | +.highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */ |
| 17 | +.highlight .go { color: #888888 } /* Generic.Output */ |
| 18 | +.highlight .gp { color: #555555 } /* Generic.Prompt */ |
| 19 | +.highlight .gs { font-weight: bold } /* Generic.Strong */ |
| 20 | +.highlight .gu { color: #aaaaaa } /* Generic.Subheading */ |
| 21 | +.highlight .gt { color: #aa0000 } /* Generic.Traceback */ |
| 22 | +.highlight .kc { font-weight: bold } /* Keyword.Constant */ |
| 23 | +.highlight .kd { font-weight: bold } /* Keyword.Declaration */ |
| 24 | +.highlight .kp { font-weight: bold } /* Keyword.Pseudo */ |
| 25 | +.highlight .kr { font-weight: bold } /* Keyword.Reserved */ |
| 26 | +.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */ |
| 27 | +.highlight .m { color: #009999 } /* Literal.Number */ |
| 28 | +.highlight .s { color: #d14 } /* Literal.String */ |
| 29 | +.highlight .na { color: #008080 } /* Name.Attribute */ |
| 30 | +.highlight .nb { color: #0086B3 } /* Name.Builtin */ |
| 31 | +.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */ |
| 32 | +.highlight .no { color: #008080 } /* Name.Constant */ |
| 33 | +.highlight .ni { color: #800080 } /* Name.Entity */ |
| 34 | +.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */ |
| 35 | +.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */ |
| 36 | +.highlight .nn { color: #555555 } /* Name.Namespace */ |
| 37 | +.highlight .nt { color: #000080 } /* Name.Tag */ |
| 38 | +.highlight .nv { color: #008080 } /* Name.Variable */ |
| 39 | +.highlight .ow { font-weight: bold } /* Operator.Word */ |
| 40 | +.highlight .w { color: #bbbbbb } /* Text.Whitespace */ |
| 41 | +.highlight .mf { color: #009999 } /* Literal.Number.Float */ |
| 42 | +.highlight .mh { color: #009999 } /* Literal.Number.Hex */ |
| 43 | +.highlight .mi { color: #009999 } /* Literal.Number.Integer */ |
| 44 | +.highlight .mo { color: #009999 } /* Literal.Number.Oct */ |
| 45 | +.highlight .sb { color: #d14 } /* Literal.String.Backtick */ |
| 46 | +.highlight .sc { color: #d14 } /* Literal.String.Char */ |
| 47 | +.highlight .sd { color: #d14 } /* Literal.String.Doc */ |
| 48 | +.highlight .s2 { color: #d14 } /* Literal.String.Double */ |
| 49 | +.highlight .se { color: #d14 } /* Literal.String.Escape */ |
| 50 | +.highlight .sh { color: #d14 } /* Literal.String.Heredoc */ |
| 51 | +.highlight .si { color: #d14 } /* Literal.String.Interpol */ |
| 52 | +.highlight .sx { color: #d14 } /* Literal.String.Other */ |
| 53 | +.highlight .sr { color: #009926 } /* Literal.String.Regex */ |
| 54 | +.highlight .s1 { color: #d14 } /* Literal.String.Single */ |
| 55 | +.highlight .ss { color: #990073 } /* Literal.String.Symbol */ |
| 56 | +.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */ |
| 57 | +.highlight .vc { color: #008080 } /* Name.Variable.Class */ |
| 58 | +.highlight .vg { color: #008080 } /* Name.Variable.Global */ |
| 59 | +.highlight .vi { color: #008080 } /* Name.Variable.Instance */ |
| 60 | +.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */ |
0 commit comments