highlight.css 2.2 KB

12345678910111213141516171819202122232425262728
  1. .highlight-inline { color: #000066; font-size: 9pt; font-family: Consolas, "Courier New", Courier, monospace; }
  2. .highlight-pre { clear: both; width: 99.5%; background-color: #EFEFF7; padding: 0.4em; font-size: 9pt; font-family: Consolas, "Courier New", Courier, monospace; margin-top: 0px; margin-bottom: 1em; }
  3. .highlight-comment { color: #006633; }
  4. .highlight-literal { color: #CC0000; }
  5. .highlight-number { color: #009966; }
  6. .highlight-keyword { color: #0000FF; }
  7. .highlight-preprocessor { color: #996666; }
  8. .highlight-xml-tag { color: #AA4400 }
  9. .highlight-xml-bracket { color: #0000FF }
  10. .highlight-xml-bracket-inline { background: #FFFF66 }
  11. .highlight-xml-comment { color: #006633 }
  12. .highlight-xml-cdata { color: #AA0088 }
  13. .highlight-xml-attribute-name { color: #0000FF }
  14. .highlight-xml-attribute-equal { color: #000000 }
  15. .highlight-xml-attribute-value {color: #CC0000 }
  16. .highlight-title { font-weight: bold; margin-top: 1em; margin-bottom: 2px; border-bottom: gray 1px solid; padding-bottom: 3px; }
  17. .highlight-copycode { float: right; padding-right: 10px; font-weight: normal; cursor: pointer; }
  18. .highlight-copycode_h { float: right; padding-right: 10px; font-weight: normal; cursor: pointer; text-decoration: underline}
  19. .highlight-lineno { font-size: 80%; color: black }
  20. .highlight-lnborder { border-right-style: solid; border-right-width: 1px; border-color: gray; padding-right: 4px; margin-right: 4px; width: 4px;}
  21. .highlight-spacer { padding-right: 20px; }
  22. .highlight-spacerShort { padding-right: 5px; }
  23. .highlight-collapsebox { cursor: pointer; color: black; text-align: center; border-style: solid; border-width: 1px; border-color: gray; margin-left: 2px; margin-right: 5px; }
  24. .highlight-collapsed { border-style: solid; border-width: 1px; border-color: gray; margin: 2px; color: gray; }
  25. .highlight-expanded { border-left-style: solid; border-left-width: 1px; border-color: gray; margin-left: 2px; margin-right: 10px; }
  26. .highlight-endblock { border-left-style: solid; border-left-width: 1px; border-bottom-style: solid; border-bottom-width: 1px; border-color: gray; margin-left: 2px; margin-right: 10px; }
  27. .highlight-pshell-cmdlet { color: #5A9EA5; font-weight: bold; }
  28. .highlight-namespace { color: #008284; }