foundation.styl 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. .highlight
  9. color: black
  10. background: #eee
  11. .code
  12. .link,
  13. .emphasis,
  14. .attribute,
  15. .addition
  16. color: #070
  17. .emphasis
  18. font-style: italic
  19. .strong,
  20. .string,
  21. .deletion
  22. color: #d14
  23. .strong
  24. font-weight: bold
  25. .quote,
  26. .comment
  27. color: #998
  28. font-style: italic
  29. .section,
  30. .title
  31. color: #900
  32. .class .title,
  33. .type
  34. color: #458
  35. .variable,
  36. .template-variable
  37. color: #336699
  38. .bullet
  39. color: #997700
  40. .meta
  41. color: #3344bb
  42. .code,
  43. .number,
  44. .literal,
  45. .keyword,
  46. .selector-tag
  47. color: #099
  48. .regexp
  49. background-color: #fff0ff
  50. color: #880088
  51. .symbol
  52. color: #990073
  53. .tag,
  54. .name,
  55. .selector-id,
  56. .selector-class
  57. color: #007700