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.

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