doxygen.css 25 KB

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