jsdoc-default.css 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336
  1. html
  2. {
  3. overflow: auto;
  4. background-color: #fff;
  5. }
  6. body
  7. {
  8. font: 14px "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  9. line-height: 130%;
  10. color: #000;
  11. background-color: #fff;
  12. box-sizing: border-box;
  13. }
  14. a {
  15. color: #444;
  16. }
  17. a:visited {
  18. color: #444;
  19. }
  20. a:active {
  21. color: #444;
  22. }
  23. header
  24. {
  25. display: block;
  26. padding: 6px 4px;
  27. }
  28. .class-description {
  29. font-style: italic;
  30. font-family: Palatino, 'Palatino Linotype', serif;
  31. font-size: 130%;
  32. line-height: 140%;
  33. margin-bottom: 1em;
  34. margin-top: 1em;
  35. }
  36. #main {
  37. float: left;
  38. width: 69%;
  39. }
  40. section
  41. {
  42. display: block;
  43. background-color: #fff;
  44. margin: 12px 24px;
  45. border-bottom: 1px solid #ccc;
  46. }
  47. .variation {
  48. display: none;
  49. }
  50. .signature-attributes {
  51. font-size: 60%;
  52. color: #aaa;
  53. font-style: italic;
  54. font-weight: lighter;
  55. }
  56. nav
  57. {
  58. display: block;
  59. float: left;
  60. margin-top: 28px;
  61. width: 29%;
  62. border-left: 1px solid #ccc;
  63. padding-left: 9px;
  64. }
  65. nav ul {
  66. font-family: 'Lucida Grande', 'Lucida Sans Unicode', arial, sans-serif;
  67. font-size: 100%;
  68. line-height: 17px;
  69. padding:0;
  70. margin:0;
  71. list-style-type:none;
  72. }
  73. nav h2 a, nav h2 a:visited {
  74. color: #A35A00;
  75. text-decoration: none;
  76. }
  77. nav h3 {
  78. margin-top: 12px;
  79. }
  80. nav li {
  81. margin-top: 6px;
  82. }
  83. nav a {
  84. color: #5C5954;
  85. }
  86. nav a:visited {
  87. color: #5C5954;
  88. }
  89. nav a:active {
  90. color: #5C5954;
  91. }
  92. footer {
  93. display: block;
  94. padding: 6px;
  95. margin-top: 12px;
  96. font-style: italic;
  97. font-size: 90%;
  98. }
  99. h1
  100. {
  101. font-size: 200%;
  102. font-weight: bold;
  103. letter-spacing: -0.01em;
  104. margin: 6px 0 9px 0;
  105. }
  106. h2
  107. {
  108. font-size: 170%;
  109. font-weight: bold;
  110. letter-spacing: -0.01em;
  111. margin: 6px 0 3px 0;
  112. }
  113. h3
  114. {
  115. font-size: 150%;
  116. font-weight: bold;
  117. letter-spacing: -0.01em;
  118. margin-top: 16px;
  119. margin: 6px 0 3px 0;
  120. }
  121. h4
  122. {
  123. font-size: 130%;
  124. font-weight: bold;
  125. letter-spacing: -0.01em;
  126. margin-top: 16px;
  127. margin: 18px 0 3px 0;
  128. color: #A35A00;
  129. }
  130. h5, .container-overview .subsection-title
  131. {
  132. font-size: 120%;
  133. font-weight: bold;
  134. letter-spacing: -0.01em;
  135. margin: 8px 0 3px -16px;
  136. }
  137. h6
  138. {
  139. font-size: 100%;
  140. letter-spacing: -0.01em;
  141. margin: 6px 0 3px 0;
  142. font-style: italic;
  143. }
  144. .ancestors { color: #999; }
  145. .ancestors a
  146. {
  147. color: #999 !important;
  148. text-decoration: none;
  149. }
  150. .important
  151. {
  152. font-weight: bold;
  153. color: #950B02;
  154. }
  155. .yes-def {
  156. text-indent: -1000px;
  157. }
  158. .type-signature {
  159. color: #aaa;
  160. }
  161. a.name-link {
  162. text-decoration: none;
  163. }
  164. .name, .signature {
  165. font-family: Consolas, "Lucida Console", Monaco, monospace;
  166. }
  167. .details { margin-top: 14px; border-left: 2px solid #DDD; }
  168. .details dt { width:100px; float:left; padding-left: 10px; padding-top: 6px; }
  169. .details dd { margin-left: 50px; }
  170. .details ul { margin: 0; }
  171. .details ul { list-style-type: none; }
  172. .details li { margin-left: 30px; padding-top: 6px; }
  173. .details pre.prettyprint { margin: 0 }
  174. .details .object-value { padding-top: 0; }
  175. .description {
  176. margin-bottom: 1em;
  177. margin-left: -16px;
  178. margin-top: 1em;
  179. }
  180. .code-caption
  181. {
  182. font-style: italic;
  183. font-family: Palatino, 'Palatino Linotype', serif;
  184. font-size: 107%;
  185. margin: 0;
  186. }
  187. .prettyprint
  188. {
  189. border: 1px solid #ddd;
  190. width: 80%;
  191. overflow: auto;
  192. }
  193. .prettyprint.source {
  194. width: inherit;
  195. }
  196. .prettyprint code
  197. {
  198. font-family: Consolas, 'Lucida Console', Monaco, monospace;
  199. font-size: 100%;
  200. line-height: 18px;
  201. display: block;
  202. padding: 4px 12px;
  203. margin: 0;
  204. background-color: #fff;
  205. color: #000;
  206. }
  207. .prettyprint code span.line
  208. {
  209. display: inline-block;
  210. }
  211. .prettyprint.linenums
  212. {
  213. padding-left: 70px;
  214. -webkit-user-select: none;
  215. -moz-user-select: none;
  216. -ms-user-select: none;
  217. user-select: none;
  218. }
  219. .prettyprint.linenums ol
  220. {
  221. padding-left: 0;
  222. }
  223. .prettyprint.linenums li
  224. {
  225. border-left: 3px #ddd solid;
  226. }
  227. .prettyprint.linenums li.selected,
  228. .prettyprint.linenums li.selected *
  229. {
  230. background-color: lightyellow;
  231. }
  232. .prettyprint.linenums li *
  233. {
  234. -webkit-user-select: text;
  235. -moz-user-select: text;
  236. -ms-user-select: text;
  237. user-select: text;
  238. }
  239. .params, .props
  240. {
  241. border-spacing: 0;
  242. border: 0;
  243. border-collapse: collapse;
  244. }
  245. .params .name, .props .name, .name code {
  246. color: #A35A00;
  247. font-family: Consolas, 'Lucida Console', Monaco, monospace;
  248. font-size: 100%;
  249. }
  250. .params td, .params th, .props td, .props th
  251. {
  252. border: 1px solid #ddd;
  253. margin: 0px;
  254. text-align: left;
  255. vertical-align: top;
  256. padding: 4px 6px;
  257. display: table-cell;
  258. }
  259. .params thead tr, .props thead tr
  260. {
  261. background-color: #ddd;
  262. font-weight: bold;
  263. }
  264. .params .params thead tr, .props .props thead tr
  265. {
  266. background-color: #fff;
  267. font-weight: bold;
  268. }
  269. .params th, .props th { border-right: 1px solid #aaa; }
  270. .params thead .last, .props thead .last { border-right: 1px solid #ddd; }
  271. .params td.description > p:first-child
  272. {
  273. margin-top: 0;
  274. padding-top: 0;
  275. }
  276. .params td.description > p:last-child
  277. {
  278. margin-bottom: 0;
  279. padding-bottom: 0;
  280. }
  281. .disabled {
  282. color: #454545;
  283. }