doxygen.css 22 KB

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