| /* |
| |
| github.com style (c) Vasily Polovnyov <vast@whiteants.net> |
| |
| */ |
| |
| .hljs { |
| display: block; |
| overflow-x: auto; |
| padding: 0.5em; |
| color: #333; |
| background: #f8f8f8; |
| -webkit-text-size-adjust: none; |
| } |
| |
| .hljs-comment, |
| .diff .hljs-header { |
| color: #998; |
| font-style: italic; |
| } |
| |
| .hljs-keyword, |
| .css .rule .hljs-keyword, |
| .hljs-winutils, |
| .nginx .hljs-title, |
| .hljs-subst, |
| .hljs-request, |
| .hljs-status { |
| color: #333; |
| font-weight: bold; |
| } |
| |
| .hljs-number, |
| .hljs-hexcolor, |
| .ruby .hljs-constant { |
| color: #008080; |
| } |
| |
| .hljs-string, |
| .hljs-tag .hljs-value, |
| .hljs-doctag, |
| .tex .hljs-formula { |
| color: #d14; |
| } |
| |
| .hljs-title, |
| .hljs-id, |
| .scss .hljs-preprocessor { |
| color: #900; |
| font-weight: bold; |
| } |
| |
| .hljs-list .hljs-keyword, |
| .hljs-subst { |
| font-weight: normal; |
| } |
| |
| .hljs-class .hljs-title, |
| .hljs-type, |
| .vhdl .hljs-literal, |
| .tex .hljs-command { |
| color: #458; |
| font-weight: bold; |
| } |
| |
| .hljs-tag, |
| .hljs-tag .hljs-title, |
| .hljs-rule .hljs-property, |
| .django .hljs-tag .hljs-keyword { |
| color: #000080; |
| font-weight: normal; |
| } |
| |
| .hljs-attribute, |
| .hljs-variable, |
| .lisp .hljs-body, |
| .hljs-name { |
| color: #008080; |
| } |
| |
| .hljs-regexp { |
| color: #009926; |
| } |
| |
| .hljs-symbol, |
| .ruby .hljs-symbol .hljs-string, |
| .lisp .hljs-keyword, |
| .clojure .hljs-keyword, |
| .scheme .hljs-keyword, |
| .tex .hljs-special, |
| .hljs-prompt { |
| color: #990073; |
| } |
| |
| .hljs-built_in { |
| color: #0086b3; |
| } |
| |
| .hljs-preprocessor, |
| .hljs-pragma, |
| .hljs-pi, |
| .hljs-doctype, |
| .hljs-shebang, |
| .hljs-cdata { |
| color: #999; |
| font-weight: bold; |
| } |
| |
| .hljs-deletion { |
| background: #fdd; |
| } |
| |
| .hljs-addition { |
| background: #dfd; |
| } |
| |
| .diff .hljs-change { |
| background: #0086b3; |
| } |
| |
| .hljs-chunk { |
| color: #aaa; |
| } |
| |
| |
| // Based on the automn pygments css under "UNLICENSE": https://github.com/richleland/pygments-css/blob/master/UNLICENSE.txt |
| |
| |
| .highlight .hll { } |
| .highlight { } |
| .highlight .c { color: #644; font-style: italic } /* Comment */ |
| .highlight .err { color: #FF0000; background-color: #FFAAAA; } /* Error */ |
| .highlight .k { color: #0000aa } /* Keyword */ |
| .highlight .ch { color: #644; font-style: italic } /* Comment.Hashbang */ |
| .highlight .cm { color: #644; font-style: italic } /* Comment.Multiline */ |
| .highlight .cp { color: #4c8317 } /* Comment.Preproc */ |
| .highlight .cpf { color: #644; font-style: italic } /* Comment.PreprocFile */ |
| .highlight .c1 { color: #644; font-style: italic } /* Comment.Single */ |
| .highlight .cs { color: #0000aa; font-style: italic } /* Comment.Special */ |
| .highlight .gd { color: #aa0000 } /* Generic.Deleted */ |
| .highlight .ge { font-style: italic } /* Generic.Emph */ |
| .highlight .gr { color: #aa0000 } /* Generic.Error */ |
| .highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ |
| .highlight .gi { color: #269 } /* Generic.Inserted */ |
| .highlight .go { color: #888888 } /* Generic.Output */ |
| .highlight .gp { color: #555555 } /* Generic.Prompt */ |
| .highlight .gs { font-weight: bold } /* Generic.Strong */ |
| .highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ |
| .highlight .gt { color: #aa0000 } /* Generic.Traceback */ |
| .highlight .kc { color: #0000aa } /* Keyword.Constant */ |
| .highlight .kd { color: #0000aa } /* Keyword.Declaration */ |
| .highlight .kn { color: #0000aa } /* Keyword.Namespace */ |
| .highlight .kp { color: #0000aa } /* Keyword.Pseudo */ |
| .highlight .kr { color: #0000aa } /* Keyword.Reserved */ |
| .highlight .kt { color: #a0d } /* Keyword.Type */ |
| .highlight .m { color: #00d } /* Literal.Number */ |
| .highlight .s { color: #aa5500 } /* Literal.String */ |
| .highlight .na { color: #1e90ff } /* Name.Attribute */ |
| .highlight .nb { color: #a0d } /* Name.Builtin */ |
| .highlight .nc { color: #269; text-decoration: underline } /* Name.Class */ |
| .highlight .no { color: #aa0000 } /* Name.Constant */ |
| .highlight .nd { color: #888888 } /* Name.Decorator */ |
| .highlight .ni { color: #880000; font-weight: bold } /* Name.Entity */ |
| .highlight .nf { color: #269 } /* Name.Function */ |
| .highlight .nn { color: #a0d; text-decoration: underline } /* Name.Namespace */ |
| .highlight .nt { color: #1e90ff; font-weight: bold } /* Name.Tag */ |
| .highlight .nv { color: #aa0000 } /* Name.Variable */ |
| .highlight .ow { color: #0000aa } /* Operator.Word */ |
| .highlight .w { color: #bbbbbb } /* Text.Whitespace */ |
| .highlight .mb { color: #00d } /* Literal.Number.Bin */ |
| .highlight .mf { color: #00d } /* Literal.Number.Float */ |
| .highlight .mh { color: #00d } /* Literal.Number.Hex */ |
| .highlight .mi { color: #00d } /* Literal.Number.Integer */ |
| .highlight .mo { color: #00d } /* Literal.Number.Oct */ |
| .highlight .sa { color: #aa5500 } /* Literal.String.Affix */ |
| .highlight .sb { color: #aa5500 } /* Literal.String.Backtick */ |
| .highlight .sc { color: #aa5500 } /* Literal.String.Char */ |
| .highlight .dl { color: #aa5500 } /* Literal.String.Delimiter */ |
| .highlight .sd { color: #aa5500 } /* Literal.String.Doc */ |
| .highlight .s2 { color: #aa5500 } /* Literal.String.Double */ |
| .highlight .se { color: #aa5500 } /* Literal.String.Escape */ |
| .highlight .sh { color: #aa5500 } /* Literal.String.Heredoc */ |
| .highlight .si { color: #aa5500 } /* Literal.String.Interpol */ |
| .highlight .sx { color: #aa5500 } /* Literal.String.Other */ |
| .highlight .sr { color: #00d } /* Literal.String.Regex */ |
| .highlight .s1 { color: #aa5500 } /* Literal.String.Single */ |
| .highlight .ss { color: #0000aa } /* Literal.String.Symbol */ |
| .highlight .bp { color: #a0d } /* Name.Builtin.Pseudo */ |
| .highlight .fm { color: #269 } /* Name.Function.Magic */ |
| .highlight .vc { color: #aa0000 } /* Name.Variable.Class */ |
| .highlight .vg { color: #aa0000 } /* Name.Variable.Global */ |
| .highlight .vi { color: #aa0000 } /* Name.Variable.Instance */ |
| .highlight .vm { color: #aa0000 } /* Name.Variable.Magic */ |
| .highlight .il { color: #00d } /* Literal.Number.Integer.Long */ |