doxygen.css 25 KB

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