jsdoc-default.css 5.8 KB

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