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.
 
 
 
 
 
 

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 { /*url(../topbar_gradient.png)*/
  258. background:#945973 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: transparent 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 { /* url(../topbar_gradient2.png) */
  281. background: #88AA77;
  282. color: #224422;
  283. border: none;
  284. background: 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. color: #fff;
  291. }
  292. * html #mainnav :link,* html #mainnav :visited {
  293. background-position:1px 0;
  294. }
  295. /* Context-dependent navigation links */
  296. #ctxtnav {
  297. height:1em;
  298. }
  299. #ctxtnav ul {
  300. text-align: right;
  301. }
  302. #metanav ul {
  303. text-align: right;
  304. }
  305. #ctxtnav li ul {
  306. background:#f7f7f7;
  307. color:#ccc;
  308. border:1px solid;
  309. padding:0;
  310. display:inline;
  311. margin:0;
  312. }
  313. #ctxtnav li li {
  314. padding:0;
  315. }
  316. #ctxtnav li li :link,#ctxtnav li li :visited {
  317. padding:0 1em;
  318. }
  319. #ctxtnav li li :link:hover,#ctxtnav li li :visited:hover {
  320. background:#bba;
  321. color:#fff;
  322. }
  323. /* Alternate links */
  324. #altlinks {
  325. clear:both;
  326. text-align:center;
  327. }
  328. #altlinks h3 {
  329. font-size:12px;
  330. letter-spacing:normal;
  331. margin:0;
  332. }
  333. #altlinks ul {
  334. list-style:none;
  335. margin:0;
  336. padding:0 0 1em;
  337. }
  338. #altlinks li {
  339. border-right:1px solid #d7d7d7;
  340. display:inline;
  341. font-size:11px;
  342. line-height:1.5;
  343. padding:0 1em;
  344. white-space:nowrap;
  345. }
  346. #altlinks li.last {
  347. border-right:none;
  348. }
  349. #altlinks li :link,#altlinks li :visited {
  350. background-repeat:no-repeat;
  351. color:#666;
  352. border:none;
  353. padding:0 0 2px;
  354. }
  355. #altlinks li a.ics {
  356. background-image:url(../ics.png);
  357. padding-left:22px;
  358. }
  359. #altlinks li a.rss {
  360. background-image:url(../feed.png);
  361. padding-left:20px;
  362. }
  363. /* Footer */
  364. #footer {
  365. clear:both;
  366. color:#bbb;
  367. font-size:10px;
  368. border-top:1px solid;
  369. height:31px;
  370. padding:.25em 0;
  371. }
  372. #footer :link,#footer :visited {
  373. color:#bbb;
  374. }
  375. #footer hr {
  376. display:none;
  377. }
  378. #footer #tracpowered {
  379. border:0;
  380. float:left;
  381. }
  382. #footer #tracpowered:hover {
  383. background:transparent;
  384. }
  385. #footer p {
  386. margin:0;
  387. }
  388. #footer p.left {
  389. float:left;
  390. margin-left:1em;
  391. padding:0 1em;
  392. border-left:1px solid #d7d7d7;
  393. border-right:1px solid #d7d7d7;
  394. }
  395. #footer p.right {
  396. float:right;
  397. text-align:right;
  398. }
  399. #content {
  400. padding-bottom:2em;
  401. position:relative;
  402. }
  403. #help {
  404. clear:both;
  405. color:#999;
  406. margin:1em;
  407. text-align:right;
  408. }
  409. #help :link,#help :visited {
  410. cursor:help;
  411. }
  412. #help hr {
  413. display:none;
  414. }
  415. /* Page preferences form */
  416. #prefs {
  417. background:#f7f7f0;
  418. border:1px outset #998;
  419. float:right;
  420. font-size:9px;
  421. padding:.8em;
  422. position:relative;
  423. margin:0 1em 1em;
  424. }
  425. * html #prefs {
  426. width:26em;
  427. }
  428. /* Set width only for IE */
  429. #prefs input,#prefs select {
  430. font-size:9px;
  431. vertical-align:middle;
  432. }
  433. #prefs fieldset {
  434. background:transparent;
  435. border:none;
  436. margin:.5em;
  437. padding:0;
  438. }
  439. #prefs fieldset legend {
  440. background:transparent;
  441. color:#000;
  442. font-size:9px;
  443. font-weight:normal;
  444. margin:0 0 0 -1.5em;
  445. padding:0;
  446. }
  447. #prefs .buttons {
  448. text-align:right;
  449. }
  450. /* Version information (browser, wiki, attachments) */
  451. #info {
  452. margin:1em 0 0;
  453. background:#f7f7f0;
  454. border:1px solid #d7d7d7;
  455. border-collapse:collapse;
  456. border-spacing:0;
  457. clear:both;
  458. width:100%;
  459. }
  460. #info th,#info td {
  461. padding:2px .5em;
  462. vertical-align:top;
  463. }
  464. #info th {
  465. font-weight:bold;
  466. text-align:left;
  467. white-space:nowrap;
  468. }
  469. #info td.message {
  470. width:100%;
  471. }
  472. #info .message ul {
  473. padding:0;
  474. margin:0 2em;
  475. }
  476. #info .message p {
  477. margin:0;
  478. padding:0;
  479. }
  480. /* Wiki */
  481. .wikipage {
  482. padding-left:18px;
  483. }
  484. .wikipage h1,.wikipage h2,.wikipage h3 {
  485. margin-left:-18px;
  486. }
  487. a.missing:link,a.missing:visited,span.missing {
  488. color:#998;
  489. }
  490. a.missing:link,a.missing:visited {
  491. background:#fafaf0;
  492. }
  493. a.missing:hover {
  494. color:#000;
  495. }
  496. a.closed:link,a.closed:visited {
  497. text-decoration:line-through;
  498. }
  499. span.closed {
  500. text-decoration:line-through;
  501. }
  502. span.forbidden,a.forbidden {
  503. background:#fafaf0;
  504. color:#998;
  505. }
  506. /* User-selectable styles for blocks */
  507. .important {
  508. background:#fcb;
  509. border:1px dotted #d00;
  510. color:#500;
  511. padding:0 .5em;
  512. margin:.5em;
  513. }
  514. dl.wiki dt {
  515. font-weight:bold;
  516. }
  517. dl.compact dt {
  518. float:left;
  519. padding-right:.5em;
  520. }
  521. dl.compact dd {
  522. margin:0;
  523. padding:0;
  524. }
  525. pre.wiki,pre.literal-block {
  526. background:#f7f7f7;
  527. border:1px solid #d7d7d7;
  528. margin:1em 1.75em;
  529. padding:.25em;
  530. overflow:auto;
  531. }
  532. blockquote.citation {
  533. margin:-.6em 0;
  534. border-style:solid;
  535. border-width:0 0 0 2px;
  536. padding-left:.5em;
  537. border-color:#b44;
  538. }
  539. .citation blockquote.citation {
  540. border-color:#4b4;
  541. }
  542. .citation .citation blockquote.citation {
  543. border-color:#44b;
  544. }
  545. .citation .citation .citation blockquote.citation {
  546. border-color:#c55;
  547. }
  548. table.wiki {
  549. border:2px solid #ccc;
  550. border-collapse:collapse;
  551. border-spacing:0;
  552. }
  553. table.wiki td {
  554. border:1px solid #ccc;
  555. padding:.1em .25em;
  556. }
  557. .wikitoolbar {
  558. border:solid #d7d7d7;
  559. border-width:1px 1px 1px 0;
  560. height:18px;
  561. width:234px;
  562. }
  563. .wikitoolbar :link,.wikitoolbar :visited {
  564. background:transparent url(../edit_toolbar.png) no-repeat;
  565. border:1px solid #fff;
  566. border-left-color:#d7d7d7;
  567. cursor:default;
  568. display:block;
  569. float:left;
  570. width:24px;
  571. height:16px;
  572. }
  573. .wikitoolbar :link:hover,.wikitoolbar :visited:hover {
  574. background-color:transparent;
  575. border:1px solid #fb2;
  576. }
  577. .wikitoolbar a#em {
  578. background-position:0 0;
  579. }
  580. .wikitoolbar a#strong {
  581. background-position:0 -16px;
  582. }
  583. .wikitoolbar a#heading {
  584. background-position:0 -32px;
  585. }
  586. .wikitoolbar a#link {
  587. background-position:0 -48px;
  588. }
  589. .wikitoolbar a#code {
  590. background-position:0 -64px;
  591. }
  592. .wikitoolbar a#hr {
  593. background-position:0 -80px;
  594. }
  595. .wikitoolbar a#np {
  596. background-position:0 -96px;
  597. }
  598. .wikitoolbar a#br {
  599. background-position:0 -112px;
  600. }
  601. .wikitoolbar a#img {
  602. background-position:0 -128px;
  603. }
  604. /* Styles for the form for adding attachments. */
  605. #attachment .field {
  606. margin-top:1.3em;
  607. }
  608. #attachment label {
  609. padding-left:.2em;
  610. }
  611. #attachment fieldset {
  612. margin-top:2em;
  613. }
  614. #attachment fieldset .field {
  615. float:left;
  616. margin:0 1em .5em 0;
  617. }
  618. #attachment .options {
  619. float:left;
  620. padding:0 0 1em 1em;
  621. }
  622. #attachment br {
  623. clear:left;
  624. }
  625. .attachment #preview {
  626. margin-top:1em;
  627. }
  628. /* Styles for the list of attachments. */
  629. #attachments {
  630. border:1px outset #996;
  631. padding:1em;
  632. }
  633. #attachments .attachments {
  634. margin-left:2em;
  635. padding:0;
  636. }
  637. #attachments dt {
  638. display:list-item;
  639. list-style:square;
  640. }
  641. #attachments dd {
  642. font-style:italic;
  643. margin-left:0;
  644. padding-left:0;
  645. }
  646. /* Styles for tabular listings such as those used for displaying directory
  647. contents and report results. */
  648. table.listing {
  649. clear:both;
  650. border-bottom:1px solid #d7d7d7;
  651. border-collapse:collapse;
  652. border-spacing:0;
  653. margin-top:1em;
  654. width:100%;
  655. }
  656. table.listing th {
  657. text-align:left;
  658. padding:0 1em .1em 0;
  659. font-size:12px;
  660. }
  661. table.listing thead {
  662. background:#f7f7f0;
  663. }
  664. table.listing thead th {
  665. border:1px solid #d7d7d7;
  666. border-bottom-color:#999;
  667. font-size:11px;
  668. font-weight:bold;
  669. padding:2px .5em;
  670. vertical-align:bottom;
  671. }
  672. table.listing thead th :link:hover,table.listing thead th :visited:hover {
  673. background-color:transparent;
  674. }
  675. table.listing thead th a {
  676. border:none;
  677. padding-right:12px;
  678. }
  679. table.listing th.asc a,table.listing th.desc a {
  680. font-weight:bold;
  681. }
  682. table.listing th.asc a,table.listing th.desc a {
  683. background-position:100% 50%;
  684. background-repeat:no-repeat;
  685. }
  686. table.listing th.asc a {
  687. background-image:url(../asc.png);
  688. }
  689. table.listing th.desc a {
  690. background-image:url(../desc.png);
  691. }
  692. table.listing tbody td,table.listing tbody th {
  693. border:1px dotted #ddd;
  694. padding:.3em .5em;
  695. vertical-align:top;
  696. }
  697. table.listing tbody td a:hover,table.listing tbody th a:hover {
  698. background-color:transparent;
  699. }
  700. table.listing tbody tr {
  701. border-top:1px solid #ddd;
  702. }
  703. table.listing tbody tr.even {
  704. background-color:#fcfcfc;
  705. }
  706. table.listing tbody tr.odd {
  707. background-color:#f7f7f7;
  708. }
  709. table.listing tbody tr:hover {
  710. background:#eed!important;
  711. }
  712. table.listing tbody tr.focus {
  713. background:#ddf!important;
  714. }
  715. /* Styles for the page history table
  716. (extends the styles for "table.listing") */
  717. #fieldhist td {
  718. padding:0 .5em;
  719. }
  720. #fieldhist td.date,#fieldhist td.diff,#fieldhist td.version,#fieldhist td.author {
  721. white-space:nowrap;
  722. }
  723. #fieldhist td.version {
  724. text-align:center;
  725. }
  726. #fieldhist td.comment {
  727. width:100%;
  728. }
  729. /* Auto-completion interface */
  730. .suggestions {
  731. background:#fff;
  732. border:1px solid #886;
  733. color:#222;
  734. }
  735. .suggestions ul {
  736. font-family:sans-serif;
  737. max-height:20em;
  738. min-height:3em;
  739. list-style:none;
  740. margin:0;
  741. overflow:auto;
  742. padding:0;
  743. width:440px;
  744. }
  745. * html .suggestions ul {
  746. height:10em;
  747. }
  748. .suggestions li {
  749. background:#fff;
  750. cursor:pointer;
  751. padding:2px 5px;
  752. }
  753. .suggestions li.selected {
  754. background:#b9b9b9;
  755. }
  756. /* Styles for the error page (and rst errors) */
  757. #content.error .message,div.system-message {
  758. background:#fdc;
  759. border:2px solid #d00;
  760. color:#500;
  761. padding:.5em;
  762. margin:1em 0;
  763. }
  764. #content.error div.message pre,div.system-message pre {
  765. margin-left:1em;
  766. overflow:hidden;
  767. white-space:normal;
  768. }
  769. div.system-message p {
  770. margin:0;
  771. }
  772. div.system-message p.system-message-title {
  773. font-weight:bold;
  774. }
  775. #warning.system-message {
  776. background:#ffa;
  777. border:2px solid #886;
  778. }
  779. #warning.system-message li {
  780. list-style-type:square;
  781. }
  782. #notice.system-message {
  783. background:#bfb;
  784. border:2px solid #484;
  785. }
  786. #notice.system-message li {
  787. list-style-type:square;
  788. }
  789. #content.error form.newticket {
  790. display:inline;
  791. }
  792. #content.error form.newticket textarea {
  793. display:none;
  794. }
  795. #content.error #systeminfo {
  796. margin:1em;
  797. width:auto;
  798. }
  799. #content.error #systeminfo th {
  800. font-weight:bold;
  801. text-align:right;
  802. }
  803. #content.error #traceback {
  804. margin-left:1em;
  805. }
  806. #content.error #traceback :link,#content.error #traceback :visited {
  807. border:none;
  808. }
  809. #content.error #traceback div {
  810. margin-left:1em;
  811. }
  812. #content.error #traceback h3 {
  813. margin:.5em 0 0;
  814. }
  815. #content.error #traceback :link var,#content.error #traceback :visited var {
  816. font-family:monospace;
  817. font-style:normal;
  818. font-weight:bold;
  819. }
  820. #content.error #traceback span.file {
  821. color:#666;
  822. }
  823. #content.error #traceback ul {
  824. list-style:none;
  825. margin:.5em 0;
  826. padding:0;
  827. }
  828. #content.error #traceback ol {
  829. border:1px dotted #d7d7d7;
  830. color:#999;
  831. line-height:1;
  832. margin:.5em 0;
  833. }
  834. #content.error #traceback ol li {
  835. white-space:pre;
  836. }
  837. #content.error #traceback ol li.current {
  838. background:#e6e6e6;
  839. color:#333;
  840. }
  841. #content.error #traceback ol li code {
  842. color:#666;
  843. }
  844. #content.error #traceback ol li.current code {
  845. color:#000;
  846. }
  847. #content.error #traceback table {
  848. margin:.5em 0 1em;
  849. }
  850. #content.error #traceback th,#content.error #traceback td {
  851. padding:1px;
  852. }
  853. #content.error #traceback th var {
  854. font-family:monospace;
  855. font-style:normal;
  856. }
  857. #content.error #traceback td code {
  858. white-space:pre;
  859. }
  860. #content .paging {
  861. margin:0 0 2em;
  862. padding:.5em 0 0;
  863. line-height:2em;
  864. text-align:center;
  865. }
  866. #content .paging .current {
  867. padding:.1em .3em;
  868. border:1px solid #333;
  869. background:#999;
  870. color:#fff;
  871. }
  872. #content .paging :link,#content .paging :visited {
  873. padding:.1em .3em;
  874. border:1px solid #666;
  875. background:transparent;
  876. color:#666;
  877. }
  878. #content .paging :link:hover,#content .paging :visited:hover {
  879. background:#999;
  880. color:#fff;
  881. border-color:#333;
  882. }
  883. #content .paging .previous a,#content .paging .next a {
  884. font-weight:bold;
  885. border:none;
  886. }
  887. #content .paging .previous a:hover,#content .paging .next a:hover {
  888. background:transparent;
  889. color:#666;
  890. }
  891. #content h2 .numresults {
  892. color:#666;
  893. }
  894. /* Styles for search word highlighting */
  895. @media screen {
  896. .searchword0 {
  897. background:#ff9;
  898. }
  899. .searchword1 {
  900. background:#cfc;
  901. }
  902. .searchword2 {
  903. background:#cff;
  904. }
  905. .searchword3 {
  906. background:#ccf;
  907. }
  908. .searchword4 {
  909. background:#fcf;
  910. }
  911. }
  912. @media print {
  913. #header,#altlinks,#footer,#help {
  914. display:none;
  915. }
  916. .nav,form,.buttons form,form .buttons,form .inlinebuttons {
  917. display:none;
  918. }
  919. form.printableform {
  920. display:block;
  921. }