doc.css 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. .doc-line {
  2. height: 3px;
  3. }
  4. .doc-gotop {
  5. position: fixed;
  6. bottom: 5px;
  7. right: 5px;
  8. z-index: 9;
  9. }
  10. h1 span[id],
  11. h2 span[id],
  12. h3 span[id],
  13. h4 span[id],
  14. h5 span[id],
  15. h6 span[id] {
  16. cursor: pointer;
  17. }
  18. /*避免对话框样式被工具生成的全局样式污染*/
  19. .ui-dialog table,
  20. .ui-dialog table tr,
  21. .ui-dialog tr td,
  22. .ui-dialog tr:nth-child(2n) {
  23. border: 0 none;
  24. background: transparent;
  25. }
  26. .ui-dialog td.ui-dialog-header {
  27. border-bottom: 1px solid #E5E5E5;
  28. }
  29. code.sh_sourceCode { color: #000000; font-weight: normal; font-style: normal; }
  30. code.sh_sourceCode .sh_keyword { color: #009; font-weight: bold; font-style: normal; }
  31. code.sh_sourceCode .sh_type { color: #0000ff; font-weight: normal; font-style: normal; }
  32. code.sh_sourceCode .sh_string { color: #00F; font-weight: normal; font-style: normal; }
  33. code.sh_sourceCode .sh_regexp { color: #060; font-weight: normal; font-style: normal; }
  34. code.sh_sourceCode .sh_specialchar { color: #C42DA8; font-weight: normal; font-style: normal; }
  35. code.sh_sourceCode .sh_comment { color: #999; font-weight: normal; font-style: italic; }
  36. code.sh_sourceCode .sh_number { color: #F00; font-weight: normal; font-style: normal; }
  37. code.sh_sourceCode .sh_codeproc { color: #00b800; font-weight: normal; font-style: normal; }
  38. code.sh_sourceCode .sh_symbol { color: #009; font-weight: bold; font-style: normal; }
  39. code.sh_sourceCode .sh_function { color: #000; font-weight: normal; font-style: normal; }
  40. code.sh_sourceCode .sh_cbracket { color: #009; font-weight: bold; font-style: normal; }
  41. code.sh_sourceCode .sh_url { color: #ff0000; font-weight: normal; font-style: normal; }
  42. code.sh_sourceCode .sh_date { color: #0000ff; font-weight: bold; font-style: normal; }
  43. code.sh_sourceCode .sh_time { color: #0000ff; font-weight: bold; font-style: normal; }
  44. code.sh_sourceCode .sh_file { color: #0000ff; font-weight: bold; font-style: normal; }
  45. code.sh_sourceCode .sh_ip { color: #ff0000; font-weight: normal; font-style: normal; }
  46. code.sh_sourceCode .sh_name { color: #ff0000; font-weight: normal; font-style: normal; }
  47. code.sh_sourceCode .sh_variable { color: #ec7f15; font-weight: normal; font-style: normal; }
  48. code.sh_sourceCode .sh_oldfile { color: #C42DA8; font-weight: normal; font-style: normal; }
  49. code.sh_sourceCode .sh_newfile { color: #ff0000; font-weight: normal; font-style: normal; }
  50. code.sh_sourceCode .sh_difflines { color: #0000ff; font-weight: bold; font-style: normal; }
  51. code.sh_sourceCode .sh_selector { color: #ec7f15; font-weight: normal; font-style: normal; }
  52. code.sh_sourceCode .sh_property { color: #0000ff; font-weight: bold; font-style: normal; }
  53. code.sh_sourceCode .sh_value { color: #ff0000; font-weight: normal; font-style: normal; }
  54. code.sh_sourceCode .sh_codedef_var { color: #909; font-weight: normal; font-style: normal; }
  55. code.sh_sourceCode .sh_codedef_func { color: #099; font-weight: normal; font-style: normal; }