Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

90 wiersze
1.1KB

  1. /*
  2. Description: Foundation 4 docs style for highlight.js
  3. Author: Dan Allen <dan.j.allen@gmail.com>
  4. Website: http://foundation.zurb.com/docs/
  5. Version: 1.0
  6. Date: 2013-04-02
  7. */
  8. .hljs {
  9. display: block;
  10. overflow-x: auto;
  11. padding: 0.5em;
  12. background: #eee;
  13. color: black;
  14. }
  15. .hljs-link,
  16. .hljs-emphasis,
  17. .hljs-attribute,
  18. .hljs-addition {
  19. color: #070;
  20. }
  21. .hljs-emphasis {
  22. font-style: italic;
  23. }
  24. .hljs-strong,
  25. .hljs-string,
  26. .hljs-deletion {
  27. color: #d14;
  28. }
  29. .hljs-strong {
  30. font-weight: bold;
  31. }
  32. .hljs-quote,
  33. .hljs-comment {
  34. color: #998;
  35. font-style: italic;
  36. }
  37. .hljs-section,
  38. .hljs-title {
  39. color: #900;
  40. }
  41. .hljs-class .hljs-title,
  42. .hljs-type {
  43. color: #458;
  44. }
  45. .hljs-variable,
  46. .hljs-template-variable {
  47. color: #336699;
  48. }
  49. .hljs-bullet {
  50. color: #997700;
  51. }
  52. .hljs-meta {
  53. color: #3344bb;
  54. }
  55. .hljs-code,
  56. .hljs-number,
  57. .hljs-literal,
  58. .hljs-keyword,
  59. .hljs-selector-tag {
  60. color: #099;
  61. }
  62. .hljs-regexp {
  63. background-color: #fff0ff;
  64. color: #880088;
  65. }
  66. .hljs-symbol {
  67. color: #990073;
  68. }
  69. .hljs-tag,
  70. .hljs-name,
  71. .hljs-selector-id,
  72. .hljs-selector-class {
  73. color: #007700;
  74. }