markdown.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. .editormd-html-preview code,
  2. .editormd-preview-container code {
  3. font-size: 13px !important;
  4. font-family: "Inconsolata", "Fira Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace !important;
  5. word-wrap: break-word !important;
  6. }
  7. .markdown-body pre code {
  8. box-shadow: none;
  9. }
  10. .com {
  11. color: #93939e !important;
  12. }
  13. .tag,
  14. .typ {
  15. color: #DA564A !important;
  16. }
  17. .opn {
  18. color: #93A1A1 !important;
  19. }
  20. .clo {
  21. color: #93A1A1 !important;
  22. }
  23. .atn,
  24. .lit {
  25. color: #007ee5 !important;
  26. }
  27. .atv {
  28. color: #fc8bb3 !important;
  29. }
  30. .dec {
  31. color: teal !important;
  32. }
  33. .var {
  34. color: teal !important;
  35. }
  36. .fun {
  37. color: #DC322F !important;
  38. }
  39. pre.prettyprint {
  40. padding: 10px;
  41. border: 1px solid #E1E1E8 !important;
  42. -moz-tab-size: 4 !important;
  43. -o-tab-size: 4 !important;
  44. tab-size: 4 !important;
  45. }
  46. pre.prettyprint.linenums {
  47. box-shadow: 40px 0 0 rgba(238, 238, 238, 0.35) inset, 41px 0 0 rgba(238, 238, 238, 0.35) inset !important;
  48. }
  49. pre.prettyprint.linenums ol.linenums {
  50. color: #1E347B !important;
  51. padding-left: 30px !important;
  52. margin-top: 0 !important;
  53. margin-bottom: 0;
  54. }
  55. pre.prettyprint.linenums ol.linenums li {
  56. color: #BEBEC5 !important;
  57. line-height: 18px !important;
  58. padding-left: 12px !important;
  59. background: #f7f7f9 !important;
  60. }
  61. pre.prettyprint.linenums ol.linenums li.L0,
  62. pre.prettyprint.linenums ol.linenums li.L1,
  63. pre.prettyprint.linenums ol.linenums li.L2,
  64. pre.prettyprint.linenums ol.linenums li.L3,
  65. pre.prettyprint.linenums ol.linenums li.L4,
  66. pre.prettyprint.linenums ol.linenums li.L5,
  67. pre.prettyprint.linenums ol.linenums li.L6,
  68. pre.prettyprint.linenums ol.linenums li.L7,
  69. pre.prettyprint.linenums ol.linenums li.L8,
  70. pre.prettyprint.linenums ol.linenums li.L9 {
  71. list-style-type: decimal !important;
  72. }
  73. pre.prettyprint {
  74. width: 100%;
  75. border: 0 !important;
  76. }
  77. .pln {
  78. color: #444 !important;
  79. }
  80. .kwd {
  81. color: #07a !important;
  82. font-weight: bold;
  83. }
  84. .pun {
  85. color: #999 !important;
  86. }
  87. .str {
  88. color: #2E7D32 !important;
  89. }
  90. pre.prettyprint {
  91. background-color: #f7f7f9 !important;
  92. border: 0 solid #333;
  93. }
  94. .editormd-html-preview,
  95. .editormd-preview-container {
  96. padding: 0;
  97. }