docs.css 25 KB

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