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.

1440 lines
25 KiB

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