syntax.css 4.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. /*
  2. * Licensed to the Apache Software Foundation (ASF) under one or more
  3. * contributor license agreements. See the NOTICE file distributed with
  4. * this work for additional information regarding copyright ownership.
  5. * The ASF licenses this file to You under the Apache License, Version 2.0
  6. * (the "License"); you may not use this file except in compliance with
  7. * the License. You may obtain a copy of the License at
  8. *
  9. * http://www.apache.org/licenses/LICENSE-2.0
  10. *
  11. * Unless required by applicable law or agreed to in writing, software
  12. * distributed under the License is distributed on an "AS IS" BASIS,
  13. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. * See the License for the specific language governing permissions and
  15. * limitations under the License.
  16. */
  17. .highlight { background: #ffffff; }
  18. .highlight .c { color: #999988; font-style: italic } /* Comment */
  19. .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
  20. .highlight .k { font-weight: bold } /* Keyword */
  21. .highlight .o { font-weight: bold } /* Operator */
  22. .highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
  23. .highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
  24. .highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
  25. .highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
  26. .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
  27. .highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */
  28. .highlight .ge { font-style: italic } /* Generic.Emph */
  29. .highlight .gr { color: #aa0000 } /* Generic.Error */
  30. .highlight .gh { color: #999999 } /* Generic.Heading */
  31. .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
  32. .highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */
  33. .highlight .go { color: #888888 } /* Generic.Output */
  34. .highlight .gp { color: #555555 } /* Generic.Prompt */
  35. .highlight .gs { font-weight: bold } /* Generic.Strong */
  36. .highlight .gu { color: #aaaaaa } /* Generic.Subheading */
  37. .highlight .gt { color: #aa0000 } /* Generic.Traceback */
  38. .highlight .kc { font-weight: bold } /* Keyword.Constant */
  39. .highlight .kd { font-weight: bold } /* Keyword.Declaration */
  40. .highlight .kp { font-weight: bold } /* Keyword.Pseudo */
  41. .highlight .kr { font-weight: bold } /* Keyword.Reserved */
  42. .highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
  43. .highlight .m { color: #009999 } /* Literal.Number */
  44. .highlight .s { color: #d14 } /* Literal.String */
  45. .highlight .na { color: #008080 } /* Name.Attribute */
  46. .highlight .nb { color: #0086B3 } /* Name.Builtin */
  47. .highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
  48. .highlight .no { color: #008080 } /* Name.Constant */
  49. .highlight .ni { color: #800080 } /* Name.Entity */
  50. .highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
  51. .highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
  52. .highlight .nn { color: #555555 } /* Name.Namespace */
  53. .highlight .nt { color: #000080 } /* Name.Tag */
  54. .highlight .nv { color: #008080 } /* Name.Variable */
  55. .highlight .ow { font-weight: bold } /* Operator.Word */
  56. .highlight .w { color: #bbbbbb } /* Text.Whitespace */
  57. .highlight .mf { color: #009999 } /* Literal.Number.Float */
  58. .highlight .mh { color: #009999 } /* Literal.Number.Hex */
  59. .highlight .mi { color: #009999 } /* Literal.Number.Integer */
  60. .highlight .mo { color: #009999 } /* Literal.Number.Oct */
  61. .highlight .sb { color: #d14 } /* Literal.String.Backtick */
  62. .highlight .sc { color: #d14 } /* Literal.String.Char */
  63. .highlight .sd { color: #d14 } /* Literal.String.Doc */
  64. .highlight .s2 { color: #d14 } /* Literal.String.Double */
  65. .highlight .se { color: #d14 } /* Literal.String.Escape */
  66. .highlight .sh { color: #d14 } /* Literal.String.Heredoc */
  67. .highlight .si { color: #d14 } /* Literal.String.Interpol */
  68. .highlight .sx { color: #d14 } /* Literal.String.Other */
  69. .highlight .sr { color: #009926 } /* Literal.String.Regex */
  70. .highlight .s1 { color: #d14 } /* Literal.String.Single */
  71. .highlight .ss { color: #990073 } /* Literal.String.Symbol */
  72. .highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
  73. .highlight .vc { color: #008080 } /* Name.Variable.Class */
  74. .highlight .vg { color: #008080 } /* Name.Variable.Global */
  75. .highlight .vi { color: #008080 } /* Name.Variable.Instance */
  76. .highlight .il { color: #009999 } /* Literal.Number.Integer.Long */