apidocs.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. .navbar {
  2. margin-bottom: 0px;
  3. }
  4. .page-header {
  5. margin-top: 22px;
  6. }
  7. ul {
  8. margin-top: 10px;
  9. padding-left: 10px;
  10. }
  11. li {
  12. padding-top: 5px;
  13. padding-bottom: 5px;
  14. }
  15. li a {
  16. text-decoration: none;
  17. }
  18. ul {
  19. margin-left: 10px;
  20. }
  21. ul ul {
  22. border-left-color: #e1f5fe;
  23. border-left-width: 1px;
  24. border-left-style: solid;
  25. }
  26. ul ul ul {
  27. border-left-color: #b3e5fc;
  28. }
  29. ul ul ul ul {
  30. border-left-color: #81d4fa;
  31. }
  32. ul ul ul ul ul {
  33. border-left-color: #4fc3f7;
  34. }
  35. ul ul ul ul ul ul {
  36. border-left-color: #29b6f6;
  37. }
  38. ul ul ul ul ul ul ul {
  39. border-left-color: #03a9f4;
  40. }
  41. ul ul ul ul ul ul ul {
  42. border-left-color: #039be5;
  43. }
  44. .pre {
  45. white-space: pre;
  46. font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
  47. }
  48. .undocumented {
  49. font-style: italic;
  50. color: #9e9e9e;
  51. }
  52. .functionBody p {
  53. margin-top: 6px;
  54. margin-bottom: 6px;
  55. }
  56. #splitTables > p {
  57. margin-bottom: 5px;
  58. }
  59. #splitTables > table, .fieldTable {
  60. margin-bottom: 20px;
  61. width: 100%;
  62. border: 0;
  63. }
  64. #splitTables > table {
  65. border: 1px solid #eee;
  66. }
  67. #splitTables > table tr {
  68. border-bottom-color: #eee;
  69. border-bottom-width: 1px;
  70. border-bottom-style: solid;
  71. }
  72. #splitTables > table tr td, .fieldTable tr td {
  73. padding: 5px;
  74. }
  75. #splitTables > table tr td {
  76. border-left-color: #eee;
  77. border-left-width: 1px;
  78. border-left-style: solid;
  79. }
  80. #splitTables > table tr td:nth-child(1), .fieldTable tr td:nth-child(1) {
  81. border-left: none;
  82. width: 150px;
  83. }
  84. #splitTables > table tr td:nth-child(2), .fieldTable tr td.fieldArg {
  85. font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
  86. width: 200px;
  87. }
  88. tr.package {
  89. background-color: #fff3e0;
  90. }
  91. tr.module {
  92. background-color: #fff8e1;
  93. }
  94. tr.class, tr.classvariable, tr.baseclassvariable {
  95. background-color: #fffde7;
  96. }
  97. tr.instancevariable, tr.baseinstancevariable, tr.variable, tr.attribute {
  98. background-color: #f3e5f5;
  99. }
  100. tr.interface {
  101. background-color: #fbe9e7;
  102. }
  103. tr.method, tr.function, tr.basemethod, tr.baseclassmethod, tr.classmethod {
  104. background-color: #f1f8e9;
  105. }
  106. tr.private {
  107. background-color: #f1f1f1;
  108. }
  109. .fieldTable {
  110. margin-top: 10px;
  111. }
  112. #childList > div {
  113. margin: 20px;
  114. padding: 15px;
  115. padding-bottom: 5px;
  116. }
  117. .functionBody {
  118. margin-left: 15px;
  119. }
  120. .functionBody > #part {
  121. font-style: italic;
  122. }
  123. .functionBody > #part > a {
  124. text-decoration: none;
  125. }
  126. .functionBody .interfaceinfo {
  127. font-style: italic;
  128. margin-bottom: 3px;
  129. }
  130. .functionBody > .undocumented {
  131. margin-top: 6px;
  132. margin-bottom: 6px;
  133. }
  134. .code {
  135. font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
  136. padding:2px 4px;
  137. font-size:90%;
  138. color:#c7254e;
  139. background-color:#f9f2f4;
  140. border-radius:4px
  141. }
  142. code > .code {
  143. padding: 0px;
  144. }
  145. #childList > div {
  146. border-left-color: #03a9f4;
  147. border-left-width: 1px;
  148. border-left-style: solid;
  149. }
  150. #childList > div .functionHeader {
  151. font-family: monospace;
  152. }
  153. .moduleDocstring {
  154. margin: 20px;
  155. }
  156. #partOf {
  157. margin-top: -13px;
  158. margin-bottom: 19px;
  159. }
  160. .fromInitPy {
  161. font-style: italic;
  162. }
  163. pre {
  164. padding-left: 0px;
  165. }
  166. /* Private stuff */
  167. body.private-hidden #splitTables .private, body.private-hidden #childList .private {
  168. display: none;
  169. }
  170. #showPrivate {
  171. position: fixed;
  172. bottom: 0;
  173. left: 0;
  174. padding: 10px;
  175. opacity: 0.7;
  176. }
  177. #showPrivate:hover {
  178. opacity: 1;
  179. }
  180. #current-docs-container {
  181. font-style: italic;
  182. padding-top: 11px;
  183. }
  184. /* Deprecation stuff */
  185. .deprecationNotice {
  186. margin: 10px;
  187. }