You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2024 lines
36KB

  1. /*!
  2. * Bootstrap v2.1.1
  3. *
  4. * Copyright 2012 Twitter, Inc
  5. * Licensed under the Apache License v2.0
  6. * http://www.apache.org/licenses/LICENSE-2.0
  7. *
  8. * Designed and built with all the love in the world @twitter by @mdo and @fat.
  9. */
  10. html {
  11. font-size: 100%;
  12. -webkit-text-size-adjust: 100%;
  13. -ms-text-size-adjust: 100%;
  14. }
  15. a:focus {
  16. outline: thin dotted #333;
  17. outline: 5px auto -webkit-focus-ring-color;
  18. outline-offset: -2px;
  19. }
  20. a:hover,
  21. a:current {
  22. outline: 0;
  23. }
  24. img {
  25. /* Responsive images (ensure images don't scale beyond their parents) */
  26. max-width: 100%;
  27. /* Part 1: Set a maxium relative to the parent */
  28. width: auto\9;
  29. /* IE7-8 need help adjusting responsive images */
  30. height: auto;
  31. /* Part 2: Scale the height according to the width, otherwise you get stretching */
  32. vertical-align: middle;
  33. border: 0;
  34. -ms-interpolation-mode: bicubic;
  35. }
  36. body {
  37. margin: 0;
  38. font-family: sans-serif;
  39. font-size: 14px;
  40. line-height: 20px;
  41. color: #333333;
  42. background-color: #ffffff;
  43. }
  44. a {
  45. color: #0088cc;
  46. text-decoration: none;
  47. }
  48. a:hover {
  49. color: #005580;
  50. text-decoration: underline;
  51. }
  52. .container {
  53. width: 940px;
  54. }
  55. .container {
  56. margin-right: auto;
  57. margin-left: auto;
  58. *zoom: 1;
  59. }
  60. .container:before,
  61. .container:after {
  62. display: table;
  63. content: "";
  64. line-height: 0;
  65. }
  66. .container:after {
  67. clear: both;
  68. }
  69. .container-fluid {
  70. padding-right: 20px;
  71. padding-left: 20px;
  72. *zoom: 1;
  73. }
  74. small {
  75. font-size: 85%;
  76. }
  77. strong {
  78. font-weight: bold;
  79. }
  80. em {
  81. font-style: italic;
  82. }
  83. cite {
  84. font-style: normal;
  85. }
  86. .text-warning {
  87. color: #c09853;
  88. }
  89. .text-error {
  90. color: #b94a48;
  91. }
  92. .text-info {
  93. color: #3a87ad;
  94. }
  95. .text-success {
  96. color: #468847;
  97. }
  98. h1,
  99. h2,
  100. h3,
  101. h4,
  102. h5,
  103. h6 {
  104. margin: 10px 0;
  105. font-family: inherit;
  106. font-weight: bold;
  107. line-height: 1;
  108. color: inherit;
  109. text-rendering: optimizelegibility;
  110. }
  111. h1 small,
  112. h2 small,
  113. h3 small,
  114. h4 small,
  115. h5 small,
  116. h6 small {
  117. font-weight: normal;
  118. line-height: 1;
  119. color: #999999;
  120. }
  121. h1 {
  122. font-size: 30px;
  123. line-height: 40px;
  124. }
  125. h2 {
  126. font-size: 20px;
  127. line-height: 40px;
  128. }
  129. h3 {
  130. font-size: 18px;
  131. line-height: 40px;
  132. }
  133. h4 {
  134. font-size: 18px;
  135. line-height: 20px;
  136. }
  137. h5 {
  138. font-size: 14px;
  139. line-height: 20px;
  140. }
  141. h6 {
  142. font-size: 12px;
  143. line-height: 20px;
  144. }
  145. ul,
  146. ol {
  147. padding: 0;
  148. margin: 0 0 10px 25px;
  149. }
  150. ul ul,
  151. ul ol,
  152. ol ol,
  153. ol ul {
  154. margin-bottom: 0;
  155. }
  156. li {
  157. line-height: 20px;
  158. }
  159. ul.unstyled,
  160. ol.unstyled {
  161. margin-left: 0;
  162. list-style: none;
  163. }
  164. dl {
  165. margin-bottom: 20px;
  166. }
  167. dt,
  168. dd {
  169. line-height: 20px;
  170. }
  171. dt {
  172. font-weight: bold;
  173. }
  174. dd {
  175. margin-left: 10px;
  176. }
  177. blockquote {
  178. padding: 0 0 0 15px;
  179. margin: 0 0 20px;
  180. border-left: 5px solid #eeeeee;
  181. }
  182. blockquote p {
  183. margin-bottom: 0;
  184. font-size: 16px;
  185. font-weight: 300;
  186. line-height: 25px;
  187. }
  188. blockquote:before,
  189. blockquote:after {
  190. content: "";
  191. }
  192. .fragment,
  193. code,
  194. pre {
  195. padding: 0 3px 2px;
  196. font-family: monospace;
  197. font-size: 12px;
  198. color: #333333;
  199. -webkit-border-radius: 3px;
  200. -moz-border-radius: 3px;
  201. border-radius: 3px;
  202. }
  203. .fragment,
  204. code {
  205. padding: 2px 4px;
  206. color: #d14;
  207. background-color: #f7f7f9;
  208. border: 1px solid #e1e1e8;
  209. }
  210. pre {
  211. display: block;
  212. padding: 9.5px;
  213. margin: 0 0 10px;
  214. font-size: 13px;
  215. line-height: 20px;
  216. word-break: break-all;
  217. word-wrap: break-word;
  218. white-space: pre;
  219. white-space: pre-wrap;
  220. background-color: #f5f5f5;
  221. border: 1px solid #ccc;
  222. border: 1px solid rgba(0, 0, 0, 0.15);
  223. -webkit-border-radius: 4px;
  224. -moz-border-radius: 4px;
  225. border-radius: 4px;
  226. }
  227. pre code {
  228. padding: 0;
  229. color: inherit;
  230. background-color: transparent;
  231. border: 0;
  232. }
  233. .label,
  234. .badge {
  235. font-size: 11.844px;
  236. font-weight: bold;
  237. line-height: 14px;
  238. color: #ffffff;
  239. vertical-align: baseline;
  240. white-space: nowrap;
  241. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  242. background-color: #999999;
  243. }
  244. .label {
  245. padding: 1px 4px 2px;
  246. -webkit-border-radius: 3px;
  247. -moz-border-radius: 3px;
  248. border-radius: 3px;
  249. }
  250. .badge {
  251. padding: 1px 9px 2px;
  252. -webkit-border-radius: 9px;
  253. -moz-border-radius: 9px;
  254. border-radius: 9px;
  255. }
  256. .label a {
  257. color:#ffffff;
  258. }
  259. a.label:hover,
  260. a.badge:hover {
  261. color: #ffffff;
  262. text-decoration: none;
  263. cursor: pointer;
  264. }
  265. .label-important,
  266. .badge-important {
  267. background-color: #b94a48;
  268. }
  269. .label-important[href],
  270. .badge-important[href] {
  271. background-color: #953b39;
  272. }
  273. .label-warning,
  274. .badge-warning {
  275. background-color: #f89406;
  276. }
  277. .label-warning[href],
  278. .badge-warning[href] {
  279. background-color: #c67605;
  280. }
  281. .label-success,
  282. .badge-success {
  283. background-color: #468847;
  284. }
  285. .label-success[href],
  286. .badge-success[href] {
  287. background-color: #356635;
  288. }
  289. .label-info,
  290. .badge-info {
  291. background-color: #3a87ad;
  292. }
  293. .label-info[href],
  294. .badge-info[href] {
  295. background-color: #2d6987;
  296. }
  297. .label-inverse,
  298. .badge-inverse {
  299. background-color: #333333;
  300. }
  301. .label-inverse[href],
  302. .badge-inverse[href] {
  303. background-color: #1a1a1a;
  304. }
  305. table {
  306. max-width: 100%;
  307. background-color: transparent;
  308. border-collapse: collapse;
  309. border-spacing: 0;
  310. }
  311. table [class*=span],
  312. .row-fluid table [class*=span] {
  313. display: table-cell;
  314. float: none;
  315. margin-left: 0;
  316. }
  317. fieldset {
  318. padding: 0;
  319. margin: 0;
  320. border: 0;
  321. }
  322. legend {
  323. display: block;
  324. width: 100%;
  325. padding: 0;
  326. margin-bottom: 20px;
  327. font-size: 21px;
  328. line-height: 40px;
  329. color: #333333;
  330. border: 0;
  331. border-bottom: 1px solid #e5e5e5;
  332. }
  333. legend small {
  334. font-size: 15px;
  335. color: #999999;
  336. }
  337. label,
  338. input,
  339. button,
  340. select,
  341. textarea {
  342. font-size: 14px;
  343. font-weight: normal;
  344. line-height: 20px;
  345. }
  346. input,
  347. button,
  348. select,
  349. textarea {
  350. font-family: sans-serif;
  351. }
  352. label {
  353. display: block;
  354. margin-bottom: 5px;
  355. }
  356. .tablist {
  357. margin-left: 0;
  358. margin-bottom: 20px;
  359. list-style: none;
  360. }
  361. .tablist > li > a {
  362. display: block;
  363. }
  364. .tablist > li > a:hover {
  365. text-decoration: none;
  366. background-color: #eeeeee;
  367. }
  368. .tablist > .pull-right {
  369. float: right;
  370. }
  371. .tablist-header {
  372. display: block;
  373. padding: 3px 15px;
  374. font-size: 11px;
  375. font-weight: bold;
  376. line-height: 20px;
  377. color: #999999;
  378. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  379. text-transform: uppercase;
  380. }
  381. .tablist li + .tablist-header {
  382. margin-top: 9px;
  383. }
  384. .tablist-list {
  385. padding-left: 15px;
  386. padding-right: 15px;
  387. margin-bottom: 0;
  388. }
  389. .tablist-list > li > a,
  390. .tablist-list .tablist-header {
  391. margin-left: -15px;
  392. margin-right: -15px;
  393. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  394. }
  395. .tablist-list > li > a {
  396. padding: 3px 15px;
  397. }
  398. .tablist-list > .current > a,
  399. .tablist-list > .current > a:hover {
  400. color: #ffffff;
  401. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  402. background-color: #0088cc;
  403. }
  404. .tablist-list [class^="icon-"] {
  405. margin-right: 2px;
  406. }
  407. .tablist-list .divider {
  408. *width: 100%;
  409. height: 1px;
  410. margin: 9px 1px;
  411. *margin: -5px 0 5px;
  412. overflow: hidden;
  413. background-color: #e5e5e5;
  414. border-bottom: 1px solid #ffffff;
  415. }
  416. .tablist-tabs,
  417. .tablist {
  418. *zoom: 1;
  419. }
  420. .tablist-tabs:before,
  421. .tablist:before,
  422. .tablist-tabs:after,
  423. .tablist:after {
  424. display: table;
  425. content: "";
  426. line-height: 0;
  427. }
  428. .tablist-tabs:after,
  429. .tablist:after {
  430. clear: both;
  431. }
  432. .tablist-tabs > li,
  433. .tablist > li {
  434. float: left;
  435. }
  436. .tablist-tabs > li > a,
  437. .tablist > li > a {
  438. padding-right: 12px;
  439. padding-left: 12px;
  440. margin-right: 2px;
  441. line-height: 14px;
  442. }
  443. .tablist-tabs {
  444. border-bottom: 1px solid #ddd;
  445. }
  446. .tablist-tabs > li {
  447. margin-bottom: -1px;
  448. }
  449. .tablist-tabs > li > a {
  450. padding-top: 8px;
  451. padding-bottom: 8px;
  452. line-height: 20px;
  453. border: 1px solid transparent;
  454. -webkit-border-radius: 4px 4px 0 0;
  455. -moz-border-radius: 4px 4px 0 0;
  456. border-radius: 4px 4px 0 0;
  457. }
  458. .tablist-tabs > li > a:hover {
  459. border-color: #eeeeee #eeeeee #dddddd;
  460. }
  461. .tablist-tabs > .current > a,
  462. .tablist-tabs > .current > a:hover {
  463. color: #555555;
  464. background-color: #ffffff;
  465. border: 1px solid #ddd;
  466. border-bottom-color: transparent;
  467. cursor: default;
  468. }
  469. .tablist > li > a {
  470. padding-top: 8px;
  471. padding-bottom: 8px;
  472. margin-top: 2px;
  473. margin-bottom: 2px;
  474. -webkit-border-radius: 5px;
  475. -moz-border-radius: 5px;
  476. border-radius: 5px;
  477. }
  478. .tablist > .current > a,
  479. .tablist > .current > a:hover {
  480. color: #ffffff;
  481. background-color: #0088cc;
  482. }
  483. .tablist-stacked > li {
  484. float: none;
  485. }
  486. .tablist-stacked > li > a {
  487. margin-right: 0;
  488. }
  489. .tablist-tabs.tablist-stacked {
  490. border-bottom: 0;
  491. }
  492. .tablist-tabs.tablist-stacked > li > a {
  493. border: 1px solid #ddd;
  494. -webkit-border-radius: 0;
  495. -moz-border-radius: 0;
  496. border-radius: 0;
  497. }
  498. .tablist-tabs.tablist-stacked > li:first-child > a {
  499. -webkit-border-top-right-radius: 4px;
  500. -moz-border-radius-topright: 4px;
  501. border-top-right-radius: 4px;
  502. -webkit-border-top-left-radius: 4px;
  503. -moz-border-radius-topleft: 4px;
  504. border-top-left-radius: 4px;
  505. }
  506. .tablist-tabs.tablist-stacked > li:last-child > a {
  507. -webkit-border-bottom-right-radius: 4px;
  508. -moz-border-radius-bottomright: 4px;
  509. border-bottom-right-radius: 4px;
  510. -webkit-border-bottom-left-radius: 4px;
  511. -moz-border-radius-bottomleft: 4px;
  512. border-bottom-left-radius: 4px;
  513. }
  514. .tablist-tabs.tablist-stacked > li > a:hover {
  515. border-color: #ddd;
  516. z-index: 2;
  517. }
  518. .tablist.tablist-stacked > li > a {
  519. margin-bottom: 3px;
  520. }
  521. .tablist.tablist-stacked > li:last-child > a {
  522. margin-bottom: 1px;
  523. }
  524. .tablist-tabs .dropdown-menu {
  525. -webkit-border-radius: 0 0 6px 6px;
  526. -moz-border-radius: 0 0 6px 6px;
  527. border-radius: 0 0 6px 6px;
  528. }
  529. .tablist .dropdown-menu {
  530. -webkit-border-radius: 6px;
  531. -moz-border-radius: 6px;
  532. border-radius: 6px;
  533. }
  534. .tablist .dropdown-toggle .caret {
  535. border-top-color: #0088cc;
  536. border-bottom-color: #0088cc;
  537. margin-top: 6px;
  538. }
  539. .tablist .dropdown-toggle:hover .caret {
  540. border-top-color: #005580;
  541. border-bottom-color: #005580;
  542. }
  543. /* move down carets for tabs */
  544. .tablist-tabs .dropdown-toggle .caret {
  545. margin-top: 8px;
  546. }
  547. .tablist .current .dropdown-toggle .caret {
  548. border-top-color: #fff;
  549. border-bottom-color: #fff;
  550. }
  551. .tablist-tabs .current .dropdown-toggle .caret {
  552. border-top-color: #555555;
  553. border-bottom-color: #555555;
  554. }
  555. .tablist > .dropdown.current > a:hover {
  556. cursor: pointer;
  557. }
  558. .tablist-tabs .open .dropdown-toggle,
  559. .tablist .open .dropdown-toggle,
  560. .tablist > li.dropdown.open.current > a:hover {
  561. color: #ffffff;
  562. background-color: #999999;
  563. border-color: #999999;
  564. }
  565. .tablist li.dropdown.open .caret,
  566. .tablist li.dropdown.open.current .caret,
  567. .tablist li.dropdown.open a:hover .caret {
  568. border-top-color: #ffffff;
  569. border-bottom-color: #ffffff;
  570. opacity: 1;
  571. filter: alpha(opacity=100);
  572. }
  573. .tabs-stacked .open > a:hover {
  574. border-color: #999999;
  575. }
  576. .tab-content > .tab-pane,
  577. .pill-content > .pill-pane {
  578. display: none;
  579. }
  580. .tab-content > .current,
  581. .pill-content > .current {
  582. display: block;
  583. }
  584. .tabs-below > .tablist-tabs {
  585. border-top: 1px solid #ddd;
  586. }
  587. .tabs-below > .tablist-tabs > li {
  588. margin-top: -1px;
  589. margin-bottom: 0;
  590. }
  591. .tabs-below > .tablist-tabs > li > a {
  592. -webkit-border-radius: 0 0 4px 4px;
  593. -moz-border-radius: 0 0 4px 4px;
  594. border-radius: 0 0 4px 4px;
  595. }
  596. .tabs-below > .tablist-tabs > li > a:hover {
  597. border-bottom-color: transparent;
  598. border-top-color: #ddd;
  599. }
  600. .tabs-below > .tablist-tabs > .current > a,
  601. .tabs-below > .tablist-tabs > .current > a:hover {
  602. border-color: transparent #ddd #ddd #ddd;
  603. }
  604. .tabs-left > .tablist-tabs > li,
  605. .tabs-right > .tablist-tabs > li {
  606. float: none;
  607. }
  608. .tabs-left > .tablist-tabs > li > a,
  609. .tabs-right > .tablist-tabs > li > a {
  610. min-width: 74px;
  611. margin-right: 0;
  612. margin-bottom: 3px;
  613. }
  614. .tabs-left > .tablist-tabs {
  615. float: left;
  616. margin-right: 19px;
  617. border-right: 1px solid #ddd;
  618. }
  619. .tabs-left > .tablist-tabs > li > a {
  620. margin-right: -1px;
  621. -webkit-border-radius: 4px 0 0 4px;
  622. -moz-border-radius: 4px 0 0 4px;
  623. border-radius: 4px 0 0 4px;
  624. }
  625. .tabs-left > .tablist-tabs > li > a:hover {
  626. border-color: #eeeeee #dddddd #eeeeee #eeeeee;
  627. }
  628. .tabs-left > .tablist-tabs .current > a,
  629. .tabs-left > .tablist-tabs .current > a:hover {
  630. border-color: #ddd transparent #ddd #ddd;
  631. *border-right-color: #ffffff;
  632. }
  633. .tabs-right > .tablist-tabs {
  634. float: right;
  635. margin-left: 19px;
  636. border-left: 1px solid #ddd;
  637. }
  638. .tabs-right > .tablist-tabs > li > a {
  639. margin-left: -1px;
  640. -webkit-border-radius: 0 4px 4px 0;
  641. -moz-border-radius: 0 4px 4px 0;
  642. border-radius: 0 4px 4px 0;
  643. }
  644. .tabs-right > .tablist-tabs > li > a:hover {
  645. border-color: #eeeeee #eeeeee #eeeeee #dddddd;
  646. }
  647. .tabs-right > .tablist-tabs .current > a,
  648. .tabs-right > .tablist-tabs .current > a:hover {
  649. border-color: #ddd #ddd #ddd transparent;
  650. *border-left-color: #ffffff;
  651. }
  652. .tablist > .disabled > a {
  653. color: #999999;
  654. }
  655. .tablist > .disabled > a:hover {
  656. text-decoration: none;
  657. background-color: transparent;
  658. cursor: default;
  659. }
  660. .tablistbar {
  661. overflow: visible;
  662. margin-bottom: 20px;
  663. color: #ffffff;
  664. *position: relative;
  665. *z-index: 2;
  666. }
  667. .tablistbar-inner {
  668. min-height: 40px;
  669. padding-left: 20px;
  670. padding-right: 20px;
  671. background-color: #034c03;
  672. background-image: -moz-linear-gradient(top, #024002, #045f04);
  673. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#024002), to(#045f04));
  674. background-image: -webkit-linear-gradient(top, #024002, #045f04);
  675. background-image: -o-linear-gradient(top, #024002, #045f04);
  676. background-image: linear-gradient(to bottom, #024002, #045f04);
  677. background-repeat: repeat-x;
  678. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff024002', endColorstr='#ff045f04', GradientType=0);
  679. border: 1px solid #022402;
  680. -webkit-border-radius: 4px;
  681. -moz-border-radius: 4px;
  682. border-radius: 4px;
  683. -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  684. -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  685. box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  686. *zoom: 1;
  687. }
  688. .tablistbar-inner:before,
  689. .tablistbar-inner:after {
  690. display: table;
  691. content: "";
  692. line-height: 0;
  693. }
  694. .tablistbar-inner:after {
  695. clear: both;
  696. }
  697. .tablistbar .container {
  698. width: auto;
  699. }
  700. .tablist-collapse.collapse {
  701. height: auto;
  702. }
  703. .tablistbar .brand {
  704. float: left;
  705. display: block;
  706. padding: 10px 20px 10px;
  707. margin-left: -20px;
  708. font-size: 20px;
  709. font-weight: 200;
  710. color: #ffffff;
  711. text-shadow: 0 1px 0 #024002;
  712. }
  713. .tablistbar .brand:hover {
  714. text-decoration: none;
  715. }
  716. .tablistbar-text {
  717. margin-bottom: 0;
  718. line-height: 40px;
  719. }
  720. .tablistbar-link {
  721. color: #ffffff;
  722. }
  723. .tablistbar-link:hover {
  724. color: #333333;
  725. }
  726. .tablistbar .tablist {
  727. position: relative;
  728. left: 0;
  729. display: block;
  730. float: left;
  731. margin: 0 10px 0 0;
  732. }
  733. .tablistbar .tablist.pull-right {
  734. float: right;
  735. margin-right: 0;
  736. }
  737. .tablistbar .tablist > li {
  738. float: left;
  739. }
  740. .tablistbar .tablist > li > a {
  741. float: none;
  742. padding: 10px 15px 10px;
  743. color: #ffffff;
  744. text-decoration: none;
  745. text-shadow: 0 1px 0 #024002;
  746. }
  747. .tablistbar .tablist .dropdown-toggle .caret {
  748. margin-top: 8px;
  749. }
  750. .tablistbar .tablist > li > a:focus,
  751. .tablistbar .tablist > li > a:hover {
  752. background-color: transparent;
  753. color: white;
  754. text-decoration: none;
  755. }
  756. .tablistbar .tablist > .current > a,
  757. .tablistbar .tablist > .current > a:hover,
  758. .tablistbar .tablist > .current > a:focus {
  759. color: #555555;
  760. text-decoration: none;
  761. background-color: #034703;
  762. -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  763. -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  764. box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  765. }
  766. .tablistbar .btn-navbar {
  767. display: none;
  768. float: right;
  769. padding: 7px 10px;
  770. margin-left: 5px;
  771. margin-right: 5px;
  772. color: #ffffff;
  773. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  774. background-color: #023402;
  775. background-image: -moz-linear-gradient(top, #012701, #034703);
  776. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#012701), to(#034703));
  777. background-image: -webkit-linear-gradient(top, #012701, #034703);
  778. background-image: -o-linear-gradient(top, #012701, #034703);
  779. background-image: linear-gradient(to bottom, #012701, #034703);
  780. background-repeat: repeat-x;
  781. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff012701', endColorstr='#ff034703', GradientType=0);
  782. border-color: #034703 #034703 #000000;
  783. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  784. *background-color: #034703;
  785. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  786. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  787. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  788. -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  789. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  790. }
  791. .tablistbar .tablist > li > .dropdown-menu:before {
  792. content: '';
  793. display: inline-block;
  794. border-left: 7px solid transparent;
  795. border-right: 7px solid transparent;
  796. border-bottom: 7px solid #ccc;
  797. border-bottom-color: rgba(0, 0, 0, 0.2);
  798. position: absolute;
  799. top: -7px;
  800. left: 9px;
  801. }
  802. .tablistbar .tablist > li > .dropdown-menu:after {
  803. content: '';
  804. display: inline-block;
  805. border-left: 6px solid transparent;
  806. border-right: 6px solid transparent;
  807. border-bottom: 6px solid #ffffff;
  808. position: absolute;
  809. top: -6px;
  810. left: 10px;
  811. }
  812. .tablistbar .tablist li.dropdown.open > .dropdown-toggle,
  813. .tablistbar .tablist li.dropdown.current > .dropdown-toggle,
  814. .tablistbar .tablist li.dropdown.open.current > .dropdown-toggle {
  815. background-color: #034703;
  816. color: #555555;
  817. }
  818. .tablistbar .tablist li.dropdown > .dropdown-toggle .caret {
  819. border-top-color: #ffffff;
  820. border-bottom-color: #ffffff;
  821. }
  822. .tablistbar .tablist li.dropdown.open > .dropdown-toggle .caret,
  823. .tablistbar .tablist li.dropdown.current > .dropdown-toggle .caret,
  824. .tablistbar .tablist li.dropdown.open.current > .dropdown-toggle .caret {
  825. border-top-color: #555555;
  826. border-bottom-color: #555555;
  827. }
  828. .tablistbar .pull-right > li > .dropdown-menu,
  829. .tablistbar .tablist > li > .dropdown-menu.pull-right {
  830. left: auto;
  831. right: 0;
  832. }
  833. .tablistbar .pull-right > li > .dropdown-menu:before,
  834. .tablistbar .tablist > li > .dropdown-menu.pull-right:before {
  835. left: auto;
  836. right: 12px;
  837. }
  838. .tablistbar .pull-right > li > .dropdown-menu:after,
  839. .tablistbar .tablist > li > .dropdown-menu.pull-right:after {
  840. left: auto;
  841. right: 13px;
  842. }
  843. .tablistbar .pull-right > li > .dropdown-menu .dropdown-menu,
  844. .tablistbar .tablist > li > .dropdown-menu.pull-right .dropdown-menu {
  845. left: auto;
  846. right: 100%;
  847. margin-left: 0;
  848. margin-right: -1px;
  849. -webkit-border-radius: 6px 0 6px 6px;
  850. -moz-border-radius: 6px 0 6px 6px;
  851. border-radius: 6px 0 6px 6px;
  852. }
  853. .breadcrumb {
  854. padding: 8px 15px;
  855. margin: 0 0 20px;
  856. list-style: none;
  857. background-color: #f5f5f5;
  858. -webkit-border-radius: 4px;
  859. -moz-border-radius: 4px;
  860. border-radius: 4px;
  861. }
  862. .breadcrumb li {
  863. display: inline-block;
  864. *display: inline;
  865. /* IE7 inline-block hack */
  866. *zoom: 1;
  867. text-shadow: 0 1px 0 #ffffff;
  868. }
  869. .breadcrumb .divider {
  870. padding: 0 5px;
  871. color: #ccc;
  872. }
  873. .breadcrumb .current {
  874. color: #999999;
  875. }
  876. .pagination-right {
  877. text-align: right;
  878. }
  879. .fade {
  880. opacity: 0;
  881. -webkit-transition: opacity 0.15s linear;
  882. -moz-transition: opacity 0.15s linear;
  883. -o-transition: opacity 0.15s linear;
  884. transition: opacity 0.15s linear;
  885. }
  886. .fade.in {
  887. opacity: 1;
  888. }
  889. .collapse {
  890. position: relative;
  891. height: 0;
  892. overflow: hidden;
  893. -webkit-transition: height 0.35s ease;
  894. -moz-transition: height 0.35s ease;
  895. -o-transition: height 0.35s ease;
  896. transition: height 0.35s ease;
  897. }
  898. .collapse.in {
  899. height: auto;
  900. }
  901. .hidden {
  902. display: none;
  903. visibility: hidden;
  904. }
  905. .visible-phone {
  906. display: none !important;
  907. }
  908. .visible-tablet {
  909. display: none !important;
  910. }
  911. .hidden-desktop {
  912. display: none !important;
  913. }
  914. .visible-desktop {
  915. display: inherit !important;
  916. }
  917. @media (min-width: 768px) and (max-width: 979px) {
  918. .hidden-desktop {
  919. display: inherit !important;
  920. }
  921. .visible-desktop {
  922. display: none !important ;
  923. }
  924. .visible-tablet {
  925. display: inherit !important;
  926. }
  927. .hidden-tablet {
  928. display: none !important;
  929. }
  930. }
  931. @media (max-width: 767px) {
  932. .hidden-desktop {
  933. display: inherit !important;
  934. }
  935. .visible-desktop {
  936. display: none !important;
  937. }
  938. .visible-phone {
  939. display: inherit !important;
  940. }
  941. .hidden-phone {
  942. display: none !important;
  943. }
  944. }
  945. @media (max-width: 767px) {
  946. body {
  947. padding-left: 20px;
  948. padding-right: 20px;
  949. }
  950. .container {
  951. width: auto;
  952. }
  953. .row,
  954. .thumbnails {
  955. margin-left: 0;
  956. }
  957. }
  958. @media (max-width: 480px) {
  959. .tablist-collapse {
  960. -webkit-transform: translate3d(0, 0, 0);
  961. }
  962. .page-header h1 small {
  963. display: block;
  964. line-height: 20px;
  965. }
  966. }
  967. @media (min-width: 768px) and (max-width: 979px) {
  968. .row {
  969. margin-left: -20px;
  970. *zoom: 1;
  971. }
  972. .row:before,
  973. .row:after {
  974. display: table;
  975. content: "";
  976. line-height: 0;
  977. }
  978. .row:after {
  979. clear: both;
  980. }
  981. [class*="span"] {
  982. float: left;
  983. min-height: 1px;
  984. margin-left: 20px;
  985. }
  986. .container {
  987. width: 724px;
  988. }
  989. }
  990. @media (min-width: 1200px) {
  991. .row {
  992. margin-left: -30px;
  993. *zoom: 1;
  994. }
  995. .row:before,
  996. .row:after {
  997. display: table;
  998. content: "";
  999. line-height: 0;
  1000. }
  1001. .row:after {
  1002. clear: both;
  1003. }
  1004. [class*="span"] {
  1005. float: left;
  1006. min-height: 1px;
  1007. margin-left: 30px;
  1008. }
  1009. .container {
  1010. width: 1070px;
  1011. }
  1012. }
  1013. @media (max-width: 979px) {
  1014. body {
  1015. padding-top: 0;
  1016. }
  1017. }
  1018. @media (min-width: 980px) {
  1019. .tablist-collapse.collapse {
  1020. height: auto !important;
  1021. overflow: visible !important;
  1022. }
  1023. }
  1024. .tablistbar .brand {
  1025. padding: 5px;
  1026. margin-left: 0;
  1027. }
  1028. .tablistbar .brand img {
  1029. width: 30px;
  1030. vertical-align: middle;
  1031. }
  1032. h1 small {
  1033. font-size: 18px;
  1034. }
  1035. h1 small,
  1036. h2 small,
  1037. h3 small,
  1038. h4 small,
  1039. h5 small,
  1040. h6 small,
  1041. .page-header small {
  1042. line-height: 0.8;
  1043. font-weight: normal;
  1044. color: #999999;
  1045. display:block;
  1046. vertical-align: middle;
  1047. }
  1048. .page-header h1, h1:first-child {
  1049. font-size: 40px;
  1050. padding-bottom: 5px;
  1051. }
  1052. .page-header h1 {
  1053. border-bottom: 1px solid #999999;
  1054. padding-bottom: 9px;
  1055. }
  1056. .page-header img {
  1057. height: 80px;
  1058. padding-bottom: 5px;
  1059. }
  1060. .page-header small {
  1061. line-height: 1.1;
  1062. font-size: 18px;
  1063. }
  1064. h2,
  1065. h3,
  1066. h4,
  1067. div.ah,
  1068. .title {
  1069. border-color: #D6E9C6;
  1070. color: #468847;
  1071. border-style: solid;
  1072. border-width: 0 0 1px;
  1073. padding-left: 0.5em;
  1074. }
  1075. .google {
  1076. color: white;
  1077. }
  1078. .breadcrumb {
  1079. font-size: 11px;
  1080. padding-top: 2px;
  1081. padding-bottom: 2px;
  1082. }
  1083. h1 a,
  1084. h2 a,
  1085. h3 a,
  1086. h4 a {
  1087. color: inherit;
  1088. }
  1089. .tablistbar-inner a {
  1090. font-weight: bold;
  1091. }
  1092. .list-2panes:before,
  1093. .list-2panes:after {
  1094. display: table;
  1095. content: "";
  1096. line-height: 0;
  1097. }
  1098. .list-2panes:after {
  1099. clear:both;
  1100. }
  1101. .list-2panes li {
  1102. width: 470px;
  1103. width: 470px;
  1104. float: left;
  1105. margin-left: 30px;
  1106. min-height: 1px;
  1107. }
  1108. /* The standard CSS for doxygen */
  1109. /* @group Heading Levels */
  1110. dt {
  1111. font-weight: bold;
  1112. }
  1113. div.multicol {
  1114. -moz-column-gap: 1em;
  1115. -webkit-column-gap: 1em;
  1116. -moz-column-count: 3;
  1117. -webkit-column-count: 3;
  1118. }
  1119. p.startli, p.startdd, p.starttd {
  1120. margin-top: 2px;
  1121. }
  1122. p.endli {
  1123. margin-bottom: 0px;
  1124. }
  1125. p.enddd {
  1126. margin-bottom: 4px;
  1127. }
  1128. p.endtd {
  1129. margin-bottom: 2px;
  1130. }
  1131. /* @end */
  1132. caption {
  1133. font-weight: bold;
  1134. }
  1135. span.legend {
  1136. font-size: 70%;
  1137. text-align: center;
  1138. }
  1139. h3.version {
  1140. font-size: 90%;
  1141. text-align: center;
  1142. }
  1143. div.qindex, div.tablisttab{
  1144. background-color: #EBF6EB;
  1145. border: 1px solid #A3D7A3;
  1146. text-align: center;
  1147. }
  1148. div.qindex, div.tablistpath {
  1149. width: 100%;
  1150. line-height: 140%;
  1151. }
  1152. div.tablisttab {
  1153. margin-right: 15px;
  1154. }
  1155. /* @group Link Styling */
  1156. a {
  1157. color: #3D8C3D;
  1158. font-weight: normal;
  1159. text-decoration: none;
  1160. }
  1161. .contents a:visited {
  1162. color: #46A246;
  1163. }
  1164. a:hover {
  1165. text-decoration: underline;
  1166. }
  1167. a.qindex {
  1168. font-weight: bold;
  1169. }
  1170. a.qindexHL {
  1171. font-weight: bold;
  1172. background-color: #9CD49C;
  1173. color: #ffffff;
  1174. border: 1px double #86CA86;
  1175. }
  1176. .contents a.qindexHL:visited {
  1177. color: #ffffff;
  1178. }
  1179. a.el {
  1180. font-weight: bold;
  1181. }
  1182. a.elRef {
  1183. }
  1184. a.code {
  1185. color: #4665A2;
  1186. }
  1187. a.codeRef {
  1188. color: #4665A2;
  1189. }
  1190. /* @end */
  1191. dl.el {
  1192. margin-left: -1cm;
  1193. }
  1194. .fragment {
  1195. font-family: monospace, fixed;
  1196. font-size: 105%;
  1197. }
  1198. pre.fragment {
  1199. border: 1px solid #C4E5C4;
  1200. background-color: #FBFDFB;
  1201. padding: 4px 6px;
  1202. margin: 4px 8px 4px 2px;
  1203. overflow: auto;
  1204. word-wrap: break-word;
  1205. font-size: 9pt;
  1206. line-height: 125%;
  1207. }
  1208. div.groupHeader {
  1209. margin-left: 16px;
  1210. margin-top: 12px;
  1211. font-weight: bold;
  1212. }
  1213. div.groupText {
  1214. margin-left: 16px;
  1215. font-style: italic;
  1216. }
  1217. div.contents {
  1218. margin-top: 10px;
  1219. margin-left: 8px;
  1220. margin-right: 8px;
  1221. }
  1222. td.indexkey {
  1223. white-space: nowrap;
  1224. vertical-align: top;
  1225. }
  1226. tr.memlist {
  1227. background-color: #EEF7EE;
  1228. }
  1229. p.formulaDsp {
  1230. text-align: center;
  1231. }
  1232. img.formulaDsp {
  1233. }
  1234. img.formulaInl {
  1235. vertical-align: middle;
  1236. }
  1237. div.center {
  1238. text-align: center;
  1239. margin-top: 0px;
  1240. margin-bottom: 0px;
  1241. padding: 0px;
  1242. }
  1243. div.center img {
  1244. border: 0px;
  1245. }
  1246. #footer {
  1247. margin: -10px 1em 0;
  1248. padding-top: 20px;
  1249. text-align: center;
  1250. font-size: small;
  1251. }
  1252. address.footer {
  1253. background-color: #ffffff;
  1254. text-align: center;
  1255. }
  1256. img.footer {
  1257. border: 0px;
  1258. vertical-align: middle;
  1259. }
  1260. /* @group Code Colorization */
  1261. span.keyword {
  1262. color: #008000
  1263. }
  1264. span.keywordtype {
  1265. color: #604020
  1266. }
  1267. span.keywordflow {
  1268. color: #e08000
  1269. }
  1270. span.comment {
  1271. color: #800000
  1272. }
  1273. span.preprocessor {
  1274. color: #806020
  1275. }
  1276. span.stringliteral {
  1277. color: #002080
  1278. }
  1279. span.charliteral {
  1280. color: #008080
  1281. }
  1282. span.vhdldigit {
  1283. color: #ff00ff
  1284. }
  1285. span.vhdlchar {
  1286. color: #000000
  1287. }
  1288. span.vhdlkeyword {
  1289. color: #700070
  1290. }
  1291. span.vhdllogic {
  1292. color: #ff0000
  1293. }
  1294. /* @end */
  1295. /*
  1296. .search {
  1297. color: #003399;
  1298. font-weight: bold;
  1299. }
  1300. form.search {
  1301. margin-bottom: 0px;
  1302. margin-top: 0px;
  1303. }
  1304. input.search {
  1305. font-size: 75%;
  1306. color: #000080;
  1307. font-weight: normal;
  1308. background-color: #e8eef2;
  1309. }
  1310. */
  1311. td.tiny {
  1312. font-size: 75%;
  1313. }
  1314. .dirtab {
  1315. padding: 4px;
  1316. border-collapse: collapse;
  1317. border: 1px solid #A3D7A3;
  1318. }
  1319. th.dirtab {
  1320. background: #EBF6EB;
  1321. font-weight: bold;
  1322. }
  1323. hr {
  1324. height: 0px;
  1325. border: none;
  1326. border-top: 1px solid #4AAA4A;
  1327. }
  1328. hr.footer {
  1329. height: 1px;
  1330. }
  1331. /* @group Member Descriptions */
  1332. table.memberdecls {
  1333. border-spacing: 0px;
  1334. padding: 0px;
  1335. }
  1336. .mdescLeft, .mdescRight,
  1337. .memItemLeft, .memItemRight,
  1338. .memTemplItemLeft, .memTemplItemRight, .memTemplParams {
  1339. background-color: #F9FCF9;
  1340. border: none;
  1341. margin: 4px;
  1342. padding: 1px 0 0 8px;
  1343. }
  1344. .mdescLeft, .mdescRight {
  1345. padding: 0px 8px 4px 8px;
  1346. color: #555;
  1347. }
  1348. .memItemLeft, .memItemRight, .memTemplParams {
  1349. border-top: 1px solid #C4E5C4;
  1350. }
  1351. .memItemLeft, .memTemplItemLeft {
  1352. white-space: nowrap;
  1353. }
  1354. .memItemRight {
  1355. width: 100%;
  1356. }
  1357. .memTemplParams {
  1358. color: #46A246;
  1359. white-space: nowrap;
  1360. }
  1361. /* @end */
  1362. /* @group Member Details */
  1363. /* Styles for detailed member documentation */
  1364. .memtemplate {
  1365. font-size: 80%;
  1366. color: #46A246;
  1367. font-weight: normal;
  1368. margin-left: 9px;
  1369. }
  1370. .memnav {
  1371. background-color: #EBF6EB;
  1372. border: 1px solid #A3D7A3;
  1373. text-align: center;
  1374. margin: 2px;
  1375. margin-right: 15px;
  1376. padding: 2px;
  1377. }
  1378. .mempage {
  1379. width: 100%;
  1380. }
  1381. .memitem {
  1382. padding: 0;
  1383. margin-bottom: 10px;
  1384. margin-right: 5px;
  1385. }
  1386. .memname {
  1387. white-space: nowrap;
  1388. font-weight: bold;
  1389. margin-left: 6px;
  1390. }
  1391. .memproto, dl.reflist dt {
  1392. border-top: 1px solid #A8D9A8;
  1393. border-left: 1px solid #A8D9A8;
  1394. border-right: 1px solid #A8D9A8;
  1395. padding: 6px 0px 6px 0px;
  1396. color: #255525;
  1397. font-weight: bold;
  1398. text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
  1399. /* opera specific markup */
  1400. box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
  1401. border-top-right-radius: 8px;
  1402. border-top-left-radius: 8px;
  1403. /* firefox specific markup */
  1404. -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
  1405. -moz-border-radius-topright: 8px;
  1406. -moz-border-radius-topleft: 8px;
  1407. /* webkit specific markup */
  1408. -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
  1409. -webkit-border-top-right-radius: 8px;
  1410. -webkit-border-top-left-radius: 8px;
  1411. background-image:url('nav_f.png');
  1412. background-repeat:repeat-x;
  1413. background-color: #E2F2E2;
  1414. }
  1415. .memdoc, dl.reflist dd {
  1416. border-bottom: 1px solid #A8D9A8;
  1417. border-left: 1px solid #A8D9A8;
  1418. border-right: 1px solid #A8D9A8;
  1419. padding: 2px 5px;
  1420. background-color: #FBFDFB;
  1421. border-top-width: 0;
  1422. /* opera specific markup */
  1423. border-bottom-left-radius: 8px;
  1424. border-bottom-right-radius: 8px;
  1425. box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
  1426. /* firefox specific markup */
  1427. -moz-border-radius-bottomleft: 8px;
  1428. -moz-border-radius-bottomright: 8px;
  1429. -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
  1430. background-image: -moz-linear-gradient(center top, #FFFFFF 0%, #FFFFFF 60%, #F7FBF7 95%, #EEF7EE);
  1431. /* webkit specific markup */
  1432. -webkit-border-bottom-left-radius: 8px;
  1433. -webkit-border-bottom-right-radius: 8px;
  1434. -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
  1435. background-image: -webkit-gradient(linear,center top,center bottom,from(#FFFFFF), color-stop(0.6,#FFFFFF), color-stop(0.60,#FFFFFF), color-stop(0.95,#F7FBF7), to(#EEF7EE));
  1436. }
  1437. dl.reflist dt {
  1438. padding: 5px;
  1439. }
  1440. dl.reflist dd {
  1441. margin: 0px 0px 10px 0px;
  1442. padding: 5px;
  1443. }
  1444. .paramkey {
  1445. text-align: right;
  1446. }
  1447. .paramtype {
  1448. white-space: nowrap;
  1449. }
  1450. .paramname {
  1451. color: #602020;
  1452. white-space: nowrap;
  1453. }
  1454. .paramname em {
  1455. font-style: normal;
  1456. }
  1457. .params, .retval, .exception, .tparams {
  1458. border-spacing: 6px 2px;
  1459. }
  1460. .params .paramname, .retval .paramname {
  1461. font-weight: bold;
  1462. vertical-align: top;
  1463. }
  1464. .params .paramtype {
  1465. font-style: italic;
  1466. vertical-align: top;
  1467. }
  1468. .params .paramdir {
  1469. font-family: "courier new",courier,monospace;
  1470. vertical-align: top;
  1471. }
  1472. /* @end */
  1473. /* @group Directory (tree) */
  1474. /* for the tree view */
  1475. .ftvtree {
  1476. font-family: sans-serif;
  1477. margin: 0px;
  1478. }
  1479. /* these are for tree view when used as main index */
  1480. .directory {
  1481. font-size: 9pt;
  1482. font-weight: bold;
  1483. margin: 5px;
  1484. }
  1485. .directory h3 {
  1486. margin: 0px;
  1487. margin-top: 1em;
  1488. font-size: 11pt;
  1489. }
  1490. /*
  1491. The following two styles can be used to replace the root node title
  1492. with an image of your choice. Simply uncomment the next two styles,
  1493. specify the name of your image and be sure to set 'height' to the
  1494. proper pixel height of your image.
  1495. */
  1496. /*
  1497. .directory h3.swap {
  1498. height: 61px;
  1499. background-repeat: no-repeat;
  1500. background-image: url("yourimage.gif");
  1501. }
  1502. .directory h3.swap span {
  1503. display: none;
  1504. }
  1505. */
  1506. .directory > h3 {
  1507. margin-top: 0;
  1508. }
  1509. .directory p {
  1510. margin: 0px;
  1511. white-space: nowrap;
  1512. }
  1513. .directory div {
  1514. display: none;
  1515. margin: 0px;
  1516. }
  1517. .directory img {
  1518. vertical-align: -30%;
  1519. }
  1520. /* these are for tree view when not used as main index */
  1521. .directory-alt {
  1522. font-size: 100%;
  1523. font-weight: bold;
  1524. }
  1525. .directory-alt h3 {
  1526. margin: 0px;
  1527. margin-top: 1em;
  1528. font-size: 11pt;
  1529. }
  1530. .directory-alt > h3 {
  1531. margin-top: 0;
  1532. }
  1533. .directory-alt p {
  1534. margin: 0px;
  1535. white-space: nowrap;
  1536. }
  1537. .directory-alt div {
  1538. display: none;
  1539. margin: 0px;
  1540. }
  1541. .directory-alt img {
  1542. vertical-align: -30%;
  1543. }
  1544. /* @end */
  1545. div.dynheader {
  1546. margin-top: 8px;
  1547. }
  1548. address {
  1549. font-style: normal;
  1550. color: #2A612A;
  1551. }
  1552. table.doxtable {
  1553. border-collapse:collapse;
  1554. }
  1555. table.doxtable td, table.doxtable th {
  1556. border: 1px solid #2D682D;
  1557. padding: 3px 7px 2px;
  1558. }
  1559. table.doxtable th {
  1560. background-color: #377F37;
  1561. color: #FFFFFF;
  1562. font-size: 110%;
  1563. padding-bottom: 4px;
  1564. padding-top: 5px;
  1565. text-align:left;
  1566. }
  1567. table.fieldtable {
  1568. width: 100%;
  1569. margin-bottom: 10px;
  1570. border: 1px solid #A8D9A8;
  1571. border-spacing: 0px;
  1572. -moz-border-radius: 4px;
  1573. -webkit-border-radius: 4px;
  1574. border-radius: 4px;
  1575. -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
  1576. -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
  1577. box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
  1578. }
  1579. .fieldtable td, .fieldtable th {
  1580. padding: 3px 7px 2px;
  1581. }
  1582. .fieldtable td.fieldtype, .fieldtable td.fieldname {
  1583. white-space: nowrap;
  1584. border-right: 1px solid #A8D9A8;
  1585. border-bottom: 1px solid #A8D9A8;
  1586. vertical-align: top;
  1587. }
  1588. .fieldtable td.fielddoc {
  1589. border-bottom: 1px solid #A8D9A8;
  1590. width: 100%;
  1591. }
  1592. .fieldtable tr:last-child td {
  1593. border-bottom: none;
  1594. }
  1595. .fieldtable th {
  1596. background-image:url('nav_f.png');
  1597. background-repeat:repeat-x;
  1598. background-color: #E2F2E2;
  1599. font-size: 90%;
  1600. color: #255525;
  1601. padding-bottom: 4px;
  1602. padding-top: 5px;
  1603. text-align:left;
  1604. -moz-border-radius-topleft: 4px;
  1605. -moz-border-radius-topright: 4px;
  1606. -webkit-border-top-left-radius: 4px;
  1607. -webkit-border-top-right-radius: 4px;
  1608. border-top-left-radius: 4px;
  1609. border-top-right-radius: 4px;
  1610. border-bottom: 1px solid #A8D9A8;
  1611. }
  1612. .tabsearch {
  1613. top: 0px;
  1614. left: 10px;
  1615. height: 36px;
  1616. background-image: url('tab_b.png');
  1617. z-index: 101;
  1618. overflow: hidden;
  1619. font-size: 13px;
  1620. }
  1621. .tablistpath ul
  1622. {
  1623. font-size: 11px;
  1624. background-image:url('tab_b.png');
  1625. background-repeat:repeat-x;
  1626. height:30px;
  1627. line-height:30px;
  1628. color:#8ACC8A;
  1629. border:solid 1px #C2E4C2;
  1630. overflow:hidden;
  1631. margin:0px;
  1632. padding:0px;
  1633. }
  1634. .tablistpath li
  1635. {
  1636. list-style-type:none;
  1637. float:left;
  1638. padding-left:10px;
  1639. padding-right:15px;
  1640. background-image:url('bc_s.png');
  1641. background-repeat:no-repeat;
  1642. background-position:right;
  1643. color:#367C36;
  1644. }
  1645. .tablistpath li.tablistelem a
  1646. {
  1647. height:32px;
  1648. display:block;
  1649. text-decoration: none;
  1650. outline: none;
  1651. }
  1652. .tablistpath li.tablistelem a:hover
  1653. {
  1654. color:#68BD68;
  1655. }
  1656. .tablistpath li.footer
  1657. {
  1658. list-style-type:none;
  1659. float:right;
  1660. padding-left:10px;
  1661. padding-right:15px;
  1662. background-image:none;
  1663. background-repeat:no-repeat;
  1664. background-position:right;
  1665. color:#367C36;
  1666. font-size: 8pt;
  1667. }
  1668. div.summary
  1669. {
  1670. margin-top: 12px;
  1671. text-align: center;
  1672. }
  1673. div.summary a
  1674. {
  1675. white-space: nowrap;
  1676. }
  1677. div.ingroups
  1678. {
  1679. margin-left: 5px;
  1680. font-size: 8pt;
  1681. padding-left: 5px;
  1682. width: 50%;
  1683. text-align: left;
  1684. }
  1685. div.ingroups a
  1686. {
  1687. white-space: nowrap;
  1688. }
  1689. div.headertitle
  1690. {
  1691. padding: 5px 5px 5px 7px;
  1692. }
  1693. dl
  1694. {
  1695. padding: 0 0 0 10px;
  1696. }
  1697. dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug
  1698. {
  1699. border-left:4px solid;
  1700. padding: 0 0 0 6px;
  1701. }
  1702. dl.note
  1703. {
  1704. border-color: #D0C000;
  1705. }
  1706. dl.warning, dl.attention
  1707. {
  1708. border-color: #FF0000;
  1709. }
  1710. dl.pre, dl.post, dl.invariant
  1711. {
  1712. border-color: #00D000;
  1713. }
  1714. dl.deprecated
  1715. {
  1716. border-color: #505050;
  1717. }
  1718. dl.todo
  1719. {
  1720. border-color: #00C0E0;
  1721. }
  1722. dl.test
  1723. {
  1724. border-color: #3030E0;
  1725. }
  1726. dl.bug
  1727. {
  1728. border-color: #C08050;
  1729. }
  1730. #projectlogo
  1731. {
  1732. text-align: center;
  1733. vertical-align: bottom;
  1734. border-collapse: separate;
  1735. }
  1736. #projectlogo img
  1737. {
  1738. border: 0px none;
  1739. }
  1740. #projectname
  1741. {
  1742. font: 300% Tahoma, Arial,sans-serif;
  1743. margin: 0px;
  1744. padding: 2px 0px;
  1745. }
  1746. #projectbrief
  1747. {
  1748. font: 120% Tahoma, Arial,sans-serif;
  1749. margin: 0px;
  1750. padding: 0px;
  1751. }
  1752. #projectnumber
  1753. {
  1754. font: 50% Tahoma, Arial,sans-serif;
  1755. margin: 0px;
  1756. padding: 0px;
  1757. }
  1758. #titlearea
  1759. {
  1760. padding: 0px;
  1761. margin: 0px;
  1762. width: 100%;
  1763. border-bottom: 1px solid #53B453;
  1764. }
  1765. .image
  1766. {
  1767. text-align: center;
  1768. }
  1769. .dotgraph
  1770. {
  1771. text-align: center;
  1772. }
  1773. .mscgraph
  1774. {
  1775. text-align: center;
  1776. }
  1777. .caption
  1778. {
  1779. font-weight: bold;
  1780. }
  1781. div.zoom
  1782. {
  1783. border: 1px solid #90CE90;
  1784. }
  1785. dl.citelist {
  1786. margin-bottom:50px;
  1787. }
  1788. dl.citelist dt {
  1789. color:#337533;
  1790. float:left;
  1791. font-weight:bold;
  1792. margin-right:10px;
  1793. padding:5px;
  1794. }
  1795. dl.citelist dd {
  1796. margin:2px 0;
  1797. padding:5px 0;
  1798. }
  1799. @media print
  1800. {
  1801. #top { display: none; }
  1802. #side-nav { display: none; }
  1803. #nav-path { display: none; }
  1804. body { overflow:visible; }
  1805. h1, h2, h3, h4, h5, h6 { page-break-after: avoid; }
  1806. .summary { display: none; }
  1807. .memitem { page-break-inside: avoid; }
  1808. #doc-content
  1809. {
  1810. margin-left:0 !important;
  1811. height:auto !important;
  1812. width:auto !important;
  1813. overflow:inherit;
  1814. display:inline;
  1815. }
  1816. pre.fragment
  1817. {
  1818. overflow: visible;
  1819. text-wrap: unrestricted;
  1820. white-space: -moz-pre-wrap; /* Moz */
  1821. white-space: -pre-wrap; /* Opera 4-6 */
  1822. white-space: -o-pre-wrap; /* Opera 7 */
  1823. white-space: pre-wrap; /* CSS3 */
  1824. word-wrap: break-word; /* IE 5.5+ */
  1825. }
  1826. }
  1827. #proj_desc {
  1828. font-size: 1.2em;
  1829. }