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.

1186 lines
20 KiB

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