jsdoc-default.css 5.1 KB

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