highlight.css 845 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. /*
  2. You can use this file as is or as a starting point for you own styling
  3. */
  4. .string,
  5. .function .title,
  6. .class .title,
  7. .tag .attribute .value,
  8. .css .rules .value,
  9. .preprocessor,
  10. .ruby .symbol,
  11. .ruby .instancevar,
  12. .ruby .class .parent,
  13. .built_in,
  14. .sql .aggregate,
  15. .django .template_tag,
  16. .django .variable,
  17. .smalltalk .class {
  18. color: #800;
  19. }
  20. .comment,
  21. .java .annotation,
  22. .template_comment {
  23. color: #888;
  24. }
  25. .number,
  26. .regexp,
  27. .javascript .literal,
  28. .smalltalk .symbol,
  29. .smalltalk .char {
  30. color: #080;
  31. }
  32. .javadoc,
  33. .ruby .string,
  34. .python .decorator,
  35. .django .filter .argument,
  36. .smalltalk .localvars,
  37. .smalltalk .array,
  38. .css .attr_selector,
  39. .xml .pi {
  40. color: #88F;
  41. }
  42. .keyword,
  43. .css .id,
  44. .phpdoc,
  45. .function .title,
  46. .class .title,
  47. .vbscript .built_in,
  48. .sql .aggregate,
  49. .rsl .built_in,
  50. .smalltalk .class,
  51. .xml .tag .title {
  52. font-weight: bold;
  53. }