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