custom.css 25 KB

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