| // Licensed to the Apache Software Foundation (ASF) under one or more |
| // contributor license agreements. See the NOTICE file distributed with |
| // this work for additional information regarding copyright ownership. |
| // The ASF licenses this file to You under the Apache License, Version 2.0 |
| // (the "License"); you may not use this file except in compliance with |
| // the License. You may obtain a copy of the License at |
| // |
| // http://www.apache.org/licenses/LICENSE-2.0 |
| // |
| // Unless required by applicable law or agreed to in writing, software |
| // distributed under the License is distributed on an "AS IS" BASIS, |
| // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| // See the License for the specific language governing permissions and |
| // limitations under the License. |
| pre.pygments .hll { background-color: #ffffcc } |
| pre.pygments, pre.pygments code { background: #ffffff; } |
| pre.pygments .tok-c { color: #008000 } /* Comment */ |
| pre.pygments .tok-err { border: 1px solid #FF0000 } /* Error */ |
| pre.pygments .tok-k { color: #0000ff } /* Keyword */ |
| pre.pygments .tok-ch { color: #008000 } /* Comment.Hashbang */ |
| pre.pygments .tok-cm { color: #008000 } /* Comment.Multiline */ |
| pre.pygments .tok-cp { color: #0000ff } /* Comment.Preproc */ |
| pre.pygments .tok-cpf { color: #008000 } /* Comment.PreprocFile */ |
| pre.pygments .tok-c1 { color: #008000 } /* Comment.Single */ |
| pre.pygments .tok-cs { color: #008000 } /* Comment.Special */ |
| pre.pygments .tok-ge { font-style: italic } /* Generic.Emph */ |
| pre.pygments .tok-gh { font-weight: bold } /* Generic.Heading */ |
| pre.pygments .tok-gp { font-weight: bold } /* Generic.Prompt */ |
| pre.pygments .tok-gs { font-weight: bold } /* Generic.Strong */ |
| pre.pygments .tok-gu { font-weight: bold } /* Generic.Subheading */ |
| pre.pygments .tok-kc { color: #0000ff } /* Keyword.Constant */ |
| pre.pygments .tok-kd { color: #0000ff } /* Keyword.Declaration */ |
| pre.pygments .tok-kn { color: #0000ff } /* Keyword.Namespace */ |
| pre.pygments .tok-kp { color: #0000ff } /* Keyword.Pseudo */ |
| pre.pygments .tok-kr { color: #0000ff } /* Keyword.Reserved */ |
| pre.pygments .tok-kt { color: #2b91af } /* Keyword.Type */ |
| pre.pygments .tok-s { color: #a31515 } /* Literal.String */ |
| pre.pygments .tok-nc { color: #2b91af } /* Name.Class */ |
| pre.pygments .tok-ow { color: #0000ff } /* Operator.Word */ |
| pre.pygments .tok-sa { color: #a31515 } /* Literal.String.Affix */ |
| pre.pygments .tok-sb { color: #a31515 } /* Literal.String.Backtick */ |
| pre.pygments .tok-sc { color: #a31515 } /* Literal.String.Char */ |
| pre.pygments .tok-dl { color: #a31515 } /* Literal.String.Delimiter */ |
| pre.pygments .tok-sd { color: #a31515 } /* Literal.String.Doc */ |
| pre.pygments .tok-s2 { color: #a31515 } /* Literal.String.Double */ |
| pre.pygments .tok-se { color: #a31515 } /* Literal.String.Escape */ |
| pre.pygments .tok-sh { color: #a31515 } /* Literal.String.Heredoc */ |
| pre.pygments .tok-si { color: #a31515 } /* Literal.String.Interpol */ |
| pre.pygments .tok-sx { color: #a31515 } /* Literal.String.Other */ |
| pre.pygments .tok-sr { color: #a31515 } /* Literal.String.Regex */ |
| pre.pygments .tok-s1 { color: #a31515 } /* Literal.String.Single */ |
| pre.pygments .tok-ss { color: #a31515 } /* Literal.String.Symbol */ |