Contains the Concourse pipeline definition for building a line-server container
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

102 lines
1.7 KiB

  1. /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
  2. /* Tomorrow Comment */
  3. .hljs-comment,
  4. .hljs-title {
  5. color: #8e908c;
  6. }
  7. /* Tomorrow Red */
  8. .hljs-variable,
  9. .hljs-attribute,
  10. .hljs-tag,
  11. .hljs-regexp,
  12. .ruby .hljs-constant,
  13. .xml .hljs-tag .hljs-title,
  14. .xml .hljs-pi,
  15. .xml .hljs-doctype,
  16. .html .hljs-doctype,
  17. .css .hljs-id,
  18. .css .hljs-class,
  19. .css .hljs-pseudo {
  20. color: #c82829;
  21. }
  22. /* Tomorrow Orange */
  23. .hljs-number,
  24. .hljs-preprocessor,
  25. .hljs-pragma,
  26. .hljs-built_in,
  27. .hljs-literal,
  28. .hljs-params,
  29. .hljs-constant {
  30. color: #f5871f;
  31. }
  32. /* Tomorrow Yellow */
  33. .ruby .hljs-class .hljs-title,
  34. .css .hljs-rules .hljs-attribute {
  35. color: #eab700;
  36. }
  37. /* Tomorrow Green */
  38. .hljs-string,
  39. .hljs-value,
  40. .hljs-inheritance,
  41. .hljs-header,
  42. .ruby .hljs-symbol,
  43. .xml .hljs-cdata {
  44. color: #718c00;
  45. }
  46. /* Tomorrow Aqua */
  47. .css .hljs-hexcolor {
  48. color: #3e999f;
  49. }
  50. /* Tomorrow Blue */
  51. .hljs-function,
  52. .python .hljs-decorator,
  53. .python .hljs-title,
  54. .ruby .hljs-function .hljs-title,
  55. .ruby .hljs-title .hljs-keyword,
  56. .perl .hljs-sub,
  57. .javascript .hljs-title,
  58. .coffeescript .hljs-title {
  59. color: #4271ae;
  60. }
  61. /* Tomorrow Purple */
  62. .hljs-keyword,
  63. .javascript .hljs-function {
  64. color: #8959a8;
  65. }
  66. .hljs {
  67. display: block;
  68. background: white;
  69. color: #4d4d4c;
  70. padding: 0.5em;
  71. }
  72. .hljs-line-numbers {
  73. text-align: right;
  74. border-right: 1px solid #ccc;
  75. margin-right: 5px;
  76. color: #999;
  77. -webkit-touch-callout: none;
  78. -webkit-user-select: none;
  79. -khtml-user-select: none;
  80. -moz-user-select: none;
  81. -ms-user-select: none;
  82. user-select: none;
  83. }
  84. .coffeescript .javascript,
  85. .javascript .xml,
  86. .tex .hljs-formula,
  87. .xml .javascript,
  88. .xml .vbscript,
  89. .xml .css,
  90. .xml .hljs-cdata {
  91. opacity: 0.5;
  92. }