doxygen.css 20 KB

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