/* Table of Contents ================================================== #Code #Pre #Pygments */ /* #Code ================================================== */ code { background: rgba(236,238,241,1); border-radius: 2px; color: rgba(43,50,53,1); font-family: Monaco, Menlo, Consolas, "Courier New", monospace; font-size: 12px; font-weight: normal; line-height: 20px; margin: 0; padding: 3px 5px 4px 5px; word-break: break-all; word-wrap: break-word; white-space: pre; } /* #Pre ================================================== */ pre { background: rgba(236,238,241,1); border-radius: 3px; color: rgba(43,50,53,1); display: block; font-family: Monaco, Menlo, Consolas, "Courier New", monospace; font-size: 12px; font-weight: normal; line-height: 20px; margin: 0; padding: 20px; word-break: break-all; word-wrap: break-word; white-space: pre; } .pre-scrollable { max-height: 300px; overflow: scroll; } /* #Pygments ================================================== */ .c { color: rgba(158,171,179,1); font-style: italic; } /* Comment */ .err { color: rgba(255,50,50,1); background: rgba(71,74,84,1); } /* Error */ .k { color: rgba(58,144,216,1); } /* Keyword */ .cm { color: rgba(158,171,179,1); font-style: italic; } /* Comment.Multiline */ .cp { color: rgba(122,179,23,1); } /* Comment.Preproc */ .c1 { color: rgba(158,171,179,1); font-style: italic; } /* Comment.Single */ .cs { color: rgba(58,144,216,1); font-style: italic; } /* Comment.Special */ .gd { color: rgba(255,50,50,1); } /* Generic.Deleted */ .ge { font-style: italic; } /* Generic.Emph */ .gr { color: rgba(255,50,50,1) } /* Generic.Error */ .gh { color: rgba(58,144,216,1); font-weight: bold; } /* Generic.Heading */ .gi { color: rgba(122,179,23,1); } /* Generic.Inserted */ .go { color: rgba(158,171,179,1); } /* Generic.Output */ .gp { color: rgba(71,74,84,1); } /* Generic.Prompt */ .gs { font-weight: bold; } /* Generic.Strong */ .gu { color: rgba(71,74,84,1); font-weight: bold; } /* Generic.Subheading */ .gt { color: rgba(255,50,50,1); } /* Generic.Traceback */ .kc { color: rgba(58,144,216,1); } /* Keyword.Constant */ .kd { color: rgba(58,144,216,1); } /* Keyword.Declaration */ .kn { color: rgba(58,144,216,1); } /* Keyword.Namespace */ .kp { color: rgba(58,144,216,1); } /* Keyword.Pseudo */ .kr { color: rgba(58,144,216,1); } /* Keyword.Reserved */ .kt { color: rgba(122,179,23,1); } /* Keyword.Type */ .m { color: rgba(122,179,23,1); } /* Literal.Number */ .s { color: rgba(58,144,216,1); } /* Literal.String */ .sa { color: rgba(122,179,23,1); } /* Literal.String.Alternate */ .na { color: rgba(58,144,216,1); } /* Name.Attribute */ .nb { color: rgba(122,179,23,1); } /* Name.Builtin */ .nc { color: rgba(122,179,23,1); text-decoration: underline; } /* Name.Class */ .no { color: rgba(255,50,50,1); } /* Name.Constant */ .nd { color: rgba(158,171,179,1); } /* Name.Decorator */ .ni { color: rgba(255,50,50,1); font-weight: bold; } /* Name.Entity */ .nf { color: rgba(122,179,23,1); } /* Name.Function */ .nn { color: rgba(122,179,23,1); text-decoration: underline; } /* Name.Namespace */ .nt { color: rgba(58,144,216,1); font-weight: bold; } /* Name.Tag */ .nv { color: rgba(255,50,50,1); } /* Name.Variable */ .ow { color: rgba(58,144,216,1); } /* Operator.Word */ .w { color: rgba(158,171,179,1); } /* Text.Whitespace */ .mf { color: rgba(122,179,23,1); } /* Literal.Number.Float */ .mh { color: rgba(122,179,23,1); } /* Literal.Number.Hex */ .mi { color: rgba(122,179,23,1); } /* Literal.Number.Integer */ .mo { color: rgba(122,179,23,1); } /* Literal.Number.Oct */ .sb { color: rgba(58,144,216,1); } /* Literal.String.Backtick */ .sc { color: rgba(58,144,216,1); } /* Literal.String.Char */ .sd { color: rgba(58,144,216,1); } /* Literal.String.Doc */ .s2 { color: rgba(58,144,216,1); } /* Literal.String.Double */ .se { color: rgba(58,144,216,1); } /* Literal.String.Escape */ .sh { color: rgba(58,144,216,1); } /* Literal.String.Heredoc */ .si { color: rgba(58,144,216,1); } /* Literal.String.Interpol */ .sx { color: rgba(58,144,216,1); } /* Literal.String.Other */ .sr { color: rgba(122,179,23,1); } /* Literal.String.Regex */ .s1 { color: rgba(58,144,216,1); } /* Literal.String.Single */ .ss { color: rgba(58,144,216,1); } /* Literal.String.Symbol */ .bp { color: rgba(122,179,23,1); } /* Name.Builtin.Pseudo */ .vc { color: rgba(255,50,50,1); } /* Name.Variable.Class */ .vg { color: rgba(255,50,50,1); } /* Name.Variable.Global */ .vi { color: rgba(255,50,50,1); } /* Name.Variable.Instance */ .il { color: rgba(122,179,23,1); } /* Literal.Number.Integer.Long */