customdoxygen.css 27 KB

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