html_custom.css 25 KB

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