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.
 
 
 
 

136 lines
2.1 KiB

  1. /*
  2. Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
  3. */
  4. pre code {
  5. display: block; padding: 0.5em;
  6. background: #F0F0F0;
  7. }
  8. pre code,
  9. pre .subst,
  10. pre .tag .title,
  11. pre .lisp .title,
  12. pre .clojure .built_in,
  13. pre .nginx .title {
  14. color: black;
  15. }
  16. pre .string,
  17. pre .title,
  18. pre .constant,
  19. pre .parent,
  20. pre .tag .value,
  21. pre .rules .value,
  22. pre .rules .value .number,
  23. pre .preprocessor,
  24. pre .ruby .symbol,
  25. pre .ruby .symbol .string,
  26. pre .aggregate,
  27. pre .template_tag,
  28. pre .django .variable,
  29. pre .smalltalk .class,
  30. pre .addition,
  31. pre .flow,
  32. pre .stream,
  33. pre .bash .variable,
  34. pre .apache .tag,
  35. pre .apache .cbracket,
  36. pre .tex .command,
  37. pre .tex .special,
  38. pre .erlang_repl .function_or_atom,
  39. pre .markdown .header {
  40. color: #800;
  41. }
  42. pre .comment,
  43. pre .annotation,
  44. pre .template_comment,
  45. pre .diff .header,
  46. pre .chunk,
  47. pre .markdown .blockquote {
  48. color: #888;
  49. }
  50. pre .number,
  51. pre .date,
  52. pre .regexp,
  53. pre .literal,
  54. pre .smalltalk .symbol,
  55. pre .smalltalk .char,
  56. pre .go .constant,
  57. pre .change,
  58. pre .markdown .bullet,
  59. pre .markdown .link_url {
  60. color: #080;
  61. }
  62. pre .label,
  63. pre .javadoc,
  64. pre .ruby .string,
  65. pre .decorator,
  66. pre .filter .argument,
  67. pre .localvars,
  68. pre .array,
  69. pre .attr_selector,
  70. pre .important,
  71. pre .pseudo,
  72. pre .pi,
  73. pre .doctype,
  74. pre .deletion,
  75. pre .envvar,
  76. pre .shebang,
  77. pre .apache .sqbracket,
  78. pre .nginx .built_in,
  79. pre .tex .formula,
  80. pre .erlang_repl .reserved,
  81. pre .prompt,
  82. pre .markdown .link_label,
  83. pre .vhdl .attribute,
  84. pre .clojure .attribute,
  85. pre .coffeescript .property {
  86. color: #88F
  87. }
  88. pre .keyword,
  89. pre .id,
  90. pre .phpdoc,
  91. pre .title,
  92. pre .built_in,
  93. pre .aggregate,
  94. pre .css .tag,
  95. pre .javadoctag,
  96. pre .phpdoc,
  97. pre .yardoctag,
  98. pre .smalltalk .class,
  99. pre .winutils,
  100. pre .bash .variable,
  101. pre .apache .tag,
  102. pre .go .typename,
  103. pre .tex .command,
  104. pre .markdown .strong,
  105. pre .request,
  106. pre .status {
  107. font-weight: bold;
  108. }
  109. pre .markdown .emphasis {
  110. font-style: italic;
  111. }
  112. pre .nginx .built_in {
  113. font-weight: normal;
  114. }
  115. pre .coffeescript .javascript,
  116. pre .javascript .xml,
  117. pre .tex .formula,
  118. pre .xml .javascript,
  119. pre .xml .vbscript,
  120. pre .xml .css,
  121. pre .xml .cdata {
  122. opacity: 0.5;
  123. }