💿🐜 Antkeeper source code https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1793 lines
31 KiB

  1. /* The standard CSS for doxygen 1.9.0 */
  2. body, table, div, p, dl {
  3. font: 400 14px/22px Roboto,sans-serif;
  4. }
  5. p.reference, p.definition {
  6. font: 400 14px/22px Roboto,sans-serif;
  7. }
  8. /* @group Heading Levels */
  9. h1.groupheader {
  10. font-size: 150%;
  11. }
  12. .title {
  13. font: 400 14px/28px Roboto,sans-serif;
  14. font-size: 150%;
  15. font-weight: bold;
  16. margin: 10px 2px;
  17. }
  18. h2.groupheader {
  19. border-bottom: 1px solid #879ECB;
  20. color: #354C7B;
  21. font-size: 150%;
  22. font-weight: normal;
  23. margin-top: 1.75em;
  24. padding-top: 8px;
  25. padding-bottom: 4px;
  26. width: 100%;
  27. }
  28. h3.groupheader {
  29. font-size: 100%;
  30. }
  31. h1, h2, h3, h4, h5, h6 {
  32. -webkit-transition: text-shadow 0.5s linear;
  33. -moz-transition: text-shadow 0.5s linear;
  34. -ms-transition: text-shadow 0.5s linear;
  35. -o-transition: text-shadow 0.5s linear;
  36. transition: text-shadow 0.5s linear;
  37. margin-right: 15px;
  38. }
  39. h1.glow, h2.glow, h3.glow, h4.glow, h5.glow, h6.glow {
  40. text-shadow: 0 0 15px cyan;
  41. }
  42. dt {
  43. font-weight: bold;
  44. }
  45. ul.multicol {
  46. -moz-column-gap: 1em;
  47. -webkit-column-gap: 1em;
  48. column-gap: 1em;
  49. -moz-column-count: 3;
  50. -webkit-column-count: 3;
  51. column-count: 3;
  52. }
  53. p.startli, p.startdd {
  54. margin-top: 2px;
  55. }
  56. th p.starttd, th p.intertd, th p.endtd {
  57. font-size: 100%;
  58. font-weight: 700;
  59. }
  60. p.starttd {
  61. margin-top: 0px;
  62. }
  63. p.endli {
  64. margin-bottom: 0px;
  65. }
  66. p.enddd {
  67. margin-bottom: 4px;
  68. }
  69. p.endtd {
  70. margin-bottom: 2px;
  71. }
  72. p.interli {
  73. }
  74. p.interdd {
  75. }
  76. p.intertd {
  77. }
  78. /* @end */
  79. caption {
  80. font-weight: bold;
  81. }
  82. span.legend {
  83. font-size: 70%;
  84. text-align: center;
  85. }
  86. h3.version {
  87. font-size: 90%;
  88. text-align: center;
  89. }
  90. div.navtab {
  91. border-right: 1px solid #A3B4D7;
  92. padding-right: 15px;
  93. text-align: right;
  94. line-height: 110%;
  95. }
  96. div.navtab table {
  97. border-spacing: 0;
  98. }
  99. td.navtab {
  100. padding-right: 6px;
  101. padding-left: 6px;
  102. }
  103. td.navtabHL {
  104. background-image: url('tab_a.png');
  105. background-repeat:repeat-x;
  106. padding-right: 6px;
  107. padding-left: 6px;
  108. }
  109. td.navtabHL a, td.navtabHL a:visited {
  110. color: #fff;
  111. text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
  112. }
  113. a.navtab {
  114. font-weight: bold;
  115. }
  116. div.qindex{
  117. text-align: center;
  118. width: 100%;
  119. line-height: 140%;
  120. font-size: 130%;
  121. color: #A0A0A0;
  122. }
  123. dt.alphachar{
  124. font-size: 180%;
  125. font-weight: bold;
  126. }
  127. .alphachar a{
  128. color: black;
  129. }
  130. .alphachar a:hover, .alphachar a:visited{
  131. text-decoration: none;
  132. }
  133. .classindex dl {
  134. padding: 25px;
  135. column-count:1
  136. }
  137. .classindex dd {
  138. display:inline-block;
  139. margin-left: 50px;
  140. width: 90%;
  141. line-height: 1.15em;
  142. }
  143. .classindex dl.odd {
  144. background-color: #F8F9FC;
  145. }
  146. @media(min-width: 1120px) {
  147. .classindex dl {
  148. column-count:2
  149. }
  150. }
  151. @media(min-width: 1320px) {
  152. .classindex dl {
  153. column-count:3
  154. }
  155. }
  156. /* @group Link Styling */
  157. a {
  158. color: #3D578C;
  159. font-weight: normal;
  160. text-decoration: none;
  161. }
  162. .contents a:visited {
  163. color: #4665A2;
  164. }
  165. a:hover {
  166. text-decoration: underline;
  167. }
  168. .contents a.qindexHL:visited {
  169. color: #FFFFFF;
  170. }
  171. a.el {
  172. font-weight: bold;
  173. }
  174. a.elRef {
  175. }
  176. a.code, a.code:visited, a.line, a.line:visited {
  177. color: #4665A2;
  178. }
  179. a.codeRef, a.codeRef:visited, a.lineRef, a.lineRef:visited {
  180. color: #4665A2;
  181. }
  182. /* @end */
  183. dl.el {
  184. margin-left: -1cm;
  185. }
  186. ul {
  187. overflow: hidden; /*Fixed: list item bullets overlap floating elements*/
  188. }
  189. #side-nav ul {
  190. overflow: visible; /* reset ul rule for scroll bar in GENERATE_TREEVIEW window */
  191. }
  192. #main-nav ul {
  193. overflow: visible; /* reset ul rule for the navigation bar drop down lists */
  194. }
  195. .fragment {
  196. text-align: left;
  197. direction: ltr;
  198. overflow-x: auto; /*Fixed: fragment lines overlap floating elements*/
  199. overflow-y: hidden;
  200. }
  201. pre.fragment {
  202. border: 1px solid #C4CFE5;
  203. background-color: #FBFCFD;
  204. padding: 4px 6px;
  205. margin: 4px 8px 4px 2px;
  206. overflow: auto;
  207. word-wrap: break-word;
  208. font-size: 9pt;
  209. line-height: 125%;
  210. font-family: monospace, fixed;
  211. font-size: 105%;
  212. }
  213. div.fragment {
  214. padding: 0 0 1px 0; /*Fixed: last line underline overlap border*/
  215. margin: 4px 8px 4px 2px;
  216. background-color: #FBFCFD;
  217. border: 1px solid #C4CFE5;
  218. }
  219. div.line {
  220. font-family: monospace, fixed;
  221. font-size: 13px;
  222. min-height: 13px;
  223. line-height: 1.0;
  224. text-wrap: unrestricted;
  225. white-space: -moz-pre-wrap; /* Moz */
  226. white-space: -pre-wrap; /* Opera 4-6 */
  227. white-space: -o-pre-wrap; /* Opera 7 */
  228. white-space: pre-wrap; /* CSS3 */
  229. word-wrap: break-word; /* IE 5.5+ */
  230. text-indent: -53px;
  231. padding-left: 53px;
  232. padding-bottom: 0px;
  233. margin: 0px;
  234. -webkit-transition-property: background-color, box-shadow;
  235. -webkit-transition-duration: 0.5s;
  236. -moz-transition-property: background-color, box-shadow;
  237. -moz-transition-duration: 0.5s;
  238. -ms-transition-property: background-color, box-shadow;
  239. -ms-transition-duration: 0.5s;
  240. -o-transition-property: background-color, box-shadow;
  241. -o-transition-duration: 0.5s;
  242. transition-property: background-color, box-shadow;
  243. transition-duration: 0.5s;
  244. }
  245. div.line:after {
  246. content:"\000A";
  247. white-space: pre;
  248. }
  249. div.line.glow {
  250. background-color: cyan;
  251. box-shadow: 0 0 10px cyan;
  252. }
  253. span.lineno {
  254. padding-right: 4px;
  255. text-align: right;
  256. border-right: 2px solid #0F0;
  257. background-color: #E8E8E8;
  258. white-space: pre;
  259. }
  260. span.lineno a {
  261. background-color: #D8D8D8;
  262. }
  263. span.lineno a:hover {
  264. background-color: #C8C8C8;
  265. }
  266. .lineno {
  267. -webkit-touch-callout: none;
  268. -webkit-user-select: none;
  269. -khtml-user-select: none;
  270. -moz-user-select: none;
  271. -ms-user-select: none;
  272. user-select: none;
  273. }
  274. div.ah, span.ah {
  275. background-color: black;
  276. font-weight: bold;
  277. color: #FFFFFF;
  278. margin-bottom: 3px;
  279. margin-top: 3px;
  280. padding: 0.2em;
  281. border: solid thin #333;
  282. border-radius: 0.5em;
  283. -webkit-border-radius: .5em;
  284. -moz-border-radius: .5em;
  285. box-shadow: 2px 2px 3px #999;
  286. -webkit-box-shadow: 2px 2px 3px #999;
  287. -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
  288. background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444));
  289. background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000 110%);
  290. }
  291. div.classindex ul {
  292. list-style: none;
  293. padding-left: 0;
  294. }
  295. div.classindex span.ai {
  296. display: inline-block;
  297. }
  298. div.groupHeader {
  299. margin-left: 16px;
  300. margin-top: 12px;
  301. font-weight: bold;
  302. }
  303. div.groupText {
  304. margin-left: 16px;
  305. font-style: italic;
  306. }
  307. body {
  308. background-color: white;
  309. color: black;
  310. margin: 0;
  311. }
  312. div.contents {
  313. margin-top: 10px;
  314. margin-left: 12px;
  315. margin-right: 8px;
  316. }
  317. td.indexkey {
  318. background-color: #EBEFF6;
  319. font-weight: bold;
  320. border: 1px solid #C4CFE5;
  321. margin: 2px 0px 2px 0;
  322. padding: 2px 10px;
  323. white-space: nowrap;
  324. vertical-align: top;
  325. }
  326. td.indexvalue {
  327. background-color: #EBEFF6;
  328. border: 1px solid #C4CFE5;
  329. padding: 2px 10px;
  330. margin: 2px 0px;
  331. }
  332. tr.memlist {
  333. background-color: #EEF1F7;
  334. }
  335. p.formulaDsp {
  336. text-align: center;
  337. }
  338. img.formulaDsp {
  339. }
  340. img.formulaInl, img.inline {
  341. vertical-align: middle;
  342. }
  343. div.center {
  344. text-align: center;
  345. margin-top: 0px;
  346. margin-bottom: 0px;
  347. padding: 0px;
  348. }
  349. div.center img {
  350. border: 0px;
  351. }
  352. address.footer {
  353. text-align: right;
  354. padding-right: 12px;
  355. }
  356. img.footer {
  357. border: 0px;
  358. vertical-align: middle;
  359. }
  360. /* @group Code Colorization */
  361. span.keyword {
  362. color: #008000
  363. }
  364. span.keywordtype {
  365. color: #604020
  366. }
  367. span.keywordflow {
  368. color: #e08000
  369. }
  370. span.comment {
  371. color: #800000
  372. }
  373. span.preprocessor {
  374. color: #806020
  375. }
  376. span.stringliteral {
  377. color: #002080
  378. }
  379. span.charliteral {
  380. color: #008080
  381. }
  382. span.vhdldigit {
  383. color: #ff00ff
  384. }
  385. span.vhdlchar {
  386. color: #000000
  387. }
  388. span.vhdlkeyword {
  389. color: #700070
  390. }
  391. span.vhdllogic {
  392. color: #ff0000
  393. }
  394. blockquote {
  395. background-color: #F7F8FB;
  396. border-left: 2px solid #9CAFD4;
  397. margin: 0 24px 0 4px;
  398. padding: 0 12px 0 16px;
  399. }
  400. blockquote.DocNodeRTL {
  401. border-left: 0;
  402. border-right: 2px solid #9CAFD4;
  403. margin: 0 4px 0 24px;
  404. padding: 0 16px 0 12px;
  405. }
  406. /* @end */
  407. /*
  408. .search {
  409. color: #003399;
  410. font-weight: bold;
  411. }
  412. form.search {
  413. margin-bottom: 0px;
  414. margin-top: 0px;
  415. }
  416. input.search {
  417. font-size: 75%;
  418. color: #000080;
  419. font-weight: normal;
  420. background-color: #e8eef2;
  421. }
  422. */
  423. td.tiny {
  424. font-size: 75%;
  425. }
  426. .dirtab {
  427. padding: 4px;
  428. border-collapse: collapse;
  429. border: 1px solid #A3B4D7;
  430. }
  431. th.dirtab {
  432. background: #EBEFF6;
  433. font-weight: bold;
  434. }
  435. hr {
  436. height: 0px;
  437. border: none;
  438. border-top: 1px solid #4A6AAA;
  439. }
  440. hr.footer {
  441. height: 1px;
  442. }
  443. /* @group Member Descriptions */
  444. table.memberdecls {
  445. border-spacing: 0px;
  446. padding: 0px;
  447. }
  448. .memberdecls td, .fieldtable tr {
  449. -webkit-transition-property: background-color, box-shadow;
  450. -webkit-transition-duration: 0.5s;
  451. -moz-transition-property: background-color, box-shadow;
  452. -moz-transition-duration: 0.5s;
  453. -ms-transition-property: background-color, box-shadow;
  454. -ms-transition-duration: 0.5s;
  455. -o-transition-property: background-color, box-shadow;
  456. -o-transition-duration: 0.5s;
  457. transition-property: background-color, box-shadow;
  458. transition-duration: 0.5s;
  459. }
  460. .memberdecls td.glow, .fieldtable tr.glow {
  461. background-color: cyan;
  462. box-shadow: 0 0 15px cyan;
  463. }
  464. .mdescLeft, .mdescRight,
  465. .memItemLeft, .memItemRight,
  466. .memTemplItemLeft, .memTemplItemRight, .memTemplParams {
  467. background-color: #F9FAFC;
  468. border: none;
  469. margin: 4px;
  470. padding: 1px 0 0 8px;
  471. }
  472. .mdescLeft, .mdescRight {
  473. padding: 0px 8px 4px 8px;
  474. color: #555;
  475. }
  476. .memSeparator {
  477. border-bottom: 1px solid #DEE4F0;
  478. line-height: 1px;
  479. margin: 0px;
  480. padding: 0px;
  481. }
  482. .memItemLeft, .memTemplItemLeft {
  483. white-space: nowrap;
  484. }
  485. .memItemRight, .memTemplItemRight {
  486. width: 100%;
  487. }
  488. .memTemplParams {
  489. color: #4665A2;
  490. white-space: nowrap;
  491. font-size: 80%;
  492. }
  493. /* @end */
  494. /* @group Member Details */
  495. /* Styles for detailed member documentation */
  496. .memtitle {
  497. padding: 8px;
  498. border-top: 1px solid #A8B8D9;
  499. border-left: 1px solid #A8B8D9;
  500. border-right: 1px solid #A8B8D9;
  501. border-top-right-radius: 4px;
  502. border-top-left-radius: 4px;
  503. margin-bottom: -1px;
  504. background-image: url('nav_f.png');
  505. background-repeat: repeat-x;
  506. background-color: #E2E8F2;
  507. line-height: 1.25;
  508. font-weight: 300;
  509. float:left;
  510. }
  511. .permalink
  512. {
  513. font-size: 65%;
  514. display: inline-block;
  515. vertical-align: middle;
  516. }
  517. .memtemplate {
  518. font-size: 80%;
  519. color: #4665A2;
  520. font-weight: normal;
  521. margin-left: 9px;
  522. }
  523. .memnav {
  524. background-color: #EBEFF6;
  525. border: 1px solid #A3B4D7;
  526. text-align: center;
  527. margin: 2px;
  528. margin-right: 15px;
  529. padding: 2px;
  530. }
  531. .mempage {
  532. width: 100%;
  533. }
  534. .memitem {
  535. padding: 0;
  536. margin-bottom: 10px;
  537. margin-right: 5px;
  538. -webkit-transition: box-shadow 0.5s linear;
  539. -moz-transition: box-shadow 0.5s linear;
  540. -ms-transition: box-shadow 0.5s linear;
  541. -o-transition: box-shadow 0.5s linear;
  542. transition: box-shadow 0.5s linear;
  543. display: table !important;
  544. width: 100%;
  545. }
  546. .memitem.glow {
  547. box-shadow: 0 0 15px cyan;
  548. }
  549. .memname {
  550. font-weight: 400;
  551. margin-left: 6px;
  552. }
  553. .memname td {
  554. vertical-align: bottom;
  555. }
  556. .memproto, dl.reflist dt {
  557. border-top: 1px solid #A8B8D9;
  558. border-left: 1px solid #A8B8D9;
  559. border-right: 1px solid #A8B8D9;
  560. padding: 6px 0px 6px 0px;
  561. color: #253555;
  562. font-weight: bold;
  563. text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
  564. background-color: #DFE5F1;
  565. /* opera specific markup */
  566. box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
  567. border-top-right-radius: 4px;
  568. /* firefox specific markup */
  569. -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
  570. -moz-border-radius-topright: 4px;
  571. /* webkit specific markup */
  572. -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
  573. -webkit-border-top-right-radius: 4px;
  574. }
  575. .overload {
  576. font-family: "courier new",courier,monospace;
  577. font-size: 65%;
  578. }
  579. .memdoc, dl.reflist dd {
  580. border-bottom: 1px solid #A8B8D9;
  581. border-left: 1px solid #A8B8D9;
  582. border-right: 1px solid #A8B8D9;
  583. padding: 6px 10px 2px 10px;
  584. background-color: #FBFCFD;
  585. border-top-width: 0;
  586. background-image:url('nav_g.png');
  587. background-repeat:repeat-x;
  588. background-color: #FFFFFF;
  589. /* opera specific markup */
  590. border-bottom-left-radius: 4px;
  591. border-bottom-right-radius: 4px;
  592. box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
  593. /* firefox specific markup */
  594. -moz-border-radius-bottomleft: 4px;
  595. -moz-border-radius-bottomright: 4px;
  596. -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
  597. /* webkit specific markup */
  598. -webkit-border-bottom-left-radius: 4px;
  599. -webkit-border-bottom-right-radius: 4px;
  600. -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
  601. }
  602. dl.reflist dt {
  603. padding: 5px;
  604. }
  605. dl.reflist dd {
  606. margin: 0px 0px 10px 0px;
  607. padding: 5px;
  608. }
  609. .paramkey {
  610. text-align: right;
  611. }
  612. .paramtype {
  613. white-space: nowrap;
  614. }
  615. .paramname {
  616. color: #602020;
  617. white-space: nowrap;
  618. }
  619. .paramname em {
  620. font-style: normal;
  621. }
  622. .paramname code {
  623. line-height: 14px;
  624. }
  625. .params, .retval, .exception, .tparams {
  626. margin-left: 0px;
  627. padding-left: 0px;
  628. }
  629. .params .paramname, .retval .paramname, .tparams .paramname, .exception .paramname {
  630. font-weight: bold;
  631. vertical-align: top;
  632. }
  633. .params .paramtype, .tparams .paramtype {
  634. font-style: italic;
  635. vertical-align: top;
  636. }
  637. .params .paramdir, .tparams .paramdir {
  638. font-family: "courier new",courier,monospace;
  639. vertical-align: top;
  640. }
  641. table.mlabels {
  642. border-spacing: 0px;
  643. }
  644. td.mlabels-left {
  645. width: 100%;
  646. padding: 0px;
  647. }
  648. td.mlabels-right {
  649. vertical-align: bottom;
  650. padding: 0px;
  651. white-space: nowrap;
  652. }
  653. span.mlabels {
  654. margin-left: 8px;
  655. }
  656. span.mlabel {
  657. background-color: #728DC1;
  658. border-top:1px solid #5373B4;
  659. border-left:1px solid #5373B4;
  660. border-right:1px solid #C4CFE5;
  661. border-bottom:1px solid #C4CFE5;
  662. text-shadow: none;
  663. color: white;
  664. margin-right: 4px;
  665. padding: 2px 3px;
  666. border-radius: 3px;
  667. font-size: 7pt;
  668. white-space: nowrap;
  669. vertical-align: middle;
  670. }
  671. /* @end */
  672. /* these are for tree view inside a (index) page */
  673. div.directory {
  674. margin: 10px 0px;
  675. border-top: 1px solid #9CAFD4;
  676. border-bottom: 1px solid #9CAFD4;
  677. width: 100%;
  678. }
  679. .directory table {
  680. border-collapse:collapse;
  681. }
  682. .directory td {
  683. margin: 0px;
  684. padding: 0px;
  685. vertical-align: top;
  686. }
  687. .directory td.entry {
  688. white-space: nowrap;
  689. padding-right: 6px;
  690. padding-top: 3px;
  691. }
  692. .directory td.entry a {
  693. outline:none;
  694. }
  695. .directory td.entry a img {
  696. border: none;
  697. }
  698. .directory td.desc {
  699. width: 100%;
  700. padding-left: 6px;
  701. padding-right: 6px;
  702. padding-top: 3px;
  703. border-left: 1px solid rgba(0,0,0,0.05);
  704. }
  705. .directory tr.even {
  706. padding-left: 6px;
  707. background-color: #F7F8FB;
  708. }
  709. .directory img {
  710. vertical-align: -30%;
  711. }
  712. .directory .levels {
  713. white-space: nowrap;
  714. width: 100%;
  715. text-align: right;
  716. font-size: 9pt;
  717. }
  718. .directory .levels span {
  719. cursor: pointer;
  720. padding-left: 2px;
  721. padding-right: 2px;
  722. color: #3D578C;
  723. }
  724. .arrow {
  725. color: #9CAFD4;
  726. -webkit-user-select: none;
  727. -khtml-user-select: none;
  728. -moz-user-select: none;
  729. -ms-user-select: none;
  730. user-select: none;
  731. cursor: pointer;
  732. font-size: 80%;
  733. display: inline-block;
  734. width: 16px;
  735. height: 22px;
  736. }
  737. .icon {
  738. font-family: Arial, Helvetica;
  739. font-weight: bold;
  740. font-size: 12px;
  741. height: 14px;
  742. width: 16px;
  743. display: inline-block;
  744. background-color: #728DC1;
  745. color: white;
  746. text-align: center;
  747. border-radius: 4px;
  748. margin-left: 2px;
  749. margin-right: 2px;
  750. }
  751. .icona {
  752. width: 24px;
  753. height: 22px;
  754. display: inline-block;
  755. }
  756. .iconfopen {
  757. width: 24px;
  758. height: 18px;
  759. margin-bottom: 4px;
  760. background-image:url('folderopen.png');
  761. background-position: 0px -4px;
  762. background-repeat: repeat-y;
  763. vertical-align:top;
  764. display: inline-block;
  765. }
  766. .iconfclosed {
  767. width: 24px;
  768. height: 18px;
  769. margin-bottom: 4px;
  770. background-image:url('folderclosed.png');
  771. background-position: 0px -4px;
  772. background-repeat: repeat-y;
  773. vertical-align:top;
  774. display: inline-block;
  775. }
  776. .icondoc {
  777. width: 24px;
  778. height: 18px;
  779. margin-bottom: 4px;
  780. background-image:url('doc.png');
  781. background-position: 0px -4px;
  782. background-repeat: repeat-y;
  783. vertical-align:top;
  784. display: inline-block;
  785. }
  786. table.directory {
  787. font: 400 14px Roboto,sans-serif;
  788. }
  789. /* @end */
  790. div.dynheader {
  791. margin-top: 8px;
  792. -webkit-touch-callout: none;
  793. -webkit-user-select: none;
  794. -khtml-user-select: none;
  795. -moz-user-select: none;
  796. -ms-user-select: none;
  797. user-select: none;
  798. }
  799. address {
  800. font-style: normal;
  801. color: #2A3D61;
  802. }
  803. table.doxtable caption {
  804. caption-side: top;
  805. }
  806. table.doxtable {
  807. border-collapse:collapse;
  808. margin-top: 4px;
  809. margin-bottom: 4px;
  810. }
  811. table.doxtable td, table.doxtable th {
  812. border: 1px solid #2D4068;
  813. padding: 3px 7px 2px;
  814. }
  815. table.doxtable th {
  816. background-color: #374F7F;
  817. color: #FFFFFF;
  818. font-size: 110%;
  819. padding-bottom: 4px;
  820. padding-top: 5px;
  821. }
  822. table.fieldtable {
  823. /*width: 100%;*/
  824. margin-bottom: 10px;
  825. border: 1px solid #A8B8D9;
  826. border-spacing: 0px;
  827. -moz-border-radius: 4px;
  828. -webkit-border-radius: 4px;
  829. border-radius: 4px;
  830. -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
  831. -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
  832. box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
  833. }
  834. .fieldtable td, .fieldtable th {
  835. padding: 3px 7px 2px;
  836. }
  837. .fieldtable td.fieldtype, .fieldtable td.fieldname {
  838. white-space: nowrap;
  839. border-right: 1px solid #A8B8D9;
  840. border-bottom: 1px solid #A8B8D9;
  841. vertical-align: top;
  842. }
  843. .fieldtable td.fieldname {
  844. padding-top: 3px;
  845. }
  846. .fieldtable td.fielddoc {
  847. border-bottom: 1px solid #A8B8D9;
  848. /*width: 100%;*/
  849. }
  850. .fieldtable td.fielddoc p:first-child {
  851. margin-top: 0px;
  852. }
  853. .fieldtable td.fielddoc p:last-child {
  854. margin-bottom: 2px;
  855. }
  856. .fieldtable tr:last-child td {
  857. border-bottom: none;
  858. }
  859. .fieldtable th {
  860. background-image:url('nav_f.png');
  861. background-repeat:repeat-x;
  862. background-color: #E2E8F2;
  863. font-size: 90%;
  864. color: #253555;
  865. padding-bottom: 4px;
  866. padding-top: 5px;
  867. text-align:left;
  868. font-weight: 400;
  869. -moz-border-radius-topleft: 4px;
  870. -moz-border-radius-topright: 4px;
  871. -webkit-border-top-left-radius: 4px;
  872. -webkit-border-top-right-radius: 4px;
  873. border-top-left-radius: 4px;
  874. border-top-right-radius: 4px;
  875. border-bottom: 1px solid #A8B8D9;
  876. }
  877. .tabsearch {
  878. top: 0px;
  879. left: 10px;
  880. height: 36px;
  881. background-image: url('tab_b.png');
  882. z-index: 101;
  883. overflow: hidden;
  884. font-size: 13px;
  885. }
  886. .navpath ul
  887. {
  888. font-size: 11px;
  889. background-image:url('tab_b.png');
  890. background-repeat:repeat-x;
  891. background-position: 0 -5px;
  892. height:30px;
  893. line-height:30px;
  894. color:#8AA0CC;
  895. border:solid 1px #C2CDE4;
  896. overflow:hidden;
  897. margin:0px;
  898. padding:0px;
  899. }
  900. .navpath li
  901. {
  902. list-style-type:none;
  903. float:left;
  904. padding-left:10px;
  905. padding-right:15px;
  906. background-image:url('bc_s.png');
  907. background-repeat:no-repeat;
  908. background-position:right;
  909. color:#364D7C;
  910. }
  911. .navpath li.navelem a
  912. {
  913. height:32px;
  914. display:block;
  915. text-decoration: none;
  916. outline: none;
  917. color: #283A5D;
  918. font-family: 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
  919. text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
  920. text-decoration: none;
  921. }
  922. .navpath li.navelem a:hover
  923. {
  924. color:#6884BD;
  925. }
  926. .navpath li.footer
  927. {
  928. list-style-type:none;
  929. float:right;
  930. padding-left:10px;
  931. padding-right:15px;
  932. background-image:none;
  933. background-repeat:no-repeat;
  934. background-position:right;
  935. color:#364D7C;
  936. font-size: 8pt;
  937. }
  938. div.summary
  939. {
  940. float: right;
  941. font-size: 8pt;
  942. padding-right: 5px;
  943. width: 50%;
  944. text-align: right;
  945. }
  946. div.summary a
  947. {
  948. white-space: nowrap;
  949. }
  950. table.classindex
  951. {
  952. margin: 10px;
  953. white-space: nowrap;
  954. margin-left: 3%;
  955. margin-right: 3%;
  956. width: 94%;
  957. border: 0;
  958. border-spacing: 0;
  959. padding: 0;
  960. }
  961. div.ingroups
  962. {
  963. font-size: 8pt;
  964. width: 50%;
  965. text-align: left;
  966. }
  967. div.ingroups a
  968. {
  969. white-space: nowrap;
  970. }
  971. div.header
  972. {
  973. background-image:url('nav_h.png');
  974. background-repeat:repeat-x;
  975. background-color: #F9FAFC;
  976. margin: 0px;
  977. border-bottom: 1px solid #C4CFE5;
  978. }
  979. div.headertitle
  980. {
  981. padding: 5px 5px 5px 10px;
  982. }
  983. .PageDocRTL-title div.headertitle {
  984. text-align: right;
  985. direction: rtl;
  986. }
  987. dl {
  988. padding: 0 0 0 0;
  989. }
  990. /* dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug, dl.examples */
  991. dl.section {
  992. margin-left: 0px;
  993. padding-left: 0px;
  994. }
  995. dl.section.DocNodeRTL {
  996. margin-right: 0px;
  997. padding-right: 0px;
  998. }
  999. dl.note {
  1000. margin-left: -7px;
  1001. padding-left: 3px;
  1002. border-left: 4px solid;
  1003. border-color: #D0C000;
  1004. }
  1005. dl.note.DocNodeRTL {
  1006. margin-left: 0;
  1007. padding-left: 0;
  1008. border-left: 0;
  1009. margin-right: -7px;
  1010. padding-right: 3px;
  1011. border-right: 4px solid;
  1012. border-color: #D0C000;
  1013. }
  1014. dl.warning, dl.attention {
  1015. margin-left: -7px;
  1016. padding-left: 3px;
  1017. border-left: 4px solid;
  1018. border-color: #FF0000;
  1019. }
  1020. dl.warning.DocNodeRTL, dl.attention.DocNodeRTL {
  1021. margin-left: 0;
  1022. padding-left: 0;
  1023. border-left: 0;
  1024. margin-right: -7px;
  1025. padding-right: 3px;
  1026. border-right: 4px solid;
  1027. border-color: #FF0000;
  1028. }
  1029. dl.pre, dl.post, dl.invariant {
  1030. margin-left: -7px;
  1031. padding-left: 3px;
  1032. border-left: 4px solid;
  1033. border-color: #00D000;
  1034. }
  1035. dl.pre.DocNodeRTL, dl.post.DocNodeRTL, dl.invariant.DocNodeRTL {
  1036. margin-left: 0;
  1037. padding-left: 0;
  1038. border-left: 0;
  1039. margin-right: -7px;
  1040. padding-right: 3px;
  1041. border-right: 4px solid;
  1042. border-color: #00D000;
  1043. }
  1044. dl.deprecated {
  1045. margin-left: -7px;
  1046. padding-left: 3px;
  1047. border-left: 4px solid;
  1048. border-color: #505050;
  1049. }
  1050. dl.deprecated.DocNodeRTL {
  1051. margin-left: 0;
  1052. padding-left: 0;
  1053. border-left: 0;
  1054. margin-right: -7px;
  1055. padding-right: 3px;
  1056. border-right: 4px solid;
  1057. border-color: #505050;
  1058. }
  1059. dl.todo {
  1060. margin-left: -7px;
  1061. padding-left: 3px;
  1062. border-left: 4px solid;
  1063. border-color: #00C0E0;
  1064. }
  1065. dl.todo.DocNodeRTL {
  1066. margin-left: 0;
  1067. padding-left: 0;
  1068. border-left: 0;
  1069. margin-right: -7px;
  1070. padding-right: 3px;
  1071. border-right: 4px solid;
  1072. border-color: #00C0E0;
  1073. }
  1074. dl.test {
  1075. margin-left: -7px;
  1076. padding-left: 3px;
  1077. border-left: 4px solid;
  1078. border-color: #3030E0;
  1079. }
  1080. dl.test.DocNodeRTL {
  1081. margin-left: 0;
  1082. padding-left: 0;
  1083. border-left: 0;
  1084. margin-right: -7px;
  1085. padding-right: 3px;
  1086. border-right: 4px solid;
  1087. border-color: #3030E0;
  1088. }
  1089. dl.bug {
  1090. margin-left: -7px;
  1091. padding-left: 3px;
  1092. border-left: 4px solid;
  1093. border-color: #C08050;
  1094. }
  1095. dl.bug.DocNodeRTL {
  1096. margin-left: 0;
  1097. padding-left: 0;
  1098. border-left: 0;
  1099. margin-right: -7px;
  1100. padding-right: 3px;
  1101. border-right: 4px solid;
  1102. border-color: #C08050;
  1103. }
  1104. dl.section dd {
  1105. margin-bottom: 6px;
  1106. }
  1107. #projectlogo
  1108. {
  1109. text-align: center;
  1110. vertical-align: bottom;
  1111. border-collapse: separate;
  1112. }
  1113. #projectlogo img
  1114. {
  1115. border: 0px none;
  1116. }
  1117. #projectalign
  1118. {
  1119. vertical-align: middle;
  1120. }
  1121. #projectname
  1122. {
  1123. font: 300% Tahoma, Arial,sans-serif;
  1124. margin: 0px;
  1125. padding: 2px 0px;
  1126. }
  1127. #projectbrief
  1128. {
  1129. font: 120% Tahoma, Arial,sans-serif;
  1130. margin: 0px;
  1131. padding: 0px;
  1132. }
  1133. #projectnumber
  1134. {
  1135. font: 50% Tahoma, Arial,sans-serif;
  1136. margin: 0px;
  1137. padding: 0px;
  1138. }
  1139. #titlearea
  1140. {
  1141. padding: 0px;
  1142. margin: 0px;
  1143. width: 100%;
  1144. border-bottom: 1px solid #5373B4;
  1145. }
  1146. .image
  1147. {
  1148. text-align: center;
  1149. }
  1150. .dotgraph
  1151. {
  1152. text-align: center;
  1153. }
  1154. .mscgraph
  1155. {
  1156. text-align: center;
  1157. }
  1158. .plantumlgraph
  1159. {
  1160. text-align: center;
  1161. }
  1162. .diagraph
  1163. {
  1164. text-align: center;
  1165. }
  1166. .caption
  1167. {
  1168. font-weight: bold;
  1169. }
  1170. div.zoom
  1171. {
  1172. border: 1px solid #90A5CE;
  1173. }
  1174. dl.citelist {
  1175. margin-bottom:50px;
  1176. }
  1177. dl.citelist dt {
  1178. color:#334975;
  1179. float:left;
  1180. font-weight:bold;
  1181. margin-right:10px;
  1182. padding:5px;
  1183. text-align:right;
  1184. width:52px;
  1185. }
  1186. dl.citelist dd {
  1187. margin:2px 0 2px 72px;
  1188. padding:5px 0;
  1189. }
  1190. div.toc {
  1191. padding: 14px 25px;
  1192. background-color: #F4F6FA;
  1193. border: 1px solid #D8DFEE;
  1194. border-radius: 7px 7px 7px 7px;
  1195. float: right;
  1196. height: auto;
  1197. margin: 0 8px 10px 10px;
  1198. width: 200px;
  1199. }
  1200. .PageDocRTL-title div.toc {
  1201. float: left !important;
  1202. text-align: right;
  1203. }
  1204. div.toc li {
  1205. background: url("bdwn.png") no-repeat scroll 0 5px transparent;
  1206. font: 10px/1.2 Verdana,DejaVu Sans,Geneva,sans-serif;
  1207. margin-top: 5px;
  1208. padding-left: 10px;
  1209. padding-top: 2px;
  1210. }
  1211. .PageDocRTL-title div.toc li {
  1212. background-position-x: right !important;
  1213. padding-left: 0 !important;
  1214. padding-right: 10px;
  1215. }
  1216. div.toc h3 {
  1217. font: bold 12px/1.2 Arial,FreeSans,sans-serif;
  1218. color: #4665A2;
  1219. border-bottom: 0 none;
  1220. margin: 0;
  1221. }
  1222. div.toc ul {
  1223. list-style: none outside none;
  1224. border: medium none;
  1225. padding: 0px;
  1226. }
  1227. div.toc li.level1 {
  1228. margin-left: 0px;
  1229. }
  1230. div.toc li.level2 {
  1231. margin-left: 15px;
  1232. }
  1233. div.toc li.level3 {
  1234. margin-left: 30px;
  1235. }
  1236. div.toc li.level4 {
  1237. margin-left: 45px;
  1238. }
  1239. span.emoji {
  1240. /* font family used at the site: https://unicode.org/emoji/charts/full-emoji-list.html
  1241. * font-family: "Noto Color Emoji", "Apple Color Emoji", "Segoe UI Emoji", Times, Symbola, Aegyptus, Code2000, Code2001, Code2002, Musica, serif, LastResort;
  1242. */
  1243. }
  1244. .PageDocRTL-title div.toc li.level1 {
  1245. margin-left: 0 !important;
  1246. margin-right: 0;
  1247. }
  1248. .PageDocRTL-title div.toc li.level2 {
  1249. margin-left: 0 !important;
  1250. margin-right: 15px;
  1251. }
  1252. .PageDocRTL-title div.toc li.level3 {
  1253. margin-left: 0 !important;
  1254. margin-right: 30px;
  1255. }
  1256. .PageDocRTL-title div.toc li.level4 {
  1257. margin-left: 0 !important;
  1258. margin-right: 45px;
  1259. }
  1260. .inherit_header {
  1261. font-weight: bold;
  1262. color: gray;
  1263. cursor: pointer;
  1264. -webkit-touch-callout: none;
  1265. -webkit-user-select: none;
  1266. -khtml-user-select: none;
  1267. -moz-user-select: none;
  1268. -ms-user-select: none;
  1269. user-select: none;
  1270. }
  1271. .inherit_header td {
  1272. padding: 6px 0px 2px 5px;
  1273. }
  1274. .inherit {
  1275. display: none;
  1276. }
  1277. tr.heading h2 {
  1278. margin-top: 12px;
  1279. margin-bottom: 4px;
  1280. }
  1281. /* tooltip related style info */
  1282. .ttc {
  1283. position: absolute;
  1284. display: none;
  1285. }
  1286. #powerTip {
  1287. cursor: default;
  1288. white-space: nowrap;
  1289. background-color: white;
  1290. border: 1px solid gray;
  1291. border-radius: 4px 4px 4px 4px;
  1292. box-shadow: 1px 1px 7px gray;
  1293. display: none;
  1294. font-size: smaller;
  1295. max-width: 80%;
  1296. opacity: 0.9;
  1297. padding: 1ex 1em 1em;
  1298. position: absolute;
  1299. z-index: 2147483647;
  1300. }
  1301. #powerTip div.ttdoc {
  1302. color: grey;
  1303. font-style: italic;
  1304. }
  1305. #powerTip div.ttname a {
  1306. font-weight: bold;
  1307. }
  1308. #powerTip div.ttname {
  1309. font-weight: bold;
  1310. }
  1311. #powerTip div.ttdeci {
  1312. color: #006318;
  1313. }
  1314. #powerTip div {
  1315. margin: 0px;
  1316. padding: 0px;
  1317. font: 12px/16px Roboto,sans-serif;
  1318. }
  1319. #powerTip:before, #powerTip:after {
  1320. content: "";
  1321. position: absolute;
  1322. margin: 0px;
  1323. }
  1324. #powerTip.n:after, #powerTip.n:before,
  1325. #powerTip.s:after, #powerTip.s:before,
  1326. #powerTip.w:after, #powerTip.w:before,
  1327. #powerTip.e:after, #powerTip.e:before,
  1328. #powerTip.ne:after, #powerTip.ne:before,
  1329. #powerTip.se:after, #powerTip.se:before,
  1330. #powerTip.nw:after, #powerTip.nw:before,
  1331. #powerTip.sw:after, #powerTip.sw:before {
  1332. border: solid transparent;
  1333. content: " ";
  1334. height: 0;
  1335. width: 0;
  1336. position: absolute;
  1337. }
  1338. #powerTip.n:after, #powerTip.s:after,
  1339. #powerTip.w:after, #powerTip.e:after,
  1340. #powerTip.nw:after, #powerTip.ne:after,
  1341. #powerTip.sw:after, #powerTip.se:after {
  1342. border-color: rgba(255, 255, 255, 0);
  1343. }
  1344. #powerTip.n:before, #powerTip.s:before,
  1345. #powerTip.w:before, #powerTip.e:before,
  1346. #powerTip.nw:before, #powerTip.ne:before,
  1347. #powerTip.sw:before, #powerTip.se:before {
  1348. border-color: rgba(128, 128, 128, 0);
  1349. }
  1350. #powerTip.n:after, #powerTip.n:before,
  1351. #powerTip.ne:after, #powerTip.ne:before,
  1352. #powerTip.nw:after, #powerTip.nw:before {
  1353. top: 100%;
  1354. }
  1355. #powerTip.n:after, #powerTip.ne:after, #powerTip.nw:after {
  1356. border-top-color: #FFFFFF;
  1357. border-width: 10px;
  1358. margin: 0px -10px;
  1359. }
  1360. #powerTip.n:before {
  1361. border-top-color: #808080;
  1362. border-width: 11px;
  1363. margin: 0px -11px;
  1364. }
  1365. #powerTip.n:after, #powerTip.n:before {
  1366. left: 50%;
  1367. }
  1368. #powerTip.nw:after, #powerTip.nw:before {
  1369. right: 14px;
  1370. }
  1371. #powerTip.ne:after, #powerTip.ne:before {
  1372. left: 14px;
  1373. }
  1374. #powerTip.s:after, #powerTip.s:before,
  1375. #powerTip.se:after, #powerTip.se:before,
  1376. #powerTip.sw:after, #powerTip.sw:before {
  1377. bottom: 100%;
  1378. }
  1379. #powerTip.s:after, #powerTip.se:after, #powerTip.sw:after {
  1380. border-bottom-color: #FFFFFF;
  1381. border-width: 10px;
  1382. margin: 0px -10px;
  1383. }
  1384. #powerTip.s:before, #powerTip.se:before, #powerTip.sw:before {
  1385. border-bottom-color: #808080;
  1386. border-width: 11px;
  1387. margin: 0px -11px;
  1388. }
  1389. #powerTip.s:after, #powerTip.s:before {
  1390. left: 50%;
  1391. }
  1392. #powerTip.sw:after, #powerTip.sw:before {
  1393. right: 14px;
  1394. }
  1395. #powerTip.se:after, #powerTip.se:before {
  1396. left: 14px;
  1397. }
  1398. #powerTip.e:after, #powerTip.e:before {
  1399. left: 100%;
  1400. }
  1401. #powerTip.e:after {
  1402. border-left-color: #FFFFFF;
  1403. border-width: 10px;
  1404. top: 50%;
  1405. margin-top: -10px;
  1406. }
  1407. #powerTip.e:before {
  1408. border-left-color: #808080;
  1409. border-width: 11px;
  1410. top: 50%;
  1411. margin-top: -11px;
  1412. }
  1413. #powerTip.w:after, #powerTip.w:before {
  1414. right: 100%;
  1415. }
  1416. #powerTip.w:after {
  1417. border-right-color: #FFFFFF;
  1418. border-width: 10px;
  1419. top: 50%;
  1420. margin-top: -10px;
  1421. }
  1422. #powerTip.w:before {
  1423. border-right-color: #808080;
  1424. border-width: 11px;
  1425. top: 50%;
  1426. margin-top: -11px;
  1427. }
  1428. @media print
  1429. {
  1430. #top { display: none; }
  1431. #side-nav { display: none; }
  1432. #nav-path { display: none; }
  1433. body { overflow:visible; }
  1434. h1, h2, h3, h4, h5, h6 { page-break-after: avoid; }
  1435. .summary { display: none; }
  1436. .memitem { page-break-inside: avoid; }
  1437. #doc-content
  1438. {
  1439. margin-left:0 !important;
  1440. height:auto !important;
  1441. width:auto !important;
  1442. overflow:inherit;
  1443. display:inline;
  1444. }
  1445. }
  1446. /* @group Markdown */
  1447. table.markdownTable {
  1448. border-collapse:collapse;
  1449. margin-top: 4px;
  1450. margin-bottom: 4px;
  1451. }
  1452. table.markdownTable td, table.markdownTable th {
  1453. border: 1px solid #2D4068;
  1454. padding: 3px 7px 2px;
  1455. }
  1456. table.markdownTable tr {
  1457. }
  1458. th.markdownTableHeadLeft, th.markdownTableHeadRight, th.markdownTableHeadCenter, th.markdownTableHeadNone {
  1459. background-color: #374F7F;
  1460. color: #FFFFFF;
  1461. font-size: 110%;
  1462. padding-bottom: 4px;
  1463. padding-top: 5px;
  1464. }
  1465. th.markdownTableHeadLeft, td.markdownTableBodyLeft {
  1466. text-align: left
  1467. }
  1468. th.markdownTableHeadRight, td.markdownTableBodyRight {
  1469. text-align: right
  1470. }
  1471. th.markdownTableHeadCenter, td.markdownTableBodyCenter {
  1472. text-align: center
  1473. }
  1474. .DocNodeRTL {
  1475. text-align: right;
  1476. direction: rtl;
  1477. }
  1478. .DocNodeLTR {
  1479. text-align: left;
  1480. direction: ltr;
  1481. }
  1482. table.DocNodeRTL {
  1483. width: auto;
  1484. margin-right: 0;
  1485. margin-left: auto;
  1486. }
  1487. table.DocNodeLTR {
  1488. width: auto;
  1489. margin-right: auto;
  1490. margin-left: 0;
  1491. }
  1492. tt, code, kbd, samp
  1493. {
  1494. display: inline-block;
  1495. direction:ltr;
  1496. }
  1497. /* @end */
  1498. u {
  1499. text-decoration: underline;
  1500. }