epydoc.css 4.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. /* Body color */
  2. body { background: #ffffff; color: #000000; }
  3. /* Tables */
  4. table.summary, table.details, table.index
  5. { background: #e8f0f8; color: #000000; }
  6. tr.summary, tr.details, tr.index
  7. { background: #70b0f0; color: #000000;
  8. text-align: left; font-size: 120%; }
  9. tr.group { background: #c0e0f8; color: #000000;
  10. text-align: left; font-size: 120%;
  11. font-style: italic; }
  12. /* Documentation page titles */
  13. h2.module { margin-top: 0.2em; }
  14. h2.class { margin-top: 0.2em; }
  15. /* Headings */
  16. h1.heading { font-size: +140%; font-style: italic;
  17. font-weight: bold; }
  18. h2.heading { font-size: +125%; font-style: italic;
  19. font-weight: bold; }
  20. h3.heading { font-size: +110%; font-style: italic;
  21. font-weight: normal; }
  22. /* Base tree */
  23. pre.base-tree { font-size: 80%; margin: 0; }
  24. /* Details Sections */
  25. table.func-details { background: #e8f0f8; color: #000000;
  26. border: 2px groove #c0d0d0;
  27. padding: 0 1em 0 1em; margin: 0.4em 0 0 0; }
  28. h3.func-detail { background: transparent; color: #000000;
  29. margin: 0 0 1em 0; }
  30. table.var-details { background: #e8f0f8; color: #000000;
  31. border: 2px groove #c0d0d0;
  32. padding: 0 1em 0 1em; margin: 0.4em 0 0 0; }
  33. h3.var-details { background: transparent; color: #000000;
  34. margin: 0 0 1em 0; }
  35. /* Function signatures */
  36. .sig { background: transparent; color: #000000;
  37. font-weight: bold; }
  38. .sig-name { background: transparent; color: #006080; }
  39. .sig-arg, .sig-kwarg, .sig-vararg
  40. { background: transparent; color: #008060; }
  41. .sig-default { background: transparent; color: #602000; }
  42. .summary-sig { background: transparent; color: #000000; }
  43. .summary-sig-name { background: transparent; color: #204080; }
  44. .summary-sig-arg, .summary-sig-kwarg, .summary-sig-vararg
  45. { background: transparent; color: #008060; }
  46. /* Doctest blocks */
  47. .py-src { background: transparent; color: #000000; }
  48. .py-prompt { background: transparent; color: #005050;
  49. font-weight: bold;}
  50. .py-string { background: transparent; color: #006030; }
  51. .py-comment { background: transparent; color: #003060; }
  52. .py-keyword { background: transparent; color: #600000; }
  53. .py-output { background: transparent; color: #404040; }
  54. pre.doctestblock { background: #f4faff; color: #000000;
  55. padding: .5em; margin: 1em;
  56. border: 1px solid #708890; }
  57. table pre.doctestblock
  58. { background: #dce4ec; color: #000000;
  59. padding: .5em; margin: 1em;
  60. border: 1px solid #708890; }
  61. /* Variable values */
  62. pre.variable { background: #dce4ec; color: #000000;
  63. padding: .5em; margin: 0;
  64. border: 1px solid #708890; }
  65. .variable-linewrap { background: transparent; color: #604000; }
  66. .variable-ellipsis { background: transparent; color: #604000; }
  67. .variable-quote { background: transparent; color: #604000; }
  68. .re { background: transparent; color: #000000; }
  69. .re-char { background: transparent; color: #006030; }
  70. .re-op { background: transparent; color: #600000; }
  71. .re-group { background: transparent; color: #003060; }
  72. .re-ref { background: transparent; color: #404040; }
  73. /* Navigation bar */
  74. table.navbar { background: #a0c0ff; color: #0000ff;
  75. border: 2px groove #c0d0d0; }
  76. th.navbar { background: #a0c0ff; color: #0000ff; }
  77. th.navselect { background: #70b0ff; color: #000000; }
  78. .nomargin { margin: 0; }
  79. /* Links */
  80. a:link { background: transparent; color: #0000ff; }
  81. a:visited { background: transparent; color: #204080; }
  82. a.navbar:link { background: transparent; color: #0000ff;
  83. text-decoration: none; }
  84. a.navbar:visited { background: transparent; color: #204080;
  85. text-decoration: none; }