|
| 1 | + |
| 2 | +/* |
| 3 | +.highlight { |
| 4 | + background-color: #efefef; |
| 5 | + background-color: rgb(39, 69, 92); |
| 6 | + padding: 7px 7px 7px 10px; |
| 7 | + border: 1px solid #ddd; |
| 8 | + -moz-box-shadow: 3px 3px rgba(0,0,0,0.1); |
| 9 | + -webkit-box-shadow: 3px 3px rgba(0,0,0,0.1); |
| 10 | + box-shadow: 3px 3px rgba(0,0,0,0.1); |
| 11 | + margin: 20px 0 20px 0; |
| 12 | + overflow: scroll; |
| 13 | +} |
| 14 | +*/ |
| 15 | + |
| 16 | +code { |
| 17 | + font-family:'Bitstream Vera Sans Mono','Courier', monospace; |
| 18 | +} |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | +.highlight .hll { background-color: #49483e } |
| 23 | +.highlight { background-color: rgb(39, 69, 92); color: #f8f8f2 } |
| 24 | +.highlight .c { color: #75715e } /* Comment */ |
| 25 | +.highlight .err { color: #960050; background-color: #1e0010 } /* Error */ |
| 26 | +.highlight .k { color: #66d9ef } /* Keyword */ |
| 27 | +.highlight .l { color: #ae81ff } /* Literal */ |
| 28 | +.highlight .n { color: #f8f8f2 } /* Name */ |
| 29 | +.highlight .o { color: #f92672 } /* Operator */ |
| 30 | +.highlight .p { color: #f8f8f2 } /* Punctuation */ |
| 31 | +.highlight .ch { color: #75715e } /* Comment.Hashbang */ |
| 32 | +.highlight .cm { color: #75715e } /* Comment.Multiline */ |
| 33 | +.highlight .cp { color: #75715e } /* Comment.Preproc */ |
| 34 | +.highlight .cpf { color: #75715e } /* Comment.PreprocFile */ |
| 35 | +.highlight .c1 { color: #75715e } /* Comment.Single */ |
| 36 | +.highlight .cs { color: #75715e } /* Comment.Special */ |
| 37 | +.highlight .gd { color: #f92672 } /* Generic.Deleted */ |
| 38 | +.highlight .ge { font-style: italic } /* Generic.Emph */ |
| 39 | +.highlight .gi { color: #a6e22e } /* Generic.Inserted */ |
| 40 | +.highlight .gs { font-weight: bold } /* Generic.Strong */ |
| 41 | +.highlight .gu { color: #75715e } /* Generic.Subheading */ |
| 42 | +.highlight .kc { color: #66d9ef } /* Keyword.Constant */ |
| 43 | +.highlight .kd { color: #66d9ef } /* Keyword.Declaration */ |
| 44 | +.highlight .kn { color: #f92672 } /* Keyword.Namespace */ |
| 45 | +.highlight .kp { color: #66d9ef } /* Keyword.Pseudo */ |
| 46 | +.highlight .kr { color: #66d9ef } /* Keyword.Reserved */ |
| 47 | +.highlight .kt { color: #66d9ef } /* Keyword.Type */ |
| 48 | +.highlight .ld { color: #e6db74 } /* Literal.Date */ |
| 49 | +.highlight .m { color: #ae81ff } /* Literal.Number */ |
| 50 | +.highlight .s { color: #e6db74 } /* Literal.String */ |
| 51 | +.highlight .na { color: #a6e22e } /* Name.Attribute */ |
| 52 | +.highlight .nb { color: #f8f8f2 } /* Name.Builtin */ |
| 53 | +.highlight .nc { color: #a6e22e } /* Name.Class */ |
| 54 | +.highlight .no { color: #66d9ef } /* Name.Constant */ |
| 55 | +.highlight .nd { color: #a6e22e } /* Name.Decorator */ |
| 56 | +.highlight .ni { color: #f8f8f2 } /* Name.Entity */ |
| 57 | +.highlight .ne { color: #a6e22e } /* Name.Exception */ |
| 58 | +.highlight .nf { color: #a6e22e } /* Name.Function */ |
| 59 | +.highlight .nl { color: #f8f8f2 } /* Name.Label */ |
| 60 | +.highlight .nn { color: #f8f8f2 } /* Name.Namespace */ |
| 61 | +.highlight .nx { color: #a6e22e } /* Name.Other */ |
| 62 | +.highlight .py { color: #f8f8f2 } /* Name.Property */ |
| 63 | +.highlight .nt { color: #f92672 } /* Name.Tag */ |
| 64 | +.highlight .nv { color: #f8f8f2 } /* Name.Variable */ |
| 65 | +.highlight .ow { color: #f92672 } /* Operator.Word */ |
| 66 | +.highlight .w { color: #f8f8f2 } /* Text.Whitespace */ |
| 67 | +.highlight .mb { color: #ae81ff } /* Literal.Number.Bin */ |
| 68 | +.highlight .mf { color: #ae81ff } /* Literal.Number.Float */ |
| 69 | +.highlight .mh { color: #ae81ff } /* Literal.Number.Hex */ |
| 70 | +.highlight .mi { color: #ae81ff } /* Literal.Number.Integer */ |
| 71 | +.highlight .mo { color: #ae81ff } /* Literal.Number.Oct */ |
| 72 | +.highlight .sa { color: #e6db74 } /* Literal.String.Affix */ |
| 73 | +.highlight .sb { color: #e6db74 } /* Literal.String.Backtick */ |
| 74 | +.highlight .sc { color: #e6db74 } /* Literal.String.Char */ |
| 75 | +.highlight .dl { color: #e6db74 } /* Literal.String.Delimiter */ |
| 76 | +.highlight .sd { color: #e6db74 } /* Literal.String.Doc */ |
| 77 | +.highlight .s2 { color: #e6db74 } /* Literal.String.Double */ |
| 78 | +.highlight .se { color: #ae81ff } /* Literal.String.Escape */ |
| 79 | +.highlight .sh { color: #e6db74 } /* Literal.String.Heredoc */ |
| 80 | +.highlight .si { color: #e6db74 } /* Literal.String.Interpol */ |
| 81 | +.highlight .sx { color: #e6db74 } /* Literal.String.Other */ |
| 82 | +.highlight .sr { color: #e6db74 } /* Literal.String.Regex */ |
| 83 | +.highlight .s1 { color: #e6db74 } /* Literal.String.Single */ |
| 84 | +.highlight .ss { color: #e6db74 } /* Literal.String.Symbol */ |
| 85 | +.highlight .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */ |
| 86 | +.highlight .fm { color: #a6e22e } /* Name.Function.Magic */ |
| 87 | +.highlight .vc { color: #f8f8f2 } /* Name.Variable.Class */ |
| 88 | +.highlight .vg { color: #f8f8f2 } /* Name.Variable.Global */ |
| 89 | +.highlight .vi { color: #f8f8f2 } /* Name.Variable.Instance */ |
| 90 | +.highlight .vm { color: #f8f8f2 } /* Name.Variable.Magic */ |
| 91 | +.highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */ |
0 commit comments