jsdoc-default.css 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603
  1. @font-face {
  2. font-family: 'Source Sans Pro';
  3. font-style: normal;
  4. font-weight: 400;
  5. src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(../fonts/SourceSansPro.woff) format('woff');
  6. }
  7. body
  8. {
  9. font-size: 12px;
  10. font-family: "Source Sans Pro", "Segoe UI", Arial, Geneva, sans-serif;
  11. margin: 0;
  12. color: #000;
  13. height: 100%;
  14. background-color: white;
  15. }
  16. .hide {
  17. display: none;
  18. }
  19. code {
  20. margin: 0;
  21. padding: 0;
  22. font-family: Consolas, "Liberation Mono", Menlo, "Courier New", Courier, Monaco, monospace;
  23. font-size: 12px;
  24. }
  25. .description code {
  26. border-radius: 3px;
  27. background-color: #f8f8f8;
  28. padding: 1px 2px;
  29. }
  30. div.hr {
  31. margin: 10px 40px 10px 0px;
  32. height: 1px;
  33. color: #DADADA;
  34. background-color: #DADADA;
  35. }
  36. th { font-weight: normal; }
  37. img { border: none; }
  38. a {
  39. color: #0053CF;
  40. }
  41. a:link,
  42. a:active,
  43. a:visited {
  44. color: #0053CF;
  45. text-decoration: none;
  46. }
  47. a:hover,
  48. a:focus {
  49. color: ##004AB8;
  50. text-decoration: underline;
  51. }
  52. header
  53. {
  54. display: block;
  55. padding: 6px 4px;
  56. }
  57. .class-description {
  58. font-style: italic;
  59. font-family: Palatino, 'Palatino Linotype', serif;
  60. font-size: 130%;
  61. line-height: 140%;
  62. }
  63. #main {
  64. position: relative;
  65. top: 0;
  66. left: 0;
  67. padding-left: 0;
  68. }
  69. @media (min-width: 840px) {
  70. #main {
  71. padding-left: 300px;
  72. }
  73. }
  74. .embedded #main {
  75. padding-left: 0;
  76. }
  77. .popout {
  78. display: block;
  79. position: absolute;
  80. top: 27px;
  81. right: 10px;
  82. font-size: 12pt;
  83. height: 12px;
  84. width: 12px;
  85. background: url('../icons/popout.png') bottom;
  86. }
  87. .popout:hover {
  88. background-position: 0 0;
  89. }
  90. .back {
  91. display: block;
  92. position: absolute;
  93. height: 12px;
  94. width: 12px;
  95. top: 27px;
  96. left: 35px;
  97. font-size: 12pt;
  98. background: url('../icons/home.png') bottom;
  99. }
  100. .back:hover {
  101. background-position: 0 0;
  102. }
  103. section
  104. {
  105. display: block;
  106. position: relative;
  107. margin: 0 0 15px;
  108. padding: 15px;
  109. }
  110. .variation {
  111. display: none;
  112. }
  113. .signature-attributes {
  114. content: "opt";
  115. font-size: 60%;
  116. color: #aaa;
  117. font-style: italic;
  118. font-weight: lighter;
  119. }
  120. /* Start menu */
  121. div.menu
  122. {
  123. padding: 15px;
  124. }
  125. .cesiumLogo {
  126. display: block;
  127. float: left;
  128. position: relative;
  129. top: -7px;
  130. left: -2px;
  131. width: 191px;
  132. height: 40px;
  133. margin: 0;
  134. }
  135. #mainIndex .cesiumLogo {
  136. float: none;
  137. position: static;
  138. }
  139. .titleCenterer {
  140. display: block;
  141. float: right;
  142. width: 187px;
  143. height: 35px;
  144. }
  145. div.nav
  146. {
  147. overflow-x: hidden;
  148. overflow-y: auto;
  149. }
  150. @media (max-width: 839px) {
  151. div.nav {
  152. -webkit-columns: 250px;
  153. -moz-columns: 250px;
  154. columns: 250px;
  155. padding-bottom: 90vh;
  156. }
  157. }
  158. @media (min-width: 840px) {
  159. div.nav {
  160. position: fixed;
  161. top: 0;
  162. bottom: 0;
  163. left: 0;
  164. width: 300px;
  165. padding: 0 0 10px 0;
  166. }
  167. }
  168. .embedded div.nav {
  169. display: none;
  170. }
  171. div.indexTitle
  172. {
  173. padding: 8px 0 0;
  174. font-size: 200%;
  175. font-weight: normal;
  176. position: absolute;
  177. }
  178. div.nav div.divider
  179. {
  180. margin-top: 0.5em;
  181. margin-bottom: 0.5em;
  182. border-bottom: 1px solid #999;
  183. line-height: 1.0em;
  184. }
  185. form
  186. {
  187. display: block;
  188. }
  189. .rightLinks {
  190. display: block;
  191. float: right;
  192. }
  193. .indexLinks
  194. {
  195. display: block;
  196. }
  197. .indexLinks a
  198. {
  199. font-family: M1m, Arial, sans-serif;
  200. font-size: 14pt;
  201. text-transform: lowercase;
  202. text-decoration: none;
  203. margin-right: 2px;
  204. margin-bottom: 0;
  205. border-right: 1px solid #999;
  206. padding-right: 4px;
  207. }
  208. .indexLinks a:hover
  209. {
  210. text-decoration:underline;
  211. cursor: pointer;
  212. }
  213. .indexLinks a:last-child
  214. {
  215. margin-right: 2px;
  216. border-right: 0px;
  217. padding-right: 4px;
  218. }
  219. div.nav input.classFilter {
  220. margin: 5px 10px 5px 0px; /*top, right, bottom, left*/
  221. width: 90%;
  222. border: 1px solid #ccc;
  223. padding: 5px 8px;
  224. }
  225. #mainIndex div.nav input.classFilter {
  226. max-width: 250px;
  227. }
  228. /* End menu */
  229. #mainIndex nav, #mainIndex div.nav {
  230. position: static;
  231. float: none;
  232. margin: 0;
  233. padding: 0;
  234. width: auto;
  235. height: auto;
  236. border: none;
  237. max-width: none;
  238. }
  239. div.nav ul {
  240. font-size: 100%;
  241. line-height: 17px;
  242. padding:0;
  243. margin:0;
  244. list-style-type:none;
  245. }
  246. #mainIndex div.nav ul {
  247. -webkit-columns: 250px;
  248. -moz-columns: 250px;
  249. columns: 250px;
  250. }
  251. div.nav h3 {
  252. margin-top: 12px;
  253. }
  254. div.nav li {
  255. margin-top: 6px;
  256. list-style-type:none;
  257. }
  258. nav a {
  259. color: #5C5954;
  260. }
  261. nav a:visited {
  262. color: #5C5954;
  263. }
  264. nav a:active {
  265. color: #5C5954;
  266. }
  267. footer {
  268. display: block;
  269. padding: 6px 6px 100%; /* Large bottom padding, so #anchors scroll correctly. */
  270. margin-top: 12px;
  271. font-style: italic;
  272. font-size: 90%;
  273. text-align: center;
  274. clear: both;
  275. }
  276. @media (max-width: 839px) {
  277. footer {
  278. padding-bottom: 25px;
  279. }
  280. }
  281. #mainIndex footer {
  282. padding: 6px;
  283. }
  284. .page-title
  285. {
  286. text-align: center;
  287. font-size: 2em;
  288. font-weight: normal;
  289. letter-spacing: 1px;
  290. line-height: 1em;
  291. position: relative;
  292. padding: 15px;
  293. background-color: #f4f4ff;
  294. margin: 0;
  295. border-bottom: 1px solid #ccc;
  296. }
  297. #mainIndex .page-title {
  298. margin-right: 30px;
  299. }
  300. h1
  301. {
  302. position: relative;
  303. font-size: 200%;
  304. font-weight: normal;
  305. letter-spacing: -0.01em;
  306. margin: 6px 0 10px 10px;
  307. }
  308. h2
  309. {
  310. font-size: 170%;
  311. font-weight: normal;
  312. letter-spacing: -0.01em;
  313. margin: 6px 0 3px 0;
  314. }
  315. h3
  316. {
  317. font-size: 200%;
  318. font-weight: normal;
  319. letter-spacing: -0.01em;
  320. margin-top: 20px;
  321. margin: 25px 0 10px;
  322. border-bottom: 1px solid #ccc;
  323. clear: both;
  324. }
  325. #mainIndex h3 { display: none; }
  326. h4
  327. {
  328. position: relative;
  329. font-size: 140%;
  330. font-weight: normal;
  331. letter-spacing: -0.01em;
  332. margin: 18px 0;
  333. padding: 2px 4px;
  334. background-color: #eee;
  335. clear: both;
  336. }
  337. h5, .container-overview .subsection-title, .details-header
  338. {
  339. font-size: 120%;
  340. font-weight: normal;
  341. letter-spacing: -0.01em;
  342. margin: 8px 0 3px 0px;
  343. }
  344. h6
  345. {
  346. font-size: 100%;
  347. letter-spacing: -0.01em;
  348. margin: 6px 0 3px 0;
  349. font-style: italic;
  350. }
  351. .ancestors { color: #999; }
  352. .ancestors a
  353. {
  354. color: #999 !important;
  355. text-decoration: none;
  356. }
  357. .important
  358. {
  359. font-weight: normal;
  360. color: #950B02;
  361. }
  362. .yes-def {
  363. text-indent: -1000px;
  364. }
  365. .type-signature {
  366. color: #888;
  367. }
  368. .nameContainer .signature {
  369. font-weight: normal;
  370. }
  371. .details { margin-top: 14px; }
  372. .details dt { width:100px; float:left; border-left: 2px solid #DDD; padding-left: 10px; padding-top: 6px; }
  373. #main ul { margin: 0; }
  374. #main ul { list-style-type: none; }
  375. dd { margin-left: 10px; }
  376. .see-list li{
  377. margin: 0;
  378. padding: 0;
  379. }
  380. .code-caption
  381. {
  382. font-style: italic;
  383. font-family: Palatino, 'Palatino Linotype', serif;
  384. font-size: 107%;
  385. margin: 0;
  386. }
  387. .sh_sourceCode
  388. {
  389. border: 1px solid #ddd;
  390. width: 80%;
  391. }
  392. .sh_sourceCode code
  393. {
  394. line-height: 18px;
  395. display: block;
  396. padding: 4px 12px;
  397. margin: 0;
  398. background-color: #fff;
  399. color: #000;
  400. border-left: 3px #ddd solid;
  401. }
  402. .params, .props
  403. {
  404. border-spacing: 0;
  405. border: 0;
  406. border-collapse: collapse;
  407. }
  408. .params .name, .props .name, .name code {
  409. color: #A35A00;
  410. font-family: Consolas, 'Lucida Console', Monaco, monospace;
  411. font-size: 100%;
  412. }
  413. .params td, .params th, .props td, .props th
  414. {
  415. border: 1px solid #ddd;
  416. margin: 0px;
  417. text-align: left;
  418. vertical-align: top;
  419. padding: 4px 6px;
  420. display: table-cell;
  421. }
  422. .params thead tr, .props thead tr
  423. {
  424. background-color: #ddd;
  425. font-weight: normal;
  426. }
  427. .params .params thead tr, .props .props thead tr
  428. {
  429. background-color: #fff;
  430. font-weight: normal;
  431. }
  432. .params th, .props th { border-right: 1px solid #aaa; }
  433. .params thead .last, .props thead .last { border-right: 1px solid #ddd; }
  434. .params .optional {
  435. float: left;
  436. background-color: #ddd !important;
  437. font-size: 0.7em;
  438. padding: 2px 4px;
  439. margin-right: 5px;
  440. color: gray;
  441. }
  442. .colorSwath {
  443. display: inline-block;
  444. width: 15em;
  445. height: 1.4em;
  446. position: absolute;
  447. left: 36em;
  448. border: solid 1px #000;
  449. border-radius: 5px;
  450. }
  451. .disabled {
  452. color: #454545;
  453. }
  454. /* For printing out the documentation */
  455. @media print {
  456. body {
  457. background: #fff;
  458. }
  459. .nav {
  460. display: none;
  461. }
  462. #mainIndex .nav {
  463. display: block;
  464. }
  465. #main {
  466. width: auto;
  467. margin-right: 25px;
  468. }
  469. footer {
  470. padding: 6px;
  471. }
  472. .colorSwath {
  473. display: none;
  474. }
  475. }
  476. .permalink:link, .permalink:active, .permalink:visited {
  477. text-decoration: none;
  478. color: #A35A00;
  479. }
  480. .permalink:hover {
  481. text-decoration: none;
  482. border-bottom: 1px solid #A35A00;
  483. }
  484. span.attribute-static,
  485. span.attribute-readonly,
  486. span.attribute-constant {
  487. display: inline-block;
  488. border-radius: 3px;
  489. background-color: #779c34 !important;
  490. color: #fff;
  491. font-size: 0.7em;
  492. padding: 2px 4px;
  493. margin-right: 8px;
  494. margin-bottom: 1px;
  495. position: relative;
  496. top: -1px;
  497. }
  498. .description {
  499. margin: 1em 0;
  500. }
  501. .source-link {
  502. font-size: 10px;
  503. margin-top: 8px;
  504. opacity: 0.9;
  505. }
  506. h4 .doc-link {
  507. display: block;
  508. width: 14px;
  509. height: 14px;
  510. position: absolute;
  511. top: 6px;
  512. left: -14px;
  513. background: url(../icons/link.png);
  514. opacity: 0;
  515. transition: opacity 0.15s ease-in-out;
  516. }
  517. h4:hover .doc-link {
  518. opacity: 0.7;
  519. }