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.
 
 
 
 
 
 

1118 lines
18 KiB

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