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.

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