Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 

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