doxygen.css 26 KB

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