No Description
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.

learn.css 839B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
  2. .hljs {
  3. display: block;
  4. overflow-x: auto;
  5. color: #4d4d4c;
  6. padding: 0.5em;
  7. }
  8. /* Tomorrow Comment */
  9. .hljs-comment,
  10. .hljs-title {
  11. color: #8e908c;
  12. }
  13. /* Tomorrow Red */
  14. .hljs-variable,
  15. .hljs-attribute,
  16. .hljs-tag,
  17. .hljs-regexp,
  18. .hljs-strong,
  19. .hljs-bullet {
  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. .hljs-emphasis {
  31. color: #f5871f;
  32. }
  33. /* Tomorrow Green */
  34. .hljs-string,
  35. .hljs-value,
  36. .hljs-inheritance,
  37. .hljs-header {
  38. color: #718c00;
  39. }
  40. /* Tomorrow Aqua */
  41. .hljs-symbol,
  42. .hljs-link_label {
  43. color: #3e999f;
  44. }
  45. /* Tomorrow Blue */
  46. .hljs-function {
  47. color: #4271ae;
  48. }
  49. /* Tomorrow Purple */
  50. .hljs-keyword,
  51. .hljs-link_url {
  52. color: #8959a8;
  53. }