1112 lines
17 KiB

  1. body {
  2. background:#fff;
  3. color:#000;
  4. margin:10px;
  5. padding:0;
  6. }
  7. body,th,td {
  8. font:normal 13px Verdana,Arial,'Bitstream Vera Sans',Helvetica,sans-serif;
  9. }
  10. h1,h2,h3,h4 {
  11. font-family:Arial,Verdana,'Bitstream Vera Sans',Helvetica,sans-serif;
  12. font-weight:bold;
  13. letter-spacing:-.018em;
  14. page-break-after:avoid;
  15. }
  16. h1 {
  17. font-size:19px;
  18. margin:.15em 1em .5em 0;
  19. }
  20. h2 {
  21. font-size:16px;
  22. }
  23. h3 {
  24. font-size:14px;
  25. }
  26. hr {
  27. border:none;
  28. border-top:1px solid #ccb;
  29. margin:2em 0;
  30. }
  31. address {
  32. font-style:normal;
  33. }
  34. img {
  35. border:none;
  36. }
  37. .underline {
  38. text-decoration:underline;
  39. }
  40. ol.loweralpha {
  41. list-style-type:lower-alpha;
  42. }
  43. ol.upperalpha {
  44. list-style-type:upper-alpha;
  45. }
  46. ol.lowerroman {
  47. list-style-type:lower-roman;
  48. }
  49. ol.upperroman {
  50. list-style-type:upper-roman;
  51. }
  52. ol.arabic {
  53. list-style-type:decimal;
  54. }
  55. /* Link styles */
  56. :link,:visited {
  57. text-decoration:none;
  58. color:#b00;
  59. border-bottom:1px dotted #bbb;
  60. }
  61. :link:hover,:visited:hover {
  62. background-color:#eee;
  63. color:#555;
  64. }
  65. h1 :link,h1 :visited,h2 :link,h2 :visited,h3 :link,h3 :visited,h4 :link,h4 :visited,h5 :link,h5 :visited,h6 :link,h6 :visited {
  66. color:inherit;
  67. }
  68. /* Heading anchors */
  69. .anchor:link,.anchor:visited {
  70. border:none;
  71. color:#d7d7d7;
  72. font-size:.8em;
  73. vertical-align:text-top;
  74. }
  75. * > .anchor:link,* > .anchor:visited {
  76. visibility:hidden;
  77. }
  78. h1:hover .anchor,h2:hover .anchor,h3:hover .anchor,h4:hover .anchor,h5:hover .anchor,h6:hover .anchor {
  79. visibility:visible;
  80. }
  81. @media screen {
  82. a.ext-link .icon {
  83. background:url(../extlink.gif) left center no-repeat;
  84. padding-left:16px;
  85. }
  86. a.mail-link .icon {
  87. background:url(../envelope.png) left center no-repeat;
  88. padding-left:16px;
  89. }
  90. }
  91. /* Forms */
  92. input,textarea,select {
  93. margin:2px;
  94. }
  95. input,select {
  96. vertical-align:middle;
  97. }
  98. input[type=button],input[type=submit],input[type=reset] {
  99. background:#eee;
  100. color:#222;
  101. border:1px outset #ccc;
  102. padding:.1em .5em;
  103. }
  104. input[type=button]:hover,input[type=submit]:hover,input[type=reset]:hover {
  105. background:#ccb;
  106. }
  107. input[type=button][disabled],input[type=submit][disabled],input[type=reset][disabled] {
  108. background:#f6f6f6;
  109. border-style:solid;
  110. color:#999;
  111. }
  112. input[type=text],input.textwidget,textarea {
  113. border:1px solid #d7d7d7;
  114. }
  115. input[type=text],input.textwidget {
  116. padding:.25em .5em;
  117. }
  118. input[type=text]:focus,input.textwidget:focus,textarea:focus {
  119. border:1px solid #886;
  120. }
  121. option {
  122. border-bottom:1px dotted #d7d7d7;
  123. }
  124. fieldset {
  125. border:1px solid #d7d7d7;
  126. padding:.5em;
  127. margin:1em 0;
  128. }
  129. form p.hint,form span.hint {
  130. color:#666;
  131. font-style:italic;
  132. margin:.5em 0;
  133. padding-left:1em;
  134. }
  135. fieldset.iefix {
  136. background:transparent;
  137. border:none;
  138. padding:0;
  139. margin:0;
  140. }
  141. * html fieldset.iefix {
  142. width:98%;
  143. }
  144. fieldset.iefix p {
  145. margin:0;
  146. }
  147. legend {
  148. color:#999;
  149. padding:0 .25em;
  150. font-weight:bold;
  151. }
  152. label.disabled {
  153. color:#d7d7d7;
  154. }
  155. .buttons {
  156. margin:.5em .5em .5em 0;
  157. }
  158. .buttons form,.buttons form div {
  159. display:inline;
  160. }
  161. .buttons input {
  162. margin:1em .5em .1em 0;
  163. }
  164. .inlinebuttons input {
  165. border-width:1px;
  166. border-style:dotted;
  167. margin:0 .1em;
  168. padding:.1em;
  169. background:none;
  170. }
  171. /* Header */
  172. #header hr {
  173. display:none;
  174. }
  175. #header h1 {
  176. margin:1.5em 0 -1.5em;
  177. }
  178. #header img {
  179. border:none;
  180. margin:0 0 -3em;
  181. }
  182. #header :link,#header :visited,#header :link:hover,#header :visited:hover {
  183. background:transparent;
  184. color:#555;
  185. margin-bottom:2px;
  186. border:none;
  187. }
  188. #header h1 :link:hover,#header h1 :visited:hover {
  189. color:#000;
  190. }
  191. /* Quick search */
  192. #search {
  193. clear:both;
  194. font-size:10px;
  195. height:2.2em;
  196. margin:0 0 1em;
  197. text-align:right;
  198. }
  199. #search input {
  200. font-size:10px;
  201. }
  202. #search label {
  203. display:none;
  204. }
  205. /* Navigation */
  206. .nav h2,.nav hr {
  207. display:none;
  208. }
  209. .nav ul {
  210. list-style:none;
  211. margin:0;
  212. }
  213. .nav li {
  214. border-right:1px solid #d7d7d7;
  215. display:inline;
  216. padding:0 .75em;
  217. white-space:nowrap;
  218. }
  219. .nav li.last {
  220. border-right:none;
  221. }
  222. .nav ul {
  223. font-size: 0.9em !important;
  224. }
  225. .nav li {
  226. border-color: #224422;
  227. }
  228. /* Main navigation bar */
  229. #mainnav .active :link, #mainnav .active :visited {
  230. background: #88AA77;
  231. color: #224422;
  232. border: none;
  233. }
  234. #mainnav .active :link:hover, #mainnav .active :visited:hover {
  235. border: none;
  236. background: #224422;
  237. }
  238. #mainnav {
  239. background:#945973 url(../topbar_gradient.png) 0 0;
  240. font:normal 1em verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
  241. margin:.66em 0 .33em;
  242. padding:.2em 0;
  243. border: none;
  244. }
  245. #mainnav li {
  246. border: none;
  247. padding:.25em 0;
  248. }
  249. #mainnav :link, #mainnav :visited {
  250. background:url(../dots.gif) 0 0 no-repeat;
  251. border-right:1px solid #fff;
  252. border-bottom:none;
  253. border-left:1px solid #555;
  254. color:#000;
  255. padding:.2em 20px;
  256. font-weight: bold;
  257. }
  258. * html #mainnav :link,* html #mainnav :visited {
  259. background-position:1px 0;
  260. }
  261. #mainnav :link:hover,#mainnav :visited:hover {
  262. background-color:#ccc;
  263. border-right:1px solid #ddd;
  264. }
  265. #mainnav .active :link,#mainnav .active :visited {
  266. background:#333 url(../topbar_gradient2.png) 0 0 repeat-x;
  267. border-top:none;
  268. border-right:1px solid #000;
  269. color:#eee;
  270. font-weight:bold;
  271. }
  272. #mainnav .active :link:hover,#mainnav .active :visited:hover {
  273. border-right:1px solid #000;
  274. }
  275. /* Context-dependent navigation links */
  276. #ctxtnav {
  277. height:1em;
  278. }
  279. #ctxtnav li ul {
  280. background:#f7f7f7;
  281. color:#ccc;
  282. border:1px solid;
  283. padding:0;
  284. display:inline;
  285. margin:0;
  286. }
  287. #ctxtnav li li {
  288. padding:0;
  289. }
  290. #ctxtnav li li :link,#ctxtnav li li :visited {
  291. padding:0 1em;
  292. }
  293. #ctxtnav li li :link:hover,#ctxtnav li li :visited:hover {
  294. background:#bba;
  295. color:#fff;
  296. }
  297. #ctxtnav ul {
  298. text-align: right;
  299. }
  300. #metanav ul {
  301. text-align: right;
  302. }
  303. /* Alternate links */
  304. #altlinks {
  305. clear:both;
  306. text-align:center;
  307. }
  308. #altlinks h3 {
  309. font-size:12px;
  310. letter-spacing:normal;
  311. margin:0;
  312. }
  313. #altlinks ul {
  314. list-style:none;
  315. margin:0;
  316. padding:0 0 1em;
  317. }
  318. #altlinks li {
  319. border-right:1px solid #d7d7d7;
  320. display:inline;
  321. font-size:11px;
  322. line-height:1.5;
  323. padding:0 1em;
  324. white-space:nowrap;
  325. }
  326. #altlinks li.last {
  327. border-right:none;
  328. }
  329. #altlinks li :link,#altlinks li :visited {
  330. background-repeat:no-repeat;
  331. color:#666;
  332. border:none;
  333. padding:0 0 2px;
  334. }
  335. #altlinks li a.ics {
  336. background-image:url(../ics.png);
  337. padding-left:22px;
  338. }
  339. #altlinks li a.rss {
  340. background-image:url(../feed.png);
  341. padding-left:20px;
  342. }
  343. /* Footer */
  344. #footer {
  345. clear:both;
  346. color:#bbb;
  347. font-size:10px;
  348. border-top:1px solid;
  349. height:31px;
  350. padding:.25em 0;
  351. }
  352. #footer :link,#footer :visited {
  353. color:#bbb;
  354. }
  355. #footer hr {
  356. display:none;
  357. }
  358. #footer #tracpowered {
  359. border:0;
  360. float:left;
  361. }
  362. #footer #tracpowered:hover {
  363. background:transparent;
  364. }
  365. #footer p {
  366. margin:0;
  367. }
  368. #footer p.left {
  369. float:left;
  370. margin-left:1em;
  371. padding:0 1em;
  372. border-left:1px solid #d7d7d7;
  373. border-right:1px solid #d7d7d7;
  374. }
  375. #footer p.right {
  376. float:right;
  377. text-align:right;
  378. }
  379. #content {
  380. padding-bottom:2em;
  381. position:relative;
  382. }
  383. #help {
  384. clear:both;
  385. color:#999;
  386. margin:1em;
  387. text-align:right;
  388. }
  389. #help :link,#help :visited {
  390. cursor:help;
  391. }
  392. #help hr {
  393. display:none;
  394. }
  395. /* Page preferences form */
  396. #prefs {
  397. background:#f7f7f0;
  398. border:1px outset #998;
  399. float:right;
  400. font-size:9px;
  401. padding:.8em;
  402. position:relative;
  403. margin:0 1em 1em;
  404. }
  405. * html #prefs {
  406. width:26em;
  407. }
  408. /* Set width only for IE */
  409. #prefs input,#prefs select {
  410. font-size:9px;
  411. vertical-align:middle;
  412. }
  413. #prefs fieldset {
  414. background:transparent;
  415. border:none;
  416. margin:.5em;
  417. padding:0;
  418. }
  419. #prefs fieldset legend {
  420. background:transparent;
  421. color:#000;
  422. font-size:9px;
  423. font-weight:normal;
  424. margin:0 0 0 -1.5em;
  425. padding:0;
  426. }
  427. #prefs .buttons {
  428. text-align:right;
  429. }
  430. /* Version information (browser, wiki, attachments) */
  431. #info {
  432. margin:1em 0 0;
  433. background:#f7f7f0;
  434. border:1px solid #d7d7d7;
  435. border-collapse:collapse;
  436. border-spacing:0;
  437. clear:both;
  438. width:100%;
  439. }
  440. #info th,#info td {
  441. padding:2px .5em;
  442. vertical-align:top;
  443. }
  444. #info th {
  445. font-weight:bold;
  446. text-align:left;
  447. white-space:nowrap;
  448. }
  449. #info td.message {
  450. width:100%;
  451. }
  452. #info .message ul {
  453. padding:0;
  454. margin:0 2em;
  455. }
  456. #info .message p {
  457. margin:0;
  458. padding:0;
  459. }
  460. /* Wiki */
  461. .wikipage {
  462. padding-left:18px;
  463. }
  464. .wikipage h1,.wikipage h2,.wikipage h3 {
  465. margin-left:-18px;
  466. }
  467. a.missing:link,a.missing:visited,span.missing {
  468. color:#998;
  469. }
  470. a.missing:link,a.missing:visited {
  471. background:#fafaf0;
  472. }
  473. a.missing:hover {
  474. color:#000;
  475. }
  476. a.closed:link,a.closed:visited {
  477. text-decoration:line-through;
  478. }
  479. span.closed {
  480. text-decoration:line-through;
  481. }
  482. span.forbidden,a.forbidden {
  483. background:#fafaf0;
  484. color:#998;
  485. }
  486. /* User-selectable styles for blocks */
  487. .important {
  488. background:#fcb;
  489. border:1px dotted #d00;
  490. color:#500;
  491. padding:0 .5em;
  492. margin:.5em;
  493. }
  494. dl.wiki dt {
  495. font-weight:bold;
  496. }
  497. dl.compact dt {
  498. float:left;
  499. padding-right:.5em;
  500. }
  501. dl.compact dd {
  502. margin:0;
  503. padding:0;
  504. }
  505. pre.wiki,pre.literal-block {
  506. background:#f7f7f7;
  507. border:1px solid #d7d7d7;
  508. margin:1em 1.75em;
  509. padding:.25em;
  510. overflow:auto;
  511. }
  512. blockquote.citation {
  513. margin:-.6em 0;
  514. border-style:solid;
  515. border-width:0 0 0 2px;
  516. padding-left:.5em;
  517. border-color:#b44;
  518. }
  519. .citation blockquote.citation {
  520. border-color:#4b4;
  521. }
  522. .citation .citation blockquote.citation {
  523. border-color:#44b;
  524. }
  525. .citation .citation .citation blockquote.citation {
  526. border-color:#c55;
  527. }
  528. table.wiki {
  529. border:2px solid #ccc;
  530. border-collapse:collapse;
  531. border-spacing:0;
  532. }
  533. table.wiki td {
  534. border:1px solid #ccc;
  535. padding:.1em .25em;
  536. }
  537. .wikitoolbar {
  538. border:solid #d7d7d7;
  539. border-width:1px 1px 1px 0;
  540. height:18px;
  541. width:234px;
  542. }
  543. .wikitoolbar :link,.wikitoolbar :visited {
  544. background:transparent url(../edit_toolbar.png) no-repeat;
  545. border:1px solid #fff;
  546. border-left-color:#d7d7d7;
  547. cursor:default;
  548. display:block;
  549. float:left;
  550. width:24px;
  551. height:16px;
  552. }
  553. .wikitoolbar :link:hover,.wikitoolbar :visited:hover {
  554. background-color:transparent;
  555. border:1px solid #fb2;
  556. }
  557. .wikitoolbar a#em {
  558. background-position:0 0;
  559. }
  560. .wikitoolbar a#strong {
  561. background-position:0 -16px;
  562. }
  563. .wikitoolbar a#heading {
  564. background-position:0 -32px;
  565. }
  566. .wikitoolbar a#link {
  567. background-position:0 -48px;
  568. }
  569. .wikitoolbar a#code {
  570. background-position:0 -64px;
  571. }
  572. .wikitoolbar a#hr {
  573. background-position:0 -80px;
  574. }
  575. .wikitoolbar a#np {
  576. background-position:0 -96px;
  577. }
  578. .wikitoolbar a#br {
  579. background-position:0 -112px;
  580. }
  581. .wikitoolbar a#img {
  582. background-position:0 -128px;
  583. }
  584. /* Styles for the form for adding attachments. */
  585. #attachment .field {
  586. margin-top:1.3em;
  587. }
  588. #attachment label {
  589. padding-left:.2em;
  590. }
  591. #attachment fieldset {
  592. margin-top:2em;
  593. }
  594. #attachment fieldset .field {
  595. float:left;
  596. margin:0 1em .5em 0;
  597. }
  598. #attachment .options {
  599. float:left;
  600. padding:0 0 1em 1em;
  601. }
  602. #attachment br {
  603. clear:left;
  604. }
  605. .attachment #preview {
  606. margin-top:1em;
  607. }
  608. /* Styles for the list of attachments. */
  609. #attachments {
  610. border:1px outset #996;
  611. padding:1em;
  612. }
  613. #attachments .attachments {
  614. margin-left:2em;
  615. padding:0;
  616. }
  617. #attachments dt {
  618. display:list-item;
  619. list-style:square;
  620. }
  621. #attachments dd {
  622. font-style:italic;
  623. margin-left:0;
  624. padding-left:0;
  625. }
  626. /* Styles for tabular listings such as those used for displaying directory
  627. contents and report results. */
  628. table.listing {
  629. clear:both;
  630. border-bottom:1px solid #d7d7d7;
  631. border-collapse:collapse;
  632. border-spacing:0;
  633. margin-top:1em;
  634. width:100%;
  635. }
  636. table.listing th {
  637. text-align:left;
  638. padding:0 1em .1em 0;
  639. font-size:12px;
  640. }
  641. table.listing thead {
  642. background:#f7f7f0;
  643. }
  644. table.listing thead th {
  645. border:1px solid #d7d7d7;
  646. border-bottom-color:#999;
  647. font-size:11px;
  648. font-weight:bold;
  649. padding:2px .5em;
  650. vertical-align:bottom;
  651. }
  652. table.listing thead th :link:hover,table.listing thead th :visited:hover {
  653. background-color:transparent;
  654. }
  655. table.listing thead th a {
  656. border:none;
  657. padding-right:12px;
  658. }
  659. table.listing th.asc a,table.listing th.desc a {
  660. font-weight:bold;
  661. }
  662. table.listing th.asc a,table.listing th.desc a {
  663. background-position:100% 50%;
  664. background-repeat:no-repeat;
  665. }
  666. table.listing th.asc a {
  667. background-image:url(../asc.png);
  668. }
  669. table.listing th.desc a {
  670. background-image:url(../desc.png);
  671. }
  672. table.listing tbody td,table.listing tbody th {
  673. border:1px dotted #ddd;
  674. padding:.3em .5em;
  675. vertical-align:top;
  676. }
  677. table.listing tbody td a:hover,table.listing tbody th a:hover {
  678. background-color:transparent;
  679. }
  680. table.listing tbody tr {
  681. border-top:1px solid #ddd;
  682. }
  683. table.listing tbody tr.even {
  684. background-color:#fcfcfc;
  685. }
  686. table.listing tbody tr.odd {
  687. background-color:#f7f7f7;
  688. }
  689. table.listing tbody tr:hover {
  690. background:#eed!important;
  691. }
  692. table.listing tbody tr.focus {
  693. background:#ddf!important;
  694. }
  695. /* Styles for the page history table
  696. (extends the styles for "table.listing") */
  697. #fieldhist td {
  698. padding:0 .5em;
  699. }
  700. #fieldhist td.date,#fieldhist td.diff,#fieldhist td.version,#fieldhist td.author {
  701. white-space:nowrap;
  702. }
  703. #fieldhist td.version {
  704. text-align:center;
  705. }
  706. #fieldhist td.comment {
  707. width:100%;
  708. }
  709. /* Auto-completion interface */
  710. .suggestions {
  711. background:#fff;
  712. border:1px solid #886;
  713. color:#222;
  714. }
  715. .suggestions ul {
  716. font-family:sans-serif;
  717. max-height:20em;
  718. min-height:3em;
  719. list-style:none;
  720. margin:0;
  721. overflow:auto;
  722. padding:0;
  723. width:440px;
  724. }
  725. * html .suggestions ul {
  726. height:10em;
  727. }
  728. .suggestions li {
  729. background:#fff;
  730. cursor:pointer;
  731. padding:2px 5px;
  732. }
  733. .suggestions li.selected {
  734. background:#b9b9b9;
  735. }
  736. /* Styles for the error page (and rst errors) */
  737. #content.error .message,div.system-message {
  738. background:#fdc;
  739. border:2px solid #d00;
  740. color:#500;
  741. padding:.5em;
  742. margin:1em 0;
  743. }
  744. #content.error div.message pre,div.system-message pre {
  745. margin-left:1em;
  746. overflow:hidden;
  747. white-space:normal;
  748. }
  749. div.system-message p {
  750. margin:0;
  751. }
  752. div.system-message p.system-message-title {
  753. font-weight:bold;
  754. }
  755. #warning.system-message {
  756. background:#ffa;
  757. border:2px solid #886;
  758. }
  759. #warning.system-message li {
  760. list-style-type:square;
  761. }
  762. #notice.system-message {
  763. background:#bfb;
  764. border:2px solid #484;
  765. }
  766. #notice.system-message li {
  767. list-style-type:square;
  768. }
  769. #content.error form.newticket {
  770. display:inline;
  771. }
  772. #content.error form.newticket textarea {
  773. display:none;
  774. }
  775. #content.error #systeminfo {
  776. margin:1em;
  777. width:auto;
  778. }
  779. #content.error #systeminfo th {
  780. font-weight:bold;
  781. text-align:right;
  782. }
  783. #content.error #traceback {
  784. margin-left:1em;
  785. }
  786. #content.error #traceback :link,#content.error #traceback :visited {
  787. border:none;
  788. }
  789. #content.error #traceback div {
  790. margin-left:1em;
  791. }
  792. #content.error #traceback h3 {
  793. margin:.5em 0 0;
  794. }
  795. #content.error #traceback :link var,#content.error #traceback :visited var {
  796. font-family:monospace;
  797. font-style:normal;
  798. font-weight:bold;
  799. }
  800. #content.error #traceback span.file {
  801. color:#666;
  802. }
  803. #content.error #traceback ul {
  804. list-style:none;
  805. margin:.5em 0;
  806. padding:0;
  807. }
  808. #content.error #traceback ol {
  809. border:1px dotted #d7d7d7;
  810. color:#999;
  811. line-height:1;
  812. margin:.5em 0;
  813. }
  814. #content.error #traceback ol li {
  815. white-space:pre;
  816. }
  817. #content.error #traceback ol li.current {
  818. background:#e6e6e6;
  819. color:#333;
  820. }
  821. #content.error #traceback ol li code {
  822. color:#666;
  823. }
  824. #content.error #traceback ol li.current code {
  825. color:#000;
  826. }
  827. #content.error #traceback table {
  828. margin:.5em 0 1em;
  829. }
  830. #content.error #traceback th,#content.error #traceback td {
  831. padding:1px;
  832. }
  833. #content.error #traceback th var {
  834. font-family:monospace;
  835. font-style:normal;
  836. }
  837. #content.error #traceback td code {
  838. white-space:pre;
  839. }
  840. #content .paging {
  841. margin:0 0 2em;
  842. padding:.5em 0 0;
  843. line-height:2em;
  844. text-align:center;
  845. }
  846. #content .paging .current {
  847. padding:.1em .3em;
  848. border:1px solid #333;
  849. background:#999;
  850. color:#fff;
  851. }
  852. #content .paging :link,#content .paging :visited {
  853. padding:.1em .3em;
  854. border:1px solid #666;
  855. background:transparent;
  856. color:#666;
  857. }
  858. #content .paging :link:hover,#content .paging :visited:hover {
  859. background:#999;
  860. color:#fff;
  861. border-color:#333;
  862. }
  863. #content .paging .previous a,#content .paging .next a {
  864. font-weight:bold;
  865. border:none;
  866. }
  867. #content .paging .previous a:hover,#content .paging .next a:hover {
  868. background:transparent;
  869. color:#666;
  870. }
  871. #content h2 .numresults {
  872. color:#666;
  873. }
  874. /* Styles for search word highlighting */
  875. @media screen {
  876. .searchword0 {
  877. background:#ff9;
  878. }
  879. .searchword1 {
  880. background:#cfc;
  881. }
  882. .searchword2 {
  883. background:#cff;
  884. }
  885. .searchword3 {
  886. background:#ccf;
  887. }
  888. .searchword4 {
  889. background:#fcf;
  890. }
  891. }
  892. @media print {
  893. #header,#altlinks,#footer,#help {
  894. display:none;
  895. }
  896. .nav,form,.buttons form,form .buttons,form .inlinebuttons {
  897. display:none;
  898. }
  899. form.printableform {
  900. display:block;
  901. }