2019-06-02 10:25:06 +00:00
|
|
|
.listingblock .pygments .hll { background-color: #ffffcc }
|
2020-04-10 15:05:05 +00:00
|
|
|
.listingblock .pygments { border:1px #ddd solid;padding: 5px;background: #f8f8f8; }
|
|
|
|
.listingblock .pygments code { background: #f8f8f8; }
|
2019-06-02 10:25:06 +00:00
|
|
|
.listingblock .pygments .tok-c { color: #888888 } /* Comment */
|
|
|
|
.listingblock .pygments .tok-err { color: #a61717; background-color: #e3d2d2 } /* Error */
|
|
|
|
.listingblock .pygments .tok-k { color: #008800; font-weight: bold } /* Keyword */
|
|
|
|
.listingblock .pygments .tok-ch { color: #888888 } /* Comment.Hashbang */
|
|
|
|
.listingblock .pygments .tok-cm { color: #888888 } /* Comment.Multiline */
|
|
|
|
.listingblock .pygments .tok-cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
|
|
|
|
.listingblock .pygments .tok-cpf { color: #888888 } /* Comment.PreprocFile */
|
|
|
|
.listingblock .pygments .tok-c1 { color: #888888 } /* Comment.Single */
|
|
|
|
.listingblock .pygments .tok-cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */
|
|
|
|
.listingblock .pygments .tok-gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
|
|
|
|
.listingblock .pygments .tok-ge { font-style: italic } /* Generic.Emph */
|
|
|
|
.listingblock .pygments .tok-gr { color: #aa0000 } /* Generic.Error */
|
|
|
|
.listingblock .pygments .tok-gh { color: #333333 } /* Generic.Heading */
|
|
|
|
.listingblock .pygments .tok-gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
|
|
|
|
.listingblock .pygments .tok-go { color: #888888 } /* Generic.Output */
|
|
|
|
.listingblock .pygments .tok-gp { color: #555555 } /* Generic.Prompt */
|
|
|
|
.listingblock .pygments .tok-gs { font-weight: bold } /* Generic.Strong */
|
|
|
|
.listingblock .pygments .tok-gu { color: #666666 } /* Generic.Subheading */
|
|
|
|
.listingblock .pygments .tok-gt { color: #aa0000 } /* Generic.Traceback */
|
|
|
|
.listingblock .pygments .tok-kc { color: #008800; font-weight: bold } /* Keyword.Constant */
|
|
|
|
.listingblock .pygments .tok-kd { color: #008800; font-weight: bold } /* Keyword.Declaration */
|
|
|
|
.listingblock .pygments .tok-kn { color: #008800; font-weight: bold } /* Keyword.Namespace */
|
|
|
|
.listingblock .pygments .tok-kp { color: #008800 } /* Keyword.Pseudo */
|
|
|
|
.listingblock .pygments .tok-kr { color: #008800; font-weight: bold } /* Keyword.Reserved */
|
|
|
|
.listingblock .pygments .tok-kt { color: #888888; font-weight: bold } /* Keyword.Type */
|
|
|
|
.listingblock .pygments .tok-m { color: #0000DD; font-weight: bold } /* Literal.Number */
|
|
|
|
.listingblock .pygments .tok-s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */
|
|
|
|
.listingblock .pygments .tok-na { color: #336699 } /* Name.Attribute */
|
|
|
|
.listingblock .pygments .tok-nb { color: #003388 } /* Name.Builtin */
|
|
|
|
.listingblock .pygments .tok-nc { color: #bb0066; font-weight: bold } /* Name.Class */
|
|
|
|
.listingblock .pygments .tok-no { color: #003366; font-weight: bold } /* Name.Constant */
|
|
|
|
.listingblock .pygments .tok-nd { color: #555555 } /* Name.Decorator */
|
|
|
|
.listingblock .pygments .tok-ne { color: #bb0066; font-weight: bold } /* Name.Exception */
|
|
|
|
.listingblock .pygments .tok-nf { color: #0066bb; font-weight: bold } /* Name.Function */
|
|
|
|
.listingblock .pygments .tok-nl { color: #336699; font-style: italic } /* Name.Label */
|
|
|
|
.listingblock .pygments .tok-nn { color: #bb0066; font-weight: bold } /* Name.Namespace */
|
|
|
|
.listingblock .pygments .tok-py { color: #336699; font-weight: bold } /* Name.Property */
|
|
|
|
.listingblock .pygments .tok-nt { color: #bb0066; font-weight: bold } /* Name.Tag */
|
|
|
|
.listingblock .pygments .tok-nv { color: #336699 } /* Name.Variable */
|
|
|
|
.listingblock .pygments .tok-ow { color: #008800 } /* Operator.Word */
|
|
|
|
.listingblock .pygments .tok-w { color: #bbbbbb } /* Text.Whitespace */
|
|
|
|
.listingblock .pygments .tok-mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */
|
|
|
|
.listingblock .pygments .tok-mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */
|
|
|
|
.listingblock .pygments .tok-mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */
|
|
|
|
.listingblock .pygments .tok-mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */
|
|
|
|
.listingblock .pygments .tok-mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */
|
|
|
|
.listingblock .pygments .tok-sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */
|
|
|
|
.listingblock .pygments .tok-sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */
|
|
|
|
.listingblock .pygments .tok-sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */
|
|
|
|
.listingblock .pygments .tok-dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */
|
|
|
|
.listingblock .pygments .tok-sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */
|
|
|
|
.listingblock .pygments .tok-s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */
|
|
|
|
.listingblock .pygments .tok-se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */
|
|
|
|
.listingblock .pygments .tok-sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */
|
|
|
|
.listingblock .pygments .tok-si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */
|
|
|
|
.listingblock .pygments .tok-sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */
|
|
|
|
.listingblock .pygments .tok-sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */
|
|
|
|
.listingblock .pygments .tok-s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */
|
|
|
|
.listingblock .pygments .tok-ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */
|
|
|
|
.listingblock .pygments .tok-bp { color: #003388 } /* Name.Builtin.Pseudo */
|
|
|
|
.listingblock .pygments .tok-fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */
|
|
|
|
.listingblock .pygments .tok-vc { color: #336699 } /* Name.Variable.Class */
|
|
|
|
.listingblock .pygments .tok-vg { color: #dd7700 } /* Name.Variable.Global */
|
|
|
|
.listingblock .pygments .tok-vi { color: #3333bb } /* Name.Variable.Instance */
|
|
|
|
.listingblock .pygments .tok-vm { color: #336699 } /* Name.Variable.Magic */
|
|
|
|
.listingblock .pygments .tok-il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
|