jsdoc-default.css 5.3 KB

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