libnl.css 19 KB

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