jsdoc-default.css 5.2 KB

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