PageRenderTime 54ms CodeModel.GetById 30ms RepoModel.GetById 0ms app.codeStats 0ms

/static/slides/live_with_es2015/css/highlight/styles/googlecode.css

https://github.com/craveytrain/craveytrain.com
CSS | 144 lines | 120 code | 19 blank | 5 comment | 0 complexity | 0de61b1c0d6f3b50e4046a1cabcc02e5 MD5 | raw file
  1. /*
  2. Google Code style (c) Aahan Krish <geekpanth3r@gmail.com>
  3. */
  4. .hljs {
  5. display: block;
  6. overflow-x: auto;
  7. padding: 0.5em;
  8. background: white;
  9. color: black;
  10. -webkit-text-size-adjust: none;
  11. }
  12. .hljs-comment {
  13. color: #800;
  14. }
  15. .hljs-keyword,
  16. .method,
  17. .hljs-list .hljs-keyword,
  18. .nginx .hljs-title,
  19. .hljs-tag .hljs-title,
  20. .setting .hljs-value,
  21. .hljs-winutils,
  22. .tex .hljs-command,
  23. .http .hljs-title,
  24. .hljs-request,
  25. .hljs-status {
  26. color: #008;
  27. }
  28. .hljs-envvar,
  29. .tex .hljs-special {
  30. color: #660;
  31. }
  32. .hljs-string,
  33. .hljs-tag .hljs-value,
  34. .hljs-cdata,
  35. .hljs-filter .hljs-argument,
  36. .hljs-attr_selector,
  37. .apache .hljs-cbracket,
  38. .hljs-date,
  39. .hljs-regexp,
  40. .coffeescript .hljs-attribute {
  41. color: #080;
  42. }
  43. .hljs-sub .hljs-identifier,
  44. .hljs-pi,
  45. .hljs-tag,
  46. .hljs-tag .hljs-keyword,
  47. .hljs-decorator,
  48. .ini .hljs-title,
  49. .hljs-shebang,
  50. .hljs-prompt,
  51. .hljs-hexcolor,
  52. .hljs-rule .hljs-value,
  53. .hljs-literal,
  54. .hljs-symbol,
  55. .ruby .hljs-symbol .hljs-string,
  56. .hljs-number,
  57. .css .hljs-function,
  58. .clojure .hljs-attribute {
  59. color: #066;
  60. }
  61. .hljs-class .hljs-title,
  62. .smalltalk .hljs-class,
  63. .hljs-doctag,
  64. .hljs-type,
  65. .hljs-typename,
  66. .hljs-tag .hljs-attribute,
  67. .hljs-doctype,
  68. .hljs-class .hljs-id,
  69. .hljs-built_in,
  70. .setting,
  71. .hljs-params,
  72. .hljs-variable,
  73. .hljs-name {
  74. color: #606;
  75. }
  76. .css .hljs-tag,
  77. .hljs-rule .hljs-property,
  78. .hljs-pseudo,
  79. .hljs-subst {
  80. color: #000;
  81. }
  82. .css .hljs-class,
  83. .css .hljs-id {
  84. color: #9b703f;
  85. }
  86. .hljs-value .hljs-important {
  87. color: #f70;
  88. font-weight: bold;
  89. }
  90. .hljs-rule .hljs-keyword {
  91. color: #c5af75;
  92. }
  93. .hljs-annotation,
  94. .apache .hljs-sqbracket,
  95. .nginx .hljs-built_in {
  96. color: #9b859d;
  97. }
  98. .hljs-preprocessor,
  99. .hljs-preprocessor *,
  100. .hljs-pragma {
  101. color: #444;
  102. }
  103. .tex .hljs-formula {
  104. background-color: #eee;
  105. font-style: italic;
  106. }
  107. .diff .hljs-header,
  108. .hljs-chunk {
  109. color: #808080;
  110. font-weight: bold;
  111. }
  112. .diff .hljs-change {
  113. background-color: #bccff9;
  114. }
  115. .hljs-addition {
  116. background-color: #baeeba;
  117. }
  118. .hljs-deletion {
  119. background-color: #ffc8bd;
  120. }
  121. .hljs-comment .hljs-doctag {
  122. font-weight: bold;
  123. }