Advertisement
Guest User

wikipedia_ru_all_2017-01.zim rendered in 1.5.0-RC2-170

a guest
Sep 19th, 2017
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 76.56 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html class=""><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  2. <!-- Built-in css -->
  3. <style type="text/css" media="all">
  4. /******** Global, non-dictionary-specific classes ***********/
  5.  
  6.  
  7. body
  8. {
  9.   background: #fefdeb;
  10.   font-family: Tahoma, Verdana, "Lucida Sans Unicode", sans-serif;
  11.   font-size: 13px;
  12. }
  13.  
  14. /* This stylesheet is used to highligh current selection when doing a search.
  15.   It changes the default selection color (e.g. blue under Windows, orange under Ubuntu) */
  16.  
  17. /* highlight/select color in Windows when a widget is inactive is nearly impossible to read (light gray).
  18.  * then change it to green to use with the find option. */
  19. ::selection {
  20.   background: #c00;
  21.   color: #fff;
  22. }
  23.  
  24. /* Don't allow to select [] */
  25. :before, :after {
  26.   -webkit-user-select: none;
  27.   user-select: none;
  28. }
  29.  
  30. /* Plaintext dictionaries are usually 80-column formatted and take a lot
  31.  * of space. We try to use smaller fonts for them therefore. */
  32. pre
  33. {
  34.   font-size: 12px;
  35. }
  36.  
  37. /* Dictionary's name heading */
  38. .gddictname
  39. {
  40.   border: 1px dotted black; padding: 0.2em; padding-left: 0.5em;
  41.   margin-top: 1.2em; margin-bottom: 9px; font-weight: bold; font-size: 14px;
  42.   /*background: #ffffdd;*/
  43. }
  44.  
  45. /* The 'From ' string which preceeds dictionary name in the heading */
  46. .gdfromprefix
  47. {
  48. }
  49.  
  50. /* The article span. Here we have a padding/margin hack to make fragment links
  51.    behave better (have some space before the start of article) */
  52. .gdarticle
  53. {
  54.   display: block;
  55.   padding-top: 1px;
  56.   margin-top: -8px;
  57.   margin-bottom: 8px;
  58.   background: #fefdeb;
  59. /*fix for invalid blg*/
  60.   font-style:normal;
  61. }
  62.  
  63. /* CSS trick to prevent the floating elements to overflow
  64.    the article boundaries, see Issue #333. */
  65. .gdarticle:after
  66. {
  67.    content: "";
  68.    display: block;
  69.    height: 0;
  70.    clear: both;
  71. }
  72.  
  73. /* Appears between the articles */
  74. .gdarticleseparator
  75. {
  76. }
  77.  
  78. /* Dictionary query error description string */
  79. .gderrordesc
  80. {
  81.   font-style: italic;
  82.   background: url("GoldenDict_files/localhost/icons/warning.png") center left no-repeat !important;
  83.   padding-left: 22px !important;
  84.   margin: 1em;
  85. }
  86.  
  87. /********* Babylon dictionaries' classes *********/
  88.  
  89. /* Transcriptions in Babylon dictionaries */
  90. .bgltrn:before
  91. {
  92.   content:"[";
  93. }
  94.  
  95. .bgltrn:after
  96. {
  97.   content:"]";
  98. }
  99.  
  100. .bgltrn { display:block; }
  101.  
  102. /* Part of speech in Babylon dictionaries. Usually irrelevant,
  103.  * therefore hidden */
  104. .bglpos { display: none; }
  105.  
  106. /* Right-to-left text */
  107. .bglrtl
  108. {
  109.   text-align: right;
  110.   direction: rtl;
  111. }
  112.  
  113. /******** StarDict dictionaries' classes *********/
  114.  
  115.  
  116. /* StarDict type 'h' -- Html content. We don't normally do anything here. */
  117. div.sdct_h
  118. {
  119. }
  120.  
  121. /* StarDict type 'm' -- Pure meaning. Presented as <pre> */
  122. pre.sdct_m
  123. {
  124. }
  125.  
  126. /* StarDict type 'l' -- Pure meaning which used to be in locale encoding. */
  127. pre.sdct_m
  128. {
  129. }
  130.  
  131. /* StarDict type 'g' -- Pango Markup */
  132. div.sdct_g
  133. {
  134. }
  135.  
  136. /* StarDict type 't' -- Transcription */
  137. div.sdct_t
  138. {
  139.   font-weight: bold;
  140. }
  141.  
  142. /* StarDict type 'y' -- Chinese YinBiao or Japanese KANA */
  143. div.sdct_y
  144. {
  145. }
  146.  
  147. /* StarDict type 'x'. Should have xdxf_*-styled elements inside */
  148. div.sdct_x
  149. {
  150. }
  151.  
  152. /* Blockquotes in XDXF-styled elements are used
  153.    for indentation purposes, see Issue #305. */
  154. .sdct_x blockquote
  155. {
  156.   margin: 0px;
  157.   padding-left: 9px;
  158.   display: inline-block;
  159. }
  160.  
  161. /******** XDXF markup classes *********/
  162.  
  163. div.xdxf
  164. {
  165. }
  166.  
  167. /* Key -- keys shouldn't normally be present in the article's body since they
  168.  * are accounted for separately, hence we hide them */
  169. .xdxf_k
  170. {
  171.   display: none;
  172. }
  173.  
  174. /* ...and if there's a break after it, we hide it too so we don't have an
  175.  * extra vertical spacing. */
  176. .xdxf_k + br
  177. {
  178.   display: none;
  179. }
  180.  
  181. /* Article structure tag */
  182. .xdxf_num
  183. {
  184.     color: red;
  185.     font-weight: bold;
  186.     padding-left:-15px;
  187. }
  188. .xdxf_def
  189. {
  190.     display: block;
  191.     border-color: #e3e3e3;
  192.     border-width: 1px;
  193.     border-style: dashed;
  194.     margin: 1px;
  195.     margin-left: 15px;
  196. }
  197.  
  198. .xdxf_def:target
  199. {
  200.     /* this pseudoclass is used to marked out the referenced <def> that was just clicked */
  201.     border-color: red;
  202.     border-width: 1px;
  203.     border-style: double;
  204. }
  205.  
  206. /* Abbreviation */
  207. .xdxf_abbr
  208. {
  209.   font-style: italic;
  210.   color: seagreen;
  211.   cursor: default;
  212.   border-bottom: 1px seagreen dotted;
  213. }
  214.  
  215. /* Editorial comment */
  216. .xdxf_co, .xdxf_co_old
  217. {
  218.     color: darkslateblue;
  219.     font-style: italic;
  220. }
  221. .xdxf_co:before
  222. {
  223.     content:"("
  224. }
  225. .xdxf_co:after
  226. {
  227.     content:")"
  228. }
  229.  
  230. /* Grammar information */
  231. .xdxf_gr
  232. {
  233.     color: orangered;
  234.     display: block;
  235. }
  236.  
  237. .xdxf_gr_old
  238. {
  239.     color: blue; /*orangered;*/
  240. }
  241.  
  242. /* Example */
  243. .xdxf_ex
  244. {
  245.     color: #808080;
  246.     display: block;
  247.     margin-left: 14px;
  248. }
  249.  
  250. .xdxf_ex_old
  251. {
  252.     color: #808080;
  253. }
  254.  
  255. /* Direct translation */
  256. .xdxf_dtrn
  257. {
  258.     font-weight: bold;
  259.     color: #dd7800;
  260. }
  261.  
  262. /* Transcription */
  263. .xdxf_tr:before
  264. {
  265.   content:"[";
  266. }
  267.  
  268. .xdxf_tr:after
  269. {
  270.   content:"]";
  271. }
  272.  
  273. .xdxf_tr, .xdxf_tr_old
  274. {
  275.   font-weight: bold;
  276. }
  277.  
  278. /* Resource reference -- for now just a span. Since there's not yet a mechanism
  279.  * to load resources off XDXF articles in GoldenDict, we just hide them. */
  280. .xdxf_rref
  281. {
  282.   display: none;
  283. }
  284.  
  285. .xdxf_headwords
  286. {
  287.   font-size: 116%;
  288.   font-weight: bold;
  289.   margin-top: 10px;
  290.   margin-bottom: 10px;
  291. }
  292.  
  293. /* The words in examples that are meaked out; they are marked out only when placed into <ex> tag */
  294. .xdxf_ex .xdxf_ex_markd, .xdxf_ex_old .xdxf_ex_markd
  295. {
  296.   color:black;
  297.   background-color:lightgray;
  298. }
  299.  
  300. .xdxf_opt
  301. {
  302.   color: #808080;
  303. }
  304.  
  305. /******** SDictionary markup classes *********/
  306.  
  307. .sdict_forms
  308. {
  309.   font-style: italic;
  310. }
  311.  
  312. /* Transcription */
  313. .sdict_tr:before
  314. {
  315.   content:"[";
  316. }
  317.  
  318. .sdict_tr:after
  319. {
  320.   content:"] ";
  321. }
  322.  
  323. .sdict_tr
  324. {
  325.   font-weight: bold;
  326. }
  327.  
  328. /************* LSA audio archives **************/
  329.  
  330. /* A table which contains a play icon and a word's link */
  331. .lsa_play
  332. {
  333.   margin-top: 8px;
  334.   margin-left: 8px;
  335. }
  336.  
  337. .lsa_play a
  338. {
  339.   text-decoration: none;
  340. }
  341.  
  342. /************* DSL dictionaries **************/
  343.  
  344. .dsl_u
  345. {
  346.   text-decoration: underline;
  347. }
  348.  
  349. .dsl_article
  350. {
  351.   display:inline;
  352. }
  353.  
  354. .dsl_article font[color=c_default_color]
  355. {
  356.   color: green;
  357. }
  358.  
  359. .dsl_m, .dsl_m0
  360. {
  361.   padding-left: 0px;
  362. }
  363.  
  364. .dsl_m1
  365. {
  366.   padding-left: 9px;
  367. }
  368.  
  369. .dsl_m2
  370. {
  371.   padding-left: 18px;
  372. }
  373.  
  374. .dsl_m3
  375. {
  376.   padding-left: 27px;
  377. }
  378.  
  379. .dsl_m4
  380. {
  381.   padding-left: 36px;
  382. }
  383.  
  384. .dsl_m5
  385. {
  386.   padding-left: 45px;
  387. }
  388.  
  389. .dsl_m6
  390. {
  391.   padding-left: 54px;
  392. }
  393.  
  394. .dsl_m7
  395. {
  396.   padding-left: 63px;
  397. }
  398.  
  399. .dsl_m8
  400. {
  401.   padding-left: 72px;
  402. }
  403.  
  404. .dsl_m9
  405. {
  406.   padding-left: 81px;
  407. }
  408.  
  409. .dsl_p, .dsl_p :not(a) /* DSL Feature: Enforce the style even if the childen tags say otherwise, except links */
  410. {
  411.   color: green !important; /* DSL label color must have highest priority */
  412.   font-style: italic;
  413.   cursor: default;
  414.   font-weight: normal; /* DSL feature: labels are always of normal weight */
  415. }
  416.  
  417. .dsl_stress_without_accent {
  418.   display: none;
  419. }
  420.  
  421. .dsl_t
  422. {
  423.   font-weight: bold;
  424. }
  425.  
  426. .dsl_headwords
  427. {
  428.   font-weight: bold;
  429.   margin-top: 15px;
  430.   margin-bottom: 10px;
  431. }
  432.  
  433. .dsl_headwords p
  434. {
  435.   font-weight: bold;
  436.   font-size: 15px;
  437.   margin: 0;
  438. }
  439.  
  440. .dsl_definition p
  441. {
  442.   margin: 0;
  443. }
  444.  
  445. .dsl_opt
  446. {
  447.   display: none;
  448. }
  449.  
  450. .dsl_opt,
  451. .dsl_opt .dsl_ex,
  452. .dsl_opt .dsl_ex :not(a),
  453. .dsl_opt .dsl_ex font[color] /* DSL Feature: Enforce the optional zone color even if the childen tags say otherwise */
  454. {
  455.   color: gray;
  456. }
  457.  
  458. .dsl_ex, .dsl_ex .dsl_opt
  459. {
  460.   color: gray;
  461. }
  462.  
  463. /* Style for expand optional parts button */
  464. .hidden_expand_opt
  465. {
  466.   color: blue;
  467.   cursor: pointer;
  468.   vertical-align: text-bottom;
  469. }
  470.  
  471. .dsl_s_wav img
  472. {
  473.   /* Ugly hack since "vertical-align: middle;" looks _terrible_ in Qt4's webkit: */
  474.   vertical-align: -30%;
  475. }
  476.  
  477. .dsl_video .img
  478. {
  479.   display: inline-block;
  480.   background: url('GoldenDict_files/localhost/icons/video.png');
  481.   background-repeat: no-repeat;
  482.   /* Ugly hack since "vertical-align: middle;" looks _terrible_ in Qt4's webkit: */
  483.   vertical-align: -30%;
  484.   width: 22px;
  485.   height: 22px;
  486.   margin: 0;
  487.   padding: 0;
  488. }
  489.  
  490. .dsl_video .filename
  491. {
  492.   display: none; /* by default, the file name is hidden */
  493.   padding-left: 5px;
  494. }
  495.  
  496. /************* MDict dictionaries **************/
  497. .mdict
  498. {
  499.   margin-top: 1em;
  500. }
  501.  
  502. .mdict a[name]
  503. {
  504.   text-decoration: none;
  505.   color: inherit;
  506. }
  507.  
  508. /************* Zim dictionaries **************/
  509.  
  510. .zimdict
  511. {
  512.   font-size: 110%!important;
  513. }
  514.  
  515. .zimdict_headword
  516. {
  517.   font-weight: bold!important;
  518. }
  519.  
  520. /************* Spelling suggestions *****************/
  521.  
  522. .gdspellsuggestion
  523. {
  524.   /* Add some vertical space before the article */
  525.   margin-top: 1em;
  526. }
  527.  
  528. /************* Stemmed suggestions *****************/
  529.  
  530. .gdstemmedsuggestion
  531. {
  532.   /* Add some horizontal and vertical space */
  533.   margin-top: 1em;
  534.   margin-left: 1px;
  535. }
  536.  
  537.  
  538. .gdstemmedsuggestion_head
  539. {
  540.   margin-left: 11px;
  541.   font-style: italic;
  542. }
  543.  
  544. .gdstemmedsuggestion_body
  545. {
  546. }
  547.  
  548. /************* Dictd articles *****************/
  549. .dictd_article
  550. {
  551.   /* Add some vertical space before the article */
  552.   margin-top: 1em;
  553. }
  554.  
  555. .dictd_phonetic:before, .dictd_phonetic:after
  556. {
  557.   content: "\\";
  558.   font-style: normal;
  559. }
  560.  
  561. .dictd_phonetic:after
  562. {
  563.   margin-left: 3px;
  564. }
  565.  
  566. .dictd_phonetic
  567. {
  568.   font-style: italic;
  569.   color: #009900;
  570. }
  571.  
  572. .dictd_article a:link
  573. {
  574.   color: #0000FF;
  575. }
  576.  
  577. .dictserver_from
  578. {
  579.   font-size: 110%;
  580.   font-weight: 600;
  581. }
  582.  
  583. /************* Epwing dictionaries *****************/
  584.  
  585. .epwing_narrow_font
  586. {
  587.   width: 7px;
  588.   height: 13px;
  589.   vertical-align: -15%;
  590. }
  591.  
  592. .epwing_wide_font
  593. {
  594.   width: 13px;
  595.   height: 13px;
  596.   vertical-align: -15%;
  597. }
  598.  
  599. .epwing_article
  600. {
  601.   display:inline;
  602. }
  603.  
  604. /************* Websites *****************/
  605.  
  606. .website_padding
  607. {
  608.   height: 1em;
  609.   clear:both;
  610. }
  611.  
  612. /************* Forvo **************/
  613.  
  614. .forvo_headword
  615. {
  616.   margin-top: 15px;
  617.   margin-bottom: 10px;
  618.   font-weight: bold;
  619.   font-size: 15px;
  620. }
  621.  
  622. /* A table which contains a play icon and information about the sound */
  623. .forvo_play
  624. {
  625.   margin-top: 8px;
  626.   margin-left: 8px;
  627. }
  628.  
  629. .forvo_user
  630. {
  631.   text-decoration: none;
  632.   color: green;
  633. }
  634.  
  635. .forvo_location
  636. {
  637.   color: grey;
  638. }
  639.  
  640. .forvo_positive_votes
  641. {
  642.   font-weight: bold;
  643.   color: green;
  644. }
  645.  
  646. .forvo_negative_votes
  647. {
  648.   font-weight: bold;
  649.   color: red;
  650. }
  651.  
  652. /************* Programs **************/
  653.  
  654. /* A table which contains a play icon and a word's link */
  655. .programs_play
  656. {
  657.   margin-top: 8px;
  658.   margin-left: 8px;
  659. }
  660.  
  661. .programs_play a
  662. {
  663.   text-decoration: none;
  664. }
  665.  
  666. .programs_plaintext, .programs_html
  667. {
  668.   margin-top: 15px;
  669. }
  670.  
  671. /************* Voice engines **************/
  672.  
  673. .voiceengines_play
  674. {
  675.   margin-top: 8px;
  676.   margin-left: 8px;
  677. }
  678.  
  679. .voiceengines_play a
  680. {
  681.   text-decoration: none;
  682. }
  683.  
  684. /************* MediaWiki articles *****************
  685.  The following consist of excerpts from different .css files edited
  686.  with a .mwiki prepended to each record.
  687. */
  688.  
  689. .mwiki
  690. {
  691.   /* Add some vertical space before the article */
  692.   margin-top: 1em;
  693. }
  694.  
  695. .mwiki .topicon
  696. {
  697.   /* Those are padlocks on top and such -- we disable those for GoldenDict
  698.      since they look really ugly here */
  699.   display: none;
  700. }
  701.  
  702. /************ common.css **************/
  703.  
  704. /**
  705.  * CSS in this file is used by *all* skins (that have any CSS at all).  Be
  706.  * careful what you put in here, since what looks good in one skin may not in
  707.  * another, but don't ignore the poor non-Monobook users either.
  708.  */
  709. .mwiki .mw-plusminus-null { color: #aaa; }
  710.  
  711. .mwiki .texvc { direction: ltr; unicode-bidi: embed; }
  712. .mwiki img.tex { vertical-align: middle; }
  713. .mwiki span.texhtml { font-family: serif; }
  714.  
  715. /* add a bit of margin space between the preview and the toolbar */
  716. /* this replaces the ugly <p><br /></p> we used to insert into the page source */
  717. .mwiki #wikiPreview.ontop { margin-bottom: 1em; }
  718.  
  719. /* Stop floats from intruding into edit area in previews */
  720. .mwiki #toolbar, .mwiki #wpTextbox1 { clear: both; }
  721.  
  722. .mwiki div#mw-js-message {
  723.     margin: 1em 5%;
  724.     padding: 0.5em 2.5%;
  725.     border: solid 1px #ddd;
  726.     background-color: #fcfcfc;
  727. }
  728.  
  729. /* Edit section links */
  730. .mwiki .editsection {
  731.     float: right;
  732.     margin-left: 5px;
  733. }
  734.  
  735. /**
  736.  * File histories
  737.  */
  738. .mwiki table.filehistory {
  739.     border:1px solid #ccc;
  740.     border-collapse:collapse;
  741. }
  742.  
  743. .mwiki table.filehistory th,
  744. .mwiki table.filehistory td {
  745.     padding: 0 0.2em 0 0.2em;
  746.     vertical-align:top;
  747.     border:1px solid #ccc;
  748. }
  749. .mwiki table.filehistory th {
  750.     text-align: left;
  751. }
  752. .mwiki table.filehistory td.mw-imagepage-filesize,
  753. .mwiki table.filehistory th.mw-imagepage-filesize {
  754.     white-space:nowrap;
  755. }
  756.  
  757. .mwiki table.filehistory td.filehistory-selected {
  758.     font-weight: bold;
  759. }
  760.  
  761. /*
  762.  * rev_deleted stuff
  763.  */
  764. .mwiki li span.deleted, .mwiki span.history-deleted {
  765.     text-decoration: line-through;
  766.     color: #888;
  767.     font-style: italic;
  768. }
  769.  
  770. /**
  771.  * Forms
  772.  */
  773. .mwiki body.ltr td.mw-label { text-align: right; }
  774. .mwiki body.ltr td.mw-input { text-align: left; }
  775. .mwiki body.ltr td.mw-submit { text-align: left; }
  776. .mwiki body.rtl td.mw-label { text-align: left; }
  777. .mwiki body.rtl td.mw-input { text-align: right; }
  778. .mwiki body.rtl td.mw-submit { text-align: right; }
  779.  
  780. .mwiki td.mw-label { vertical-align: top; }
  781. .mwiki td.mw-submit { white-space: nowrap; }
  782.  
  783. /**
  784.  * Image captions
  785.  */
  786. .mwiki body.rtl .thumbcaption { text-align:right; }
  787. .mwiki body.rtl .magnify { float:left; }
  788.  
  789. .mwiki body.ltr .thumbcaption { text-align:left; }
  790. .mwiki body.ltr .magnify { float:right; }
  791.  
  792. /**
  793.  * Hidden categories
  794.  */
  795. .mwiki .mw-hidden-cats-hidden { display: none; }
  796. .mwiki .catlinks-allhidden { display: none; }
  797.  
  798. /* Convenience links to edit block, delete and protect reasons */
  799. .mwiki p.mw-ipb-conveniencelinks, .mwiki p.mw-protect-editreasons,
  800. .mwiki p.mw-filedelete-editreasons, .mwiki p.mw-delete-editreasons {
  801.     font-size: 90%;
  802.     float: right;
  803. }
  804.  
  805. /* Search results */
  806. .mwiki div.searchresult {
  807.     font-size: 95%;
  808.     width:38em;
  809. }
  810. .mwiki .mw-search-results li {
  811.     padding-bottom: 1em;
  812.     list-style:none;
  813. }
  814. .mwiki .mw-search-result-data {
  815.     color: green;
  816.     font-size: 97%;
  817. }
  818.  
  819. .mwiki td#mw-search-menu {
  820.     padding-left:6em;
  821.     font-size:85%;
  822. }
  823.  
  824. .mwiki div#mw-search-interwiki {
  825.     float: right;
  826.     width: 18em;
  827.     border-style: solid;
  828.     border-color: #AAAAAA;
  829.     border-width: 1px;
  830.     margin-top: 2ex;
  831. }
  832.  
  833. .mwiki div#mw-search-interwiki li {
  834.     font-size: 95%;
  835. }
  836.  
  837. .mwiki .mw-search-interwiki-more {
  838.     float: right;
  839.     font-size: 90%;
  840. }
  841.  
  842. .mwiki span.searchalttitle {
  843.     font-size: 95%;
  844. }
  845.  
  846. .mwiki div.searchdidyoumean {
  847.     font-size: 127%;
  848.     margin-bottom: 1ex;
  849.     margin-top: 1ex;
  850.     /* Note that this color won't affect the link, as desired. */
  851.     color: #c00;
  852. }
  853.  
  854. .mwiki div.searchdidyoumean em {
  855.     font-weight: bold;
  856. }
  857.  
  858. .mwiki .searchmatch {
  859.     font-weight: bold;
  860. }
  861.  
  862. .mwiki div.searchresults {
  863.     border:1px solid darkblue;
  864.     padding-top: 10px;
  865.     padding-bottom: 10px;
  866.     padding-left: 20px;
  867.     padding-right: 20px;
  868. }
  869.  
  870. /*
  871.  * UserRights stuff
  872.  */
  873. .mwiki .mw-userrights-disabled {
  874.     color: #888;
  875. }
  876.  
  877. .mwiki table.mw-userrights-groups * td,.mwiki table.mw-userrights-groups * th {
  878.     padding-right: 1.5em;
  879. }
  880.  
  881. /*
  882.  * OpenSearch ajax suggestions
  883.  */
  884. .mwiki .os-suggest {
  885.     overflow: auto;
  886.     overflow-x: hidden;
  887.     position: absolute;
  888.     top: 0px;
  889.     left: 0px;
  890.     width: 0px;
  891.     background-color: white;
  892.     background-color: Window;
  893.     border-style: solid;
  894.     border-color: #AAAAAA;
  895.     border-width: 1px;
  896.     z-index:99;
  897.     visibility:hidden;
  898.     font-size:95%;
  899. }
  900.  
  901. .mwiki table.os-suggest-results {
  902.     font-size: 95%;
  903.     cursor: pointer;
  904.     border: 0;
  905.     border-collapse: collapse;
  906.     width: 100%;
  907. }
  908.  
  909. .mwiki td.os-suggest-result, .mwiki td.os-suggest-result-hl {
  910.     white-space: nowrap;
  911.     background-color: white;
  912.     background-color: Window;
  913.     color: black;
  914.     color: WindowText;
  915.     padding: 2px;
  916. }
  917. .mwiki td.os-suggest-result-hl,
  918. .mwiki td.os-suggest-result-hl-webkit {
  919.     background-color: #4C59A6;
  920.     color: white;
  921. }
  922. .mwiki td.os-suggest-result-hl {
  923.     /* System colors are misimplemented in Safari 3.0 and earlier,
  924.        making highlighted text illegible... */
  925.     background-color: Highlight;
  926.     color: HighlightText;
  927. }
  928.  
  929. .mwiki .os-suggest-toggle {
  930.     position: relative;
  931.     left: 1ex;
  932.     font-size: 65%;
  933. }
  934. .mwiki .os-suggest-toggle-def {
  935.     position: absolute;
  936.     top: 0px;
  937.     left: 0px;
  938.     font-size: 65%;
  939.     visibility: hidden;
  940. }
  941.  
  942. /* Page history styling */
  943. /* the auto-generated edit comments */
  944. .mwiki .autocomment { color: gray; }
  945. .mwiki #pagehistory .history-user {
  946.     margin-left: 0.4em;
  947.     margin-right: 0.2em;
  948. }
  949. .mwiki #pagehistory span.minor { font-weight: bold; }
  950. .mwiki #pagehistory li { border: 1px solid white; }
  951. .mwiki #pagehistory li.selected {
  952.     background-color: #f9f9f9;
  953.     border: 1px dashed #aaa;
  954. }
  955.  
  956. /*
  957.  * Special:ListGroupRights styling
  958.  * Special:Statistics styling
  959. */
  960.  
  961. .mwiki table.mw-listgrouprights-table,
  962. .mwiki table.mw-statistics-table {
  963.     border: 1px solid #ccc;
  964.     border-collapse: collapse;
  965. }
  966.  
  967. .mwiki table.mw-listgrouprights-table tr  {
  968.     vertical-align: top;
  969. }
  970.  
  971. .mwiki table.mw-listgrouprights-table td, .mwiki table.mw-listgrouprights-table th,
  972. .mwiki table.mw-statistics-table td, .mwiki table.mw-statistics-table th {
  973.     padding: 0.5em 0.2em 0.5em 0.2em;
  974.     border: 1px solid #ccc;
  975. }
  976.  
  977. .mwiki td.mw-statistics-numbers {
  978.     text-align: right;
  979. }
  980.  
  981. /* Special:SpecialPages styling */
  982. .mwiki h4.mw-specialpagesgroup {
  983.     background-color: #dcdcdc;
  984.     padding: 2px;
  985.     margin: .3em 0em 0em 0em;
  986. }
  987. .mwiki .mw-specialpagerestricted {
  988.     font-weight: bold;
  989. }
  990.  
  991. .mwiki #shared-image-dup, .mwiki #shared-image-conflict {
  992.     font-style: italic;
  993. }
  994.  
  995. /* Special:EmailUser styling */
  996. .mwiki table.mw-emailuser-table {
  997.     width: 98%;
  998. }
  999. .mwiki td#mw-emailuser-sender, .mwiki td#mw-emailuser-recipient {
  1000.     font-weight: bold;
  1001. }
  1002.  
  1003. /* Special:Prefixindex styling */
  1004. .mwiki table#mw-prefixindex-list-table,
  1005. .mwiki table#mw-prefixindex-nav-table {
  1006.     width: 98%;
  1007.     background-color: transparent;
  1008. }
  1009. .mwiki td#mw-prefixindex-nav-form  {
  1010.     font-size: smaller;
  1011.     margin-bottom: 1em;
  1012.     text-align: right;
  1013.     vertical-align: top;
  1014. }
  1015.  
  1016. /*
  1017.  * Recreating deleted page warning
  1018.  * Reupload file warning
  1019.  * Page protection warning
  1020.  * incl. log entries for these warnings
  1021.  */
  1022. .mwiki div.mw-warning-with-logexcerpt {
  1023.     padding: 3px;
  1024.     margin-bottom: 3px;
  1025.     border: 2px solid #2F6FAB;
  1026. }
  1027. .mwiki div.mw-warning-with-logexcerpt ul li {
  1028.     font-size: 90%;
  1029. }
  1030.  
  1031. /* (show/hide) revision deletion links */
  1032. .mwiki span.mw-revdelundel-link,
  1033. .mwiki strong.mw-revdelundel-link {
  1034.     font-family: monospace;
  1035.     font-size: smaller
  1036. }
  1037.  
  1038. /* feed links */
  1039. .mwiki a.feedlink {
  1040.     background: url("images/feed-icon.png") center left no-repeat;
  1041.     padding-left: 16px;
  1042. }
  1043.  
  1044. /************ monobook/main.css **************/
  1045.  
  1046. /*
  1047. ** MediaWiki 'monobook' style sheet for CSS2-capable browsers.
  1048. ** Copyright Gabriel Wicke - http://wikidev.net/
  1049. ** License: GPL (http://www.gnu.org/copyleft/gpl.html)
  1050. **
  1051. ** Loosely based on http://www.positioniseverything.net/ordered-floats.html by Big John
  1052. ** and the Plone 2.0 styles, see http://plone.org/ (Alexander Limi,Joe Geldart & Tom Croucher,
  1053. ** Michael Zeltner and Geir Bækholt)
  1054. ** All you guys rock :)
  1055. */
  1056.  
  1057. .mwiki #column-content {
  1058.     width: 100%;
  1059.     float: right;
  1060.     margin: 0 0 .6em -12.2em;
  1061.     padding: 0;
  1062. }
  1063. .mwiki #content {
  1064.     margin: 2.8em 0 0 12.2em;
  1065.     padding: 0 1em 1em 1em;
  1066.     position: relative;
  1067.     z-index: 2;
  1068. }
  1069. .mwiki #column-one {
  1070.     padding-top: 160px;
  1071. }
  1072. .mwiki #content {
  1073.     background: white;
  1074.     color: black;
  1075.     border: 1px solid #aaa;
  1076.     border-right: none;
  1077.     line-height: 1.5em;
  1078. }
  1079. /* the left column width is specified in class .portlet */
  1080.  
  1081. /* Font size:
  1082. ** We take advantage of keyword scaling- browsers won't go below 9px
  1083. ** More at http://www.w3.org/2003/07/30-font-size
  1084. ** http://style.cleverchimp.com/font_size_intervals/altintervals.html
  1085. */
  1086.  
  1087. /*
  1088. body {
  1089.     font: x-small sans-serif;
  1090.     background: #f9f9f9 url(headbg.jpg) 0 0 no-repeat;
  1091.     color: black;
  1092.     margin: 0;
  1093.     padding: 0;
  1094. }
  1095. */
  1096.  
  1097. /* scale back up to a sane default */
  1098. .mwiki #globalWrapper {
  1099.     font-size: 127%;
  1100.     width: 100%;
  1101.     margin: 0;
  1102.     padding: 0;
  1103. }
  1104. .mwiki .visualClear {
  1105.     clear: both;
  1106. }
  1107.  
  1108. /* general styles */
  1109.  
  1110. .mwiki table {
  1111.     font-size: 100%;
  1112.     color: black;
  1113.     /* we don't want the bottom borders of <h2>s to be visible through
  1114.        floated tables */
  1115.     background-color: white;
  1116. }
  1117. .mwiki fieldset table {
  1118.     /* but keep table layouts in forms clean... */
  1119.     background: none;
  1120. }
  1121. .mwiki a {
  1122.     text-decoration: none;
  1123.     color: #002bb8;
  1124.     background: none;
  1125. }
  1126. .mwiki a:visited {
  1127.     color: #5a3696;
  1128. }
  1129. .mwiki a:active {
  1130.     color: #faa700;
  1131. }
  1132. .mwiki a:hover {
  1133.     text-decoration: underline;
  1134. }
  1135. .mwiki a.stub {
  1136.     color: #772233;
  1137. }
  1138. .mwiki a.new, .mwiki #p-personal a.new {
  1139.     color: #ba0000;
  1140. }
  1141. .mwiki a.new:visited, .mwiki #p-personal a.new:visited {
  1142.     color: #a55858;
  1143. }
  1144.  
  1145. .mwiki img {
  1146.     border: none;
  1147.     vertical-align: middle;
  1148. }
  1149. .mwiki p {
  1150.     margin: .4em 0 .5em 0;
  1151.     line-height: 1.5em;
  1152. }
  1153. .mwiki p img {
  1154.     margin: 0;
  1155. }
  1156.  
  1157. .mwiki hr {
  1158.     height: 1px;
  1159.     color: #aaa;
  1160.     background-color: #aaa;
  1161.     border: 0;
  1162.     margin: .2em 0 .2em 0;
  1163. }
  1164.  
  1165. .mwiki h1, .mwiki h2, .mwiki h3, .mwiki h4, .mwiki h5, .mwiki h6 {
  1166.     color: black;
  1167.     background: none;
  1168.     font-weight: normal;
  1169.     margin: 0;
  1170.     padding-top: .5em;
  1171.     padding-bottom: .17em;
  1172.     border-bottom: 1px solid #aaa;
  1173. }
  1174. .mwiki h1 { font-size: 188%; }
  1175. .mwiki h1 .editsection { font-size: 53%; }
  1176. .mwiki h2 { font-size: 150%; }
  1177. .mwiki h2 .editsection { font-size: 67%; }
  1178. .mwiki h3, .mwiki h4, .mwiki h5, .mwiki h6 {
  1179.     border-bottom: none;
  1180.     font-weight: bold;
  1181. }
  1182. .mwiki h3 { font-size: 132%; }
  1183. .mwiki h3 .editsection { font-size: 76%; font-weight: normal; }
  1184. .mwiki h4 { font-size: 116%; }
  1185. .mwiki h4 .editsection { font-size: 86%; font-weight: normal; }
  1186. .mwiki h5 { font-size: 100%; }
  1187. .mwiki h5 .editsection { font-weight: normal; }
  1188. .mwiki h6 { font-size: 80%;  }
  1189. .mwiki h6 .editsection { font-size: 125%; font-weight: normal; }
  1190.  
  1191. .mwiki ul {
  1192.     line-height: 1.5em;
  1193.     list-style-type: square;
  1194.     margin: .3em 0 0 1.5em;
  1195.     padding: 0;
  1196.     list-style-image: url(bullet.gif);
  1197. }
  1198. .mwiki ol {
  1199.     line-height: 1.5em;
  1200.     margin: .3em 0 0 3.2em;
  1201.     padding: 0;
  1202.     list-style-image: none;
  1203. }
  1204. .mwiki li {
  1205.     margin-bottom: .1em;
  1206. }
  1207. .mwiki dt {
  1208.     font-weight: bold;
  1209.     margin-bottom: .1em;
  1210. }
  1211. .mwiki dl {
  1212.     margin-top: .2em;
  1213.     margin-bottom: .5em;
  1214. }
  1215. .mwiki dd {
  1216.     line-height: 1.5em;
  1217.     margin-left: 2em;
  1218.     margin-bottom: .1em;
  1219. }
  1220.  
  1221. .mwiki fieldset {
  1222.     border: 1px solid #2f6fab;
  1223.     margin: 1em 0 1em 0;
  1224.     padding: 0 1em 1em;
  1225.     line-height: 1.5em;
  1226. }
  1227. .mwiki fieldset.nested {
  1228.     margin: 0 0 0.5em 0;
  1229.     padding: 0 0.5em 0.5em;
  1230. }
  1231. .mwiki legend {
  1232.     padding: .5em;
  1233.     font-size: 95%;
  1234. }
  1235. .mwiki form {
  1236.     border: none;
  1237.     margin: 0;
  1238. }
  1239.  
  1240. .mwiki textarea {
  1241.     width: 100%;
  1242.     padding: .1em;
  1243. }
  1244.  
  1245. .mwiki input.historysubmit {
  1246.     padding: 0 .3em .3em .3em !important;
  1247.     font-size: 94%;
  1248.     cursor: pointer;
  1249.     height: 1.7em !important;
  1250.     margin-left: 1.6em;
  1251. }
  1252. .mwiki select {
  1253.     vertical-align: top;
  1254. }
  1255. .mwiki abbr, .mwiki acronym, .mwiki .explain {
  1256.     border-bottom: 1px dotted black;
  1257.     color: black;
  1258.     background: none;
  1259.     cursor: help;
  1260. }
  1261. .mwiki q {
  1262.     font-family: Times, "Times New Roman", serif;
  1263.     font-style: italic;
  1264. }
  1265. /* disabled for now
  1266. .mwiki blockquote {
  1267.     font-family: Times, "Times New Roman", serif;
  1268.     font-style: italic;
  1269. }*/
  1270. .mwiki code {
  1271.     background-color: #f9f9f9;
  1272. }
  1273. .mwiki pre {
  1274.     padding: 1em;
  1275.     border: 1px dashed #2f6fab;
  1276.     color: black;
  1277.     background-color: #f9f9f9;
  1278.     line-height: 1.1em;
  1279. }
  1280.  
  1281. /*
  1282. ** the main content area
  1283. */
  1284.  
  1285. .mwiki #siteSub {
  1286.     display: none;
  1287. }
  1288. .mwiki #jump-to-nav {
  1289.     display: none;
  1290. }
  1291.  
  1292. .mwiki #contentSub, .mwiki #contentSub2 {
  1293.     font-size: 84%;
  1294.     line-height: 1.2em;
  1295.     margin: 0 0 1.4em 1em;
  1296.     color: #7d7d7d;
  1297.     width: auto;
  1298. }
  1299. .mwiki span.subpages {
  1300.     display: block;
  1301. }
  1302.  
  1303. /* Some space under the headers in the content area */
  1304. .mwiki #bodyContent h1, .mwiki #bodyContent h2 {
  1305.     margin-bottom: .6em;
  1306. }
  1307. .mwiki #bodyContent h3, .mwiki #bodyContent h4, .mwiki #bodyContent h5 {
  1308.     margin-bottom: .3em;
  1309. }
  1310. .mwiki #firstHeading {
  1311.     margin-bottom: .1em;
  1312.     /* These two rules hack around bug 2013 (fix for more limited bug 11325).
  1313.        When bug 2013 is fixed properly, they should be removed. */
  1314.     line-height: 1.2em;
  1315.     padding-bottom: 0;
  1316. }
  1317.  
  1318. /* user notification thing */
  1319. .mwiki .usermessage {
  1320.     background-color: #ffce7b;
  1321.     border: 1px solid #ffa500;
  1322.     color: black;
  1323.     font-weight: bold;
  1324.     margin: 2em 0 1em;
  1325.     padding: .5em 1em;
  1326.     vertical-align: middle;
  1327. }
  1328. .mwiki #siteNotice {
  1329.     text-align: center;
  1330.     font-size: 95%;
  1331.     padding: 0 .9em;
  1332. }
  1333. .mwiki #siteNotice p {
  1334.     margin: 0;
  1335.     padding: 0;
  1336. }
  1337. .mwiki .success {
  1338.     color: green;
  1339.     font-size: larger;
  1340. }
  1341. .mwiki .error {
  1342.     color: red;
  1343.     font-size: larger;
  1344. }
  1345. .mwiki .errorbox, .mwiki .successbox {
  1346.     font-size: larger;
  1347.     border: 2px solid;
  1348.     padding: .5em 1em;
  1349.     float: left;
  1350.     margin-bottom: 2em;
  1351.     color: #000;
  1352. }
  1353. .mwiki .errorbox {
  1354.     border-color: red;
  1355.     background-color: #fff2f2;
  1356. }
  1357. .mwiki .successbox {
  1358.     border-color: green;
  1359.     background-color: #dfd;
  1360. }
  1361. .mwiki .errorbox h2, .mwiki .successbox h2 {
  1362.     font-size: 1em;
  1363.     font-weight: bold;
  1364.     display: inline;
  1365.     margin: 0 .5em 0 0;
  1366.     border: none;
  1367. }
  1368.  
  1369. .mwiki .catlinks {
  1370.     border: 1px solid #aaa;
  1371.     background-color: #f9f9f9;
  1372.     padding: 5px;
  1373.     margin-top: 1em;
  1374.     clear: both;
  1375. }
  1376. /* currently unused, intended to be used by a metadata box
  1377. in the bottom-right corner of the content area */
  1378. .mwiki .documentDescription {
  1379.     /* The summary text describing the document */
  1380.     font-weight: bold;
  1381.     display: block;
  1382.     margin: 1em 0;
  1383.     line-height: 1.5em;
  1384. }
  1385. .mwiki .documentByLine {
  1386.     text-align: right;
  1387.     font-size: 90%;
  1388.     clear: both;
  1389.     font-weight: normal;
  1390.     color: #76797c;
  1391. }
  1392.  
  1393. /* emulate center */
  1394. .mwiki .center {
  1395.     width: 100%;
  1396.     text-align: center;
  1397. }
  1398. .mwiki *.center * {
  1399.     margin-left: auto;
  1400.     margin-right: auto;
  1401. }
  1402. /* small for tables and similar */
  1403. .mwiki .small, .mwiki .small * {
  1404.     font-size: 94%;
  1405. }
  1406. .mwiki table.small {
  1407.     font-size: 100%;
  1408. }
  1409.  
  1410. /*
  1411. ** content styles
  1412. */
  1413.  
  1414. .mwiki #toc,
  1415. .mwiki .toc,
  1416. .mwiki .mw-warning {
  1417.     border: 1px solid #aaa;
  1418.     background-color: #f9f9f9;
  1419.     padding: 5px;
  1420.     font-size: 95%;
  1421. }
  1422. .mwiki #toc h2,
  1423. .mwiki .toc h2 {
  1424.     display: inline;
  1425.     border: none;
  1426.     padding: 0;
  1427.     font-size: 100%;
  1428.     font-weight: bold;
  1429. }
  1430. .mwiki #toc #toctitle,
  1431. .mwiki .toc #toctitle,
  1432. .mwiki #toc .toctitle,
  1433. .mwiki .toc .toctitle {
  1434.     text-align: center;
  1435. }
  1436. .mwiki #toc ul,
  1437. .mwiki .toc ul {
  1438.     list-style-type: none;
  1439.     list-style-image: none;
  1440.     margin-left: 0;
  1441.     padding-left: 0;
  1442.     text-align: left;
  1443. }
  1444. .mwiki #toc ul ul,
  1445. .mwiki .toc ul ul {
  1446.     margin: 0 0 0 2em;
  1447. }
  1448. .mwiki #toc .toctoggle,
  1449. .mwiki .toc .toctoggle {
  1450.     font-size: 94%;
  1451. }
  1452.  
  1453. .mwiki .mw-warning {
  1454.     margin-left: 50px;
  1455.     margin-right: 50px;
  1456.     text-align: center;
  1457. }
  1458.  
  1459. /* images */
  1460. .mwiki div.floatright, .mwiki table.floatright {
  1461.     clear: right;
  1462.     float: right;
  1463.     position: relative;
  1464.     margin: 0 0 .5em .5em;
  1465.     border: 0;
  1466. /*
  1467.     border: .5em solid white;
  1468.     border-width: .5em 0 .8em 1.4em;
  1469. */
  1470. }
  1471. .mwiki div.floatright p { font-style: italic; }
  1472. .mwiki div.floatleft, .mwiki table.floatleft {
  1473.     float: left;
  1474.     clear: left;
  1475.     position: relative;
  1476.     margin: 0 .5em .5em 0;
  1477.     border: 0;
  1478. /*
  1479.     margin: .3em .5em .5em 0;
  1480.     border: .5em solid white;
  1481.     border-width: .5em 1.4em .8em 0;
  1482. */
  1483. }
  1484. .mwiki div.floatleft p { font-style: italic; }
  1485. /* thumbnails */
  1486. .mwiki div.thumb {
  1487.     margin-bottom: .5em;
  1488.     border-style: solid;
  1489.     border-color: white;
  1490.     width: auto;
  1491. }
  1492. .mwiki div.thumbinner {
  1493.     border: 1px solid #ccc;
  1494.     padding: 3px !important;
  1495.     background-color: #f9f9f9;
  1496.     font-size: 94%;
  1497.     text-align: center;
  1498.     overflow: hidden;
  1499. }
  1500. .mwiki html .thumbimage {
  1501.     border: 1px solid #ccc;
  1502. }
  1503. .mwiki html .thumbcaption {
  1504.     border: none;
  1505.     text-align: left;
  1506.     line-height: 1.4em;
  1507.     padding: 3px !important;
  1508.     font-size: 94%;
  1509. }
  1510. .mwiki div.magnify {
  1511.     float: right;
  1512.     border: none !important;
  1513.     background: none !important;
  1514. }
  1515. .mwiki div.magnify a, .mwiki div.magnify img {
  1516.     display: block;
  1517.     border: none !important;
  1518.     background: none !important;
  1519. }
  1520. .mwiki div.tright {
  1521.     clear: right;
  1522.     float: right;
  1523.     border-width: .5em 0 .8em 1.4em;
  1524. }
  1525. .mwiki div.tleft {
  1526.     float: left;
  1527.     clear: left;
  1528.     margin-right: .5em;
  1529.     border-width: .5em 1.4em .8em 0;
  1530. }
  1531. .mwiki img.thumbborder {
  1532.     border: 1px solid #dddddd;
  1533. }
  1534. .mwiki .hiddenStructure {
  1535.     display: none;
  1536. }
  1537.  
  1538. /*
  1539. ** classes for special content elements like town boxes
  1540. ** intended to be referenced directly from the wiki src
  1541. */
  1542.  
  1543. /*
  1544. ** User styles
  1545. */
  1546. /* table standards */
  1547. .mwiki table.rimage {
  1548.     float: right;
  1549.     position: relative;
  1550.     margin-left: 1em;
  1551.     margin-bottom: 1em;
  1552.     text-align: center;
  1553. }
  1554. .mwiki .toccolours {
  1555.     border: 1px solid #aaa;
  1556.     background-color: #f9f9f9;
  1557.     padding: 5px;
  1558.     font-size: 95%;
  1559. }
  1560.  
  1561. /*
  1562. ** edit views etc
  1563. */
  1564. .mwiki .special li {
  1565.     line-height: 1.4em;
  1566.     margin: 0;
  1567.     padding: 0;
  1568. }
  1569.  
  1570. /*
  1571. ** keep the whitespace in front of the ^=, hides rule from konqueror
  1572. ** this is css3, the validator doesn't like it when validating as css2
  1573. */
  1574. .mwiki #bodyContent a.external,
  1575. .mwiki #bodyContent a[href ^="gopher://"] {
  1576.     background: url(external.png) center right no-repeat;
  1577.     padding-right: 13px;
  1578. }
  1579. .mwiki #bodyContent a[href ^="https://"],
  1580. .mwiki .link-https {
  1581.     background: url(lock_icon.gif) center right no-repeat;
  1582.     padding-right: 16px;
  1583. }
  1584. .mwiki #bodyContent a[href ^="mailto:"],
  1585. .mwiki .link-mailto {
  1586.     background: url(mail_icon.gif) center right no-repeat;
  1587.     padding-right: 18px;
  1588. }
  1589. .mwiki #bodyContent a[href ^="news://"] {
  1590.     background: url(news_icon.png) center right no-repeat;
  1591.     padding-right: 18px;
  1592. }
  1593. .mwiki #bodyContent a[href ^="ftp://"],
  1594. .mwiki .link-ftp {
  1595.     background: url(file_icon.gif) center right no-repeat;
  1596.     padding-right: 18px;
  1597. }
  1598. .mwiki #bodyContent a[href ^="irc://"],
  1599. .mwiki #bodyContent a.extiw[href ^="irc://"],
  1600. .mwiki .link-irc {
  1601.     background: url(discussionitem_icon.gif) center right no-repeat;
  1602.     padding-right: 18px;
  1603. }
  1604. .mwiki #bodyContent a.external[href $=".ogg"], .mwiki #bodyContent a.external[href $=".OGG"],
  1605. .mwiki #bodyContent a.external[href $=".mid"], .mwiki #bodyContent a.external[href $=".MID"],
  1606. .mwiki #bodyContent a.external[href $=".midi"], .mwiki #bodyContent a.external[href $=".MIDI"],
  1607. .mwiki #bodyContent a.external[href $=".mp3"], .mwiki #bodyContent a.external[href $=".MP3"],
  1608. .mwiki #bodyContent a.external[href $=".wav"], .mwiki #bodyContent a.external[href $=".WAV"],
  1609. .mwiki #bodyContent a.external[href $=".wma"], .mwiki #bodyContent a.external[href $=".WMA"],
  1610. .mwiki .link-audio {
  1611.     background: url("audio.png") center right no-repeat;
  1612.     padding-right: 13px;
  1613. }
  1614. .mwiki #bodyContent a.external[href $=".ogm"], .mwiki #bodyContent a.external[href $=".OGM"],
  1615. .mwiki #bodyContent a.external[href $=".avi"], .mwiki #bodyContent a.external[href $=".AVI"],
  1616. .mwiki #bodyContent a.external[href $=".mpeg"], .mwiki #bodyContent a.external[href $=".MPEG"],
  1617. .mwiki #bodyContent a.external[href $=".mpg"], .mwiki #bodyContent a.external[href $=".MPG"],
  1618. .mwiki .link-video {
  1619.     background: url("video.png") center right no-repeat;
  1620.     padding-right: 13px;
  1621. }
  1622. .mwiki #bodyContent a.external[href $=".pdf"], .mwiki #bodyContent a.external[href $=".PDF"],
  1623. .mwiki #bodyContent a.external[href *=".pdf#"], .mwiki #bodyContent a.external[href *=".PDF#"],
  1624. .mwiki #bodyContent a.external[href *=".pdf?"], .mwiki #bodyContent a.external[href *=".PDF?"],
  1625. .mwiki .link-document {
  1626.     background: url("document.png") center right no-repeat;
  1627.     padding-right: 12px;
  1628. }
  1629.  
  1630. /* disable interwiki styling */
  1631. .mwiki #bodyContent a.extiw,
  1632. .mwiki #bodyContent a.extiw:active {
  1633.     color: #36b;
  1634.     background: none;
  1635.     padding: 0;
  1636. }
  1637. .mwiki #bodyContent a.external {
  1638.     color: #36b;
  1639. }
  1640. /* this can be used in the content area to switch off
  1641. special external link styling */
  1642. .mwiki #bodyContent .plainlinks a {
  1643.     background: none !important;
  1644.     padding: 0 !important;
  1645. }
  1646. /*
  1647. ** Structural Elements
  1648. */
  1649.  
  1650. /*
  1651. ** general portlet styles (elements in the quickbar)
  1652. */
  1653. .mwiki .portlet {
  1654.     border: none;
  1655.     margin: 0 0 .5em;
  1656.     padding: 0;
  1657.     float: none;
  1658.     width: 11.6em;
  1659.     overflow: hidden;
  1660. }
  1661. .mwiki .portlet h4 {
  1662.     font-size: 95%;
  1663.     font-weight: normal;
  1664.     white-space: nowrap;
  1665. }
  1666. .mwiki .portlet h5 {
  1667.     background: transparent;
  1668.     padding: 0 1em 0 .5em;
  1669.     display: inline;
  1670.     height: 1em;
  1671.     text-transform: lowercase;
  1672.     font-size: 91%;
  1673.     font-weight: normal;
  1674.     white-space: nowrap;
  1675. }
  1676. .mwiki .portlet h6 {
  1677.     background: #ffae2e;
  1678.     border: 1px solid #2f6fab;
  1679.     border-style: solid solid none solid;
  1680.     padding: 0 1em 0 1em;
  1681.     text-transform: lowercase;
  1682.     display: block;
  1683.     font-size: 1em;
  1684.     height: 1.2em;
  1685.     font-weight: normal;
  1686.     white-space: nowrap;
  1687. }
  1688. .mwiki .pBody {
  1689.     font-size: 95%;
  1690.     background-color: white;
  1691.     color: black;
  1692.     border-collapse: collapse;
  1693.     border: 1px solid #aaa;
  1694.     padding: 0 .8em .3em .5em;
  1695. }
  1696. .mwiki .portlet h1,
  1697. .mwiki .portlet h2,
  1698. .mwiki .portlet h3,
  1699. .mwiki .portlet h4 {
  1700.     margin: 0;
  1701.     padding: 0;
  1702. }
  1703. .mwiki .portlet ul {
  1704.     line-height: 1.5em;
  1705.     list-style-type: square;
  1706.     list-style-image: url(bullet.gif);
  1707.     font-size: 95%;
  1708. }
  1709. .mwiki .portlet li {
  1710.     padding: 0;
  1711.     margin: 0;
  1712. }
  1713.  
  1714. /*
  1715. ** Logo properties
  1716. */
  1717.  
  1718. .mwiki #p-logo {
  1719.     top: 0;
  1720.     left: 0;
  1721.     position: absolute; /*needed to use z-index */
  1722.     z-index: 3;
  1723.     height: 155px;
  1724.     width: 12em;
  1725.     overflow: visible;
  1726. }
  1727. .mwiki #p-logo h5 {
  1728.     display: none;
  1729. }
  1730. .mwiki #p-logo a,
  1731. .mwiki #p-logo a:hover {
  1732.     display: block;
  1733.     height: 155px;
  1734.     width: 12.2em;
  1735.     background-repeat: no-repeat;
  1736.     background-position: 35% 50% !important;
  1737.     text-decoration: none;
  1738. }
  1739.  
  1740. /*
  1741. ** Search portlet
  1742. */
  1743. .mwiki #p-search {
  1744.     position: relative;
  1745.     z-index: 3;
  1746. }
  1747. .mwiki input.searchButton {
  1748.     margin-top: 1px;
  1749.     font-size: 95%;
  1750. }
  1751. .mwiki #searchGoButton {
  1752.     padding-left: .5em;
  1753.     padding-right: .5em;
  1754.     font-weight: bold;
  1755. }
  1756. .mwiki #searchInput {
  1757.     width: 10.9em;
  1758.     margin: 0;
  1759.     font-size: 95%;
  1760. }
  1761. .mwiki #p-search .pBody {
  1762.     padding: .5em .4em .4em .4em;
  1763.     text-align: center;
  1764. }
  1765. .mwiki #p-search #searchform div div {
  1766.     margin-top: .4em;
  1767.     font-size: 95%;
  1768. }
  1769. /*
  1770. ** the personal toolbar
  1771. */
  1772. .mwiki #p-personal {
  1773.     position: absolute;
  1774.     left: 0;
  1775.     top: 0;
  1776.     z-index: 0;
  1777. }
  1778. .mwiki #p-personal {
  1779.     width: 100%;
  1780.     white-space: nowrap;
  1781.     padding: 0;
  1782.     margin: 0;
  1783.     border: none;
  1784.     background: none;
  1785.     overflow: visible;
  1786.     line-height: 1.2em;
  1787. }
  1788. .mwiki #p-personal h5 {
  1789.     display: none;
  1790. }
  1791. .mwiki #p-personal .portlet,
  1792. .mwiki #p-personal .pBody {
  1793.     z-index: 0;
  1794.     padding: 0;
  1795.     margin: 0;
  1796.     border: none;
  1797.     overflow: visible;
  1798.     background: none;
  1799. }
  1800. /* this is the ul contained in the portlet */
  1801. .mwiki #p-personal ul {
  1802.     border: none;
  1803.     line-height: 1.4em;
  1804.     color: #2f6fab;
  1805.     padding: 0 2em 0 3em;
  1806.     margin: 0;
  1807.     text-align: right;
  1808.     list-style: none;
  1809.     z-index: 0;
  1810.     background: none;
  1811.     cursor: default;
  1812. }
  1813. .mwiki #p-personal li {
  1814.     z-index: 0;
  1815.     border: none;
  1816.     padding: 0;
  1817.     display: inline;
  1818.     color: #2f6fab;
  1819.     margin-left: 1em;
  1820.     line-height: 1.2em;
  1821.     background: none;
  1822. }
  1823. .mwiki #p-personal li a {
  1824.     text-decoration: none;
  1825.     color: #005896;
  1826.     padding-bottom: .2em;
  1827.     background: none;
  1828. }
  1829. .mwiki #p-personal li a:hover {
  1830.     background-color: white;
  1831.     padding-bottom: .2em;
  1832.     text-decoration: none;
  1833. }
  1834. .mwiki #p-personal li.active a:hover {
  1835.     background-color: transparent;
  1836. }
  1837. /* the icon in front of the user name, single quotes
  1838. in bg url to hide it from iemac */
  1839. .mwiki li#pt-userpage,
  1840. .mwiki li#pt-anonuserpage,
  1841. .mwiki li#pt-login {
  1842.     background: url(user.gif) top left no-repeat;
  1843.     padding-left: 20px;
  1844.     text-transform: none;
  1845. }
  1846. .mwiki #p-personal ul {
  1847.     text-transform: lowercase;
  1848. }
  1849. .mwiki #p-personal li.active {
  1850.     font-weight: bold;
  1851. }
  1852. /*
  1853. ** the page-related actions- page/talk, edit etc
  1854. */
  1855. .mwiki #p-cactions {
  1856.     position: absolute;
  1857.     top: 1.3em;
  1858.     left: 11.5em;
  1859.     margin: 0;
  1860.     white-space: nowrap;
  1861.     width: 76%;
  1862.     line-height: 1.1em;
  1863.     overflow: visible;
  1864.     background: none;
  1865.     border-collapse: collapse;
  1866.     padding-left: 1em;
  1867.     list-style: none;
  1868.     font-size: 95%;
  1869. }
  1870. .mwiki #p-cactions ul {
  1871.     list-style: none;
  1872. }
  1873. .mwiki #p-cactions li {
  1874.     display: inline;
  1875.     border: 1px solid #aaa;
  1876.     border-bottom: none;
  1877.     padding: 0 0 .1em 0;
  1878.     margin: 0 .3em 0 0;
  1879.     overflow: visible;
  1880.     background: white;
  1881. }
  1882. .mwiki #p-cactions li.selected {
  1883.     border-color: #fabd23;
  1884.     padding: 0 0 .2em 0;
  1885.     font-weight: bold;
  1886. }
  1887. .mwiki #p-cactions li a {
  1888.     background-color: #fbfbfb;
  1889.     color: #002bb8;
  1890.     border: none;
  1891.     padding: 0 .8em .3em;
  1892.     position: relative;
  1893.     z-index: 0;
  1894.     margin: 0;
  1895.     text-decoration: none;
  1896. }
  1897. .mwiki #p-cactions li.selected a {
  1898.     z-index: 3;
  1899.     padding: 0 1em .2em!important;
  1900.     background-color: white;
  1901. }
  1902. .mwiki #p-cactions .new a {
  1903.     color: #ba0000;
  1904. }
  1905. .mwiki #p-cactions li a:hover {
  1906.     z-index: 3;
  1907.     text-decoration: none;
  1908.     background-color: white;
  1909. }
  1910. .mwiki #p-cactions h5 {
  1911.     display: none;
  1912. }
  1913. .mwiki #p-cactions li.istalk {
  1914.     margin-right: 0;
  1915. }
  1916. .mwiki #p-cactions li.istalk a {
  1917.     padding-right: .5em;
  1918. }
  1919. .mwiki #p-cactions #ca-addsection a {
  1920.     padding-left: .4em;
  1921.     padding-right: .4em;
  1922. }
  1923. /* offsets to distinguish the tab groups */
  1924. .mwiki li#ca-talk {
  1925.     margin-right: 1.6em;
  1926. }
  1927. .mwiki li#ca-watch, .mwiki li#ca-unwatch, .mwiki li#ca-varlang-0, .mwiki li#ca-print {
  1928.     margin-left: 1.6em;
  1929. }
  1930. .mwiki #p-cactions .pBody {
  1931.     font-size: 1em;
  1932.     background-color: transparent;
  1933.     color: inherit;
  1934.     border-collapse: inherit;
  1935.     border: 0;
  1936.     padding: 0;
  1937. }
  1938. .mwiki #p-cactions .hiddenStructure {
  1939.     display: none;
  1940. }
  1941. .mwiki #p-cactions li a {
  1942.     text-transform: lowercase;
  1943. }
  1944.  
  1945. .mwiki #p-lang {
  1946.     position: relative;
  1947.     z-index: 3;
  1948. }
  1949.  
  1950. /* TODO: #t-iscite is only used by the Cite extension, come up with some
  1951.  * system which allows extensions to add to this file on the fly
  1952.  */
  1953. .mwiki #t-ispermalink, .mwiki #t-iscite {
  1954.     color: #999;
  1955. }
  1956. /*
  1957. ** footer
  1958. */
  1959. .mwiki #footer {
  1960.     background-color: white;
  1961.     border-top: 1px solid #fabd23;
  1962.     border-bottom: 1px solid #fabd23;
  1963.     margin: .6em 0 1em 0;
  1964.     padding: .4em 0 1.2em 0;
  1965.     text-align: center;
  1966.     font-size: 90%;
  1967. }
  1968. .mwiki #footer li {
  1969.     display: inline;
  1970.     margin: 0 1.3em;
  1971. }
  1972. .mwiki #f-poweredbyico, .mwiki #f-copyrightico {
  1973.     margin: 0 8px;
  1974.     position: relative;
  1975.     top: -2px; /* Bump it up just a tad */
  1976. }
  1977. .mwiki #f-poweredbyico {
  1978.     float: right;
  1979.     height: 1%;
  1980. }
  1981. .mwiki #f-copyrightico {
  1982.     float: left;
  1983.     height: 1%;
  1984. }
  1985.  
  1986. /* js pref toc */
  1987. .mwiki #preftoc {
  1988.     margin: 0;
  1989.     padding: 0;
  1990.     width: 100%;
  1991.     clear: both;
  1992. }
  1993. .mwiki #preftoc li {
  1994.     background-color: #f0f0f0;
  1995.     color: #000;
  1996. }
  1997. .mwiki #preftoc li {
  1998.     margin: 1px -2px 1px 2px;
  1999.     float: left;
  2000.     padding: 2px 0 3px 0;
  2001.     border: 1px solid #fff;
  2002.     border-right-color: #716f64;
  2003.     border-bottom: 0;
  2004.     position: relative;
  2005.     white-space: nowrap;
  2006.     list-style-type: none;
  2007.     list-style-image: none;
  2008.     z-index: 3;
  2009. }
  2010. .mwiki #preftoc li.selected {
  2011.     font-weight: bold;
  2012.     background-color: #f9f9f9;
  2013.     border: 1px solid #aaa;
  2014.     border-bottom: none;
  2015.     cursor: default;
  2016.     top: 1px;
  2017.     padding-top: 2px;
  2018.     margin-right: -3px;
  2019. }
  2020. .mwiki #preftoc > li.selected {
  2021.     top: 2px;
  2022. }
  2023. .mwiki #preftoc a,
  2024. .mwiki #preftoc a:active {
  2025.     display: block;
  2026.     color: #000;
  2027.     padding: 0 .7em;
  2028.     position: relative;
  2029.     text-decoration: none;
  2030. }
  2031. .mwiki #preftoc li.selected a {
  2032.     cursor: default;
  2033.     text-decoration: none;
  2034. }
  2035. .mwiki #prefcontrol {
  2036.     padding-top: 2em;
  2037.     clear: both;
  2038. }
  2039. .mwiki #preferences {
  2040.     margin: 0;
  2041.     border: 1px solid #aaa;
  2042.     clear: both;
  2043.     padding: 1.5em;
  2044.     background-color: #F9F9F9;
  2045. }
  2046. .mwiki .prefsection {
  2047.     border: none;
  2048.     padding: 0;
  2049.     margin: 0;
  2050. }
  2051. .mwiki .prefsection fieldset {
  2052.     border: 1px solid #aaa;
  2053.     float: left;
  2054.     margin-right: 2em;
  2055. }
  2056. .mwiki .prefsection legend {
  2057.     font-weight: bold;
  2058. }
  2059. .mwiki .prefsection table, .mwiki .prefsection legend {
  2060.     background-color: #F9F9F9;
  2061. }
  2062. .mwiki .mainLegend {
  2063.     display: none;
  2064. }
  2065. .mwiki div.prefsectiontip {
  2066.     font-size: x-small;
  2067.     padding: .2em 2em;
  2068.     color: #666;
  2069. }
  2070. .mwiki .btnSavePrefs {
  2071.     font-weight: bold;
  2072.     padding-left: .3em;
  2073.     padding-right: .3em;
  2074. }
  2075.  
  2076. .mwiki .preferences-login {
  2077.     clear: both;
  2078.     margin-bottom: 1.5em;
  2079. }
  2080.  
  2081. .mwiki .prefcache {
  2082.     font-size: 90%;
  2083.     margin-top: 2em;
  2084. }
  2085.  
  2086. .mwiki div#userloginForm form,
  2087. .mwiki div#userlogin form#userlogin2 {
  2088.     margin: 0 3em 1em 0;
  2089.     border: 1px solid #aaa;
  2090.     clear: both;
  2091.     padding: 1.5em 2em;
  2092.     background-color: #f9f9f9;
  2093.     float: left;
  2094. }
  2095. .mwiki .rtl div#userloginForm form,
  2096. .mwiki .rtl div#userlogin form#userlogin2 {
  2097.     float: right;
  2098. }
  2099.  
  2100. .mwiki div#userloginForm table,
  2101. .mwiki div#userlogin form#userlogin2 table {
  2102.     background-color: #f9f9f9;
  2103. }
  2104.  
  2105. .mwiki div#userloginForm h2,
  2106. .mwiki div#userlogin form#userlogin2 h2 {
  2107.     padding-top: 0;
  2108. }
  2109.  
  2110. .mwiki div#userlogin .captcha,
  2111. .mwiki div#userloginForm .captcha {
  2112.     border: 1px solid #bbb;
  2113.     padding: 1.5em 2em;
  2114.     background-color: white;
  2115. }
  2116.  
  2117. .mwiki #loginend, .mwiki #signupend {
  2118.     clear: both;
  2119. }
  2120.  
  2121. .mwiki #userloginprompt, .mwiki #languagelinks {
  2122.     font-size: 85%;
  2123. }
  2124.  
  2125. .mwiki #login-sectiontip {
  2126.     font-size: 85%;
  2127.     line-height: 1.2;
  2128.     padding-top: 2em;
  2129. }
  2130.  
  2131. .mwiki #userlogin .loginText, .mwiki #userlogin .loginPassword {
  2132.     width: 12em;
  2133. }
  2134.  
  2135. .mwiki #userloginlink a, .mwiki #wpLoginattempt, .mwiki #wpCreateaccount {
  2136.     font-weight: bold;
  2137. }
  2138.  
  2139.  
  2140. /* IE/Mac fixes were cut out */
  2141.  
  2142. .mwiki .redirectText {
  2143.     font-size: 150%;
  2144.     margin: 5px;
  2145. }
  2146.  
  2147. .mwiki .printfooter {
  2148.     display: none;
  2149. }
  2150.  
  2151. .mwiki .not-patrolled {
  2152.     background-color: #ffa;
  2153. }
  2154. .mwiki div.patrollink {
  2155.     clear: both;
  2156.     font-size: 75%;
  2157.     text-align: right;
  2158. }
  2159. .mwiki span.newpage, .mwiki span.minor, .mwiki span.bot {
  2160.     font-weight: bold;
  2161. }
  2162. .mwiki span.unpatrolled {
  2163.     font-weight: bold;
  2164.     color: red;
  2165. }
  2166.  
  2167. .mwiki .sharedUploadNotice {
  2168.     font-style: italic;
  2169. }
  2170.  
  2171. .mwiki span.updatedmarker {
  2172.     color: black;
  2173.     background-color: #0f0;
  2174. }
  2175.  
  2176. .mwiki table.gallery {
  2177.     border: 1px solid #ccc;
  2178.     margin: 2px;
  2179.     padding: 2px;
  2180.     background-color: white;
  2181. }
  2182.  
  2183. .mwiki table.gallery tr {
  2184.     vertical-align: top;
  2185. }
  2186.  
  2187. .mwiki table.gallery td {
  2188.     vertical-align: top;
  2189.     background-color: #f9f9f9;
  2190.     border: solid 2px white;
  2191. }
  2192. /* Keep this temporarily so that cached pages will display right */
  2193. .mwiki table.gallery td.galleryheader {
  2194.     text-align: center;
  2195.     font-weight: bold;
  2196. }
  2197. .mwiki table.gallery caption {
  2198.     font-weight: bold;
  2199. }
  2200.  
  2201. .mwiki div.gallerybox {
  2202.     margin: 2px;
  2203. }
  2204.  
  2205. .mwiki div.gallerybox div.thumb {
  2206.     text-align: center;
  2207.     border: 1px solid #ccc;
  2208.     margin: 2px;
  2209. }
  2210.  
  2211. .mwiki div.gallerytext {
  2212.     overflow: hidden;
  2213.     font-size: 94%;
  2214.     padding: 2px 4px;
  2215. }
  2216.  
  2217. .mwiki span.comment {
  2218.     font-style: italic;
  2219. }
  2220.  
  2221. .mwiki span.changedby {
  2222.     font-size: 95%;
  2223. }
  2224.  
  2225. .mwiki .previewnote {
  2226.     text-indent: 3em;
  2227.     color: #c00;
  2228.     border-bottom: 1px solid #aaa;
  2229.     padding-bottom: 1em;
  2230.     margin-bottom: 1em;
  2231. }
  2232.  
  2233. .mwiki .previewnote p {
  2234.     margin: 0;
  2235.     padding: 0;
  2236. }
  2237.  
  2238. .mwiki .editExternally {
  2239.     border: 1px solid gray;
  2240.     background-color: #ffffff;
  2241.     padding: 3px;
  2242.     margin-top: 0.5em;
  2243.     float: left;
  2244.     font-size: small;
  2245.     text-align: center;
  2246. }
  2247. .mwiki .editExternallyHelp {
  2248.     font-style: italic;
  2249.     color: gray;
  2250. }
  2251.  
  2252. .mwiki .toggle {
  2253.     margin-left: 2em;
  2254.     text-indent: -2em;
  2255. }
  2256.  
  2257. /* Classes for EXIF data display */
  2258. .mwiki table.mw_metadata {
  2259.     font-size: 0.8em;
  2260.     margin-left: 0.5em;
  2261.     margin-bottom: 0.5em;
  2262.     width: 300px;
  2263. }
  2264.  
  2265. .mwiki table.mw_metadata caption {
  2266.     font-weight: bold;
  2267. }
  2268.  
  2269. .mwiki table.mw_metadata th {
  2270.     font-weight: normal;
  2271. }
  2272.  
  2273. .mwiki table.mw_metadata td {
  2274.     padding: 0.1em;
  2275. }
  2276.  
  2277. .mwiki table.mw_metadata {
  2278.     border: none;
  2279.     border-collapse: collapse;
  2280. }
  2281.  
  2282. .mwiki table.mw_metadata td, .mwiki table.mw_metadata th {
  2283.     text-align: center;
  2284.     border: 1px solid #aaaaaa;
  2285.     padding-left: 0.1em;
  2286.     padding-right: 0.1em;
  2287. }
  2288.  
  2289. .mwiki table.mw_metadata th {
  2290.     background-color: #f9f9f9;
  2291. }
  2292.  
  2293. .mwiki table.mw_metadata td {
  2294.     background-color: #fcfcfc;
  2295. }
  2296.  
  2297. .mwiki table.collapsed tr.collapsable {
  2298.     display: none;
  2299. }
  2300.  
  2301.  
  2302. /* filetoc */
  2303. .mwiki ul#filetoc {
  2304.     text-align: center;
  2305.     border: 1px solid #aaaaaa;
  2306.     background-color: #f9f9f9;
  2307.     padding: 5px;
  2308.     font-size: 95%;
  2309.     margin-bottom: 0.5em;
  2310.     margin-left: 0;
  2311.     margin-right: 0;
  2312. }
  2313.  
  2314. .mwiki #filetoc li {
  2315.     display: inline;
  2316.     list-style-type: none;
  2317.     padding-right: 2em;
  2318. }
  2319.  
  2320. .mwiki input#wpSummary {
  2321.     width: 80%;
  2322. }
  2323.  
  2324. /* @bug 1714 */
  2325. .mwiki input#wpSave, .mwiki input#wpDiff {
  2326.     margin-right: 0.33em;
  2327. }
  2328.  
  2329. .mwiki #wpSave {
  2330.     font-weight: bold;
  2331. }
  2332.  
  2333. /* Classes for article validation */
  2334.  
  2335. .mwiki table.revisionform_default {
  2336.     border: 1px solid #000000;
  2337. }
  2338.  
  2339. .mwiki table.revisionform_focus {
  2340.     border: 1px solid #000000;
  2341.     background-color:#00BBFF;
  2342. }
  2343.  
  2344. .mwiki tr.revision_tr_default {
  2345.     background-color:#EEEEEE;
  2346. }
  2347.  
  2348. .mwiki tr.revision_tr_first {
  2349.     background-color:#DDDDDD;
  2350. }
  2351.  
  2352. .mwiki p.revision_saved {
  2353.     color: green;
  2354.     font-weight:bold;
  2355. }
  2356.  
  2357. .mwiki #mw_trackbacks {
  2358.     border: solid 1px #bbbbff;
  2359.     background-color: #eeeeff;
  2360.     padding: 0.2em;
  2361. }
  2362.  
  2363.  
  2364. /* Allmessages table */
  2365.  
  2366. .mwiki #allmessagestable th {
  2367.     background-color: #b2b2ff;
  2368. }
  2369.  
  2370. .mwiki #allmessagestable tr.orig {
  2371.     background-color: #ffe2e2;
  2372. }
  2373.  
  2374. .mwiki #allmessagestable tr.new {
  2375.     background-color: #e2ffe2;
  2376. }
  2377.  
  2378. .mwiki #allmessagestable tr.def {
  2379.     background-color: #f0f0ff;
  2380. }
  2381.  
  2382.  
  2383. /* noarticletext */
  2384. .mwiki div.noarticletext {
  2385.     border: 1px solid #ccc;
  2386.     background: #fff;
  2387.     padding: .2em 1em;
  2388.     color: #000;
  2389. }
  2390.  
  2391. .mwiki div#searchTargetContainer {
  2392.     left:       10px;
  2393.     top:        10px;
  2394.     width:      90%;
  2395.     background: white;
  2396. }
  2397.  
  2398. .mwiki div#searchTarget {
  2399.     padding:    3px;
  2400.     margin:     5px;
  2401.     background: #F0F0F0;
  2402.     border:     solid 1px blue;
  2403. }
  2404.  
  2405. .mwiki div#searchTarget ul li {
  2406.     list-style: none;
  2407. }
  2408.  
  2409. .mwiki div#searchTarget ul li:before {
  2410.     color: orange;
  2411.     content: "\00BB \0020";
  2412. }
  2413.  
  2414. .mwiki div#searchTargetHide {
  2415.     float:right;
  2416.     border:solid 1px black;
  2417.     background:#DCDCDC;
  2418.     padding:2px;
  2419. }
  2420.  
  2421. .mwiki #powersearch p {
  2422.     margin-top:0px;
  2423. }
  2424.  
  2425. .mwiki div.multipageimagenavbox {
  2426.    border: solid 1px silver;
  2427.    padding: 4px;
  2428.    margin: 1em;
  2429.    background: #f0f0f0;
  2430. }
  2431.  
  2432. .mwiki div.multipageimagenavbox div.thumb {
  2433.    border: none;
  2434.    margin-left: 2em;
  2435.    margin-right: 2em;
  2436. }
  2437.  
  2438. .mwiki div.multipageimagenavbox hr {
  2439.    margin: 6px;
  2440. }
  2441.  
  2442. .mwiki table.multipageimage td {
  2443.    text-align: center;
  2444. }
  2445.  
  2446. /** Special:Version */
  2447.  
  2448. .mwiki table#sv-ext, table#sv-hooks, .mwiki table#sv-software {
  2449.     margin: 1em;
  2450.     padding:0em;
  2451. }
  2452.  
  2453. .mwiki #sv-ext td, .mwiki #sv-hooks td, .mwiki #sv-software td,
  2454. .mwiki #sv-ext th, .mwiki #sv-hooks th, .mwiki #sv-software th {
  2455.     border: 1px solid #A0A0A0;
  2456.     padding: 0 0.15em 0 0.15em;
  2457. }
  2458. .mwiki #sv-ext th, .mwiki #sv-hooks th, .mwiki #sv-software th {
  2459.     background-color: #F0F0F0;
  2460.     color: black;
  2461.     padding: 0 0.15em 0 0.15em;
  2462. }
  2463. .mwiki tr.sv-space{
  2464.     height: 0.8em;
  2465.     border:none;
  2466. }
  2467. .mwiki tr.sv-space td { display: none; }
  2468.  
  2469. /*
  2470.   Table pager (e.g. Special:Imagelist)
  2471.   - remove underlines from the navigation link
  2472.   - collapse borders
  2473.   - set the borders to outsets (similar to Special:Allmessages)
  2474.   - remove line wrapping for all td and th, set background color
  2475.   - restore line wrapping for the last two table cells (description and size)
  2476. */
  2477. .mwiki .TablePager { min-width: 80%; }
  2478. .mwiki .TablePager_nav a { text-decoration: none; }
  2479. .mwiki .TablePager { border-collapse: collapse; }
  2480. .mwiki .TablePager, .mwiki .TablePager td, .mwiki .TablePager th {
  2481.     border: 1px solid #aaaaaa;
  2482.     padding: 0 0.15em 0 0.15em;
  2483. }
  2484. .mwiki .TablePager th { background-color: #eeeeff }
  2485. .mwiki .TablePager td { background-color: #ffffff }
  2486. .mwiki .TablePager tr:hover td { background-color: #eeeeff }
  2487.  
  2488. .mwiki .imagelist td, .mwiki .imagelist th { white-space: nowrap }
  2489. .mwiki .imagelist .TablePager_col_links { background-color: #eeeeff }
  2490. .mwiki .imagelist .TablePager_col_img_description { white-space: normal }
  2491. .mwiki .imagelist th.TablePager_sort { background-color: #ccccff }
  2492.  
  2493. .mwiki .templatesUsed { margin-top: 1.5em; }
  2494.  
  2495. .mwiki .mw-summary-preview {
  2496.     margin: 0.1em 0;
  2497. }
  2498.  
  2499. /* Friendlier slave lag warnings */
  2500. .mwiki div.mw-lag-warn-normal,
  2501. .mwiki div.mw-lag-warn-high {
  2502.     padding: 3px;
  2503.     text-align: center;
  2504.     margin: 3px auto;
  2505. }
  2506. .mwiki div.mw-lag-warn-normal {
  2507.     border: 1px solid #FFCC66;
  2508.     background-color: #FFFFCC;
  2509. }
  2510. .mwiki div.mw-lag-warn-high {
  2511.     font-weight: bold;
  2512.     border: 2px solid #FF0033;
  2513.     background-color: #FFCCCC;
  2514. }
  2515.  
  2516. .mwiki .MediaTransformError {
  2517.     background-color: #ccc;
  2518.     padding: 0.1em;
  2519. }
  2520. .mwiki .MediaTransformError td {
  2521.     text-align: center;
  2522.     vertical-align: middle;
  2523.     font-size: 90%;
  2524. }
  2525.  
  2526. /** Special:Search stuff */
  2527. .mwiki div#mw-search-interwiki-caption {
  2528.     text-align: center;
  2529.     font-weight: bold;
  2530.     font-size: 95%;
  2531. }
  2532.  
  2533. .mwiki .mw-search-interwiki-project {
  2534.     font-size: 97%;
  2535.     text-align: left;
  2536.     padding-left: 0.2em;
  2537.     padding-right: 0.15em;
  2538.     padding-bottom: 0.2em;
  2539.     padding-top: 0.15em;
  2540.     background: #cae8ff;
  2541. }
  2542.  
  2543. /* God-damned hack for the crappy layout */
  2544. .mwiki .os-suggest {
  2545.     font-size: 127%;
  2546. }
  2547.  
  2548.  
  2549. /**** Excerpts from http://en.wikipedia.org/wiki/MediaWiki:Common.css ******/
  2550. /* Since GoldenDict support is not Wikipedia-specific, we don't include all
  2551.  * of it, and besides, it's large and volatile anyway. */
  2552. /* It was also edited for the usually narrow article view */
  2553.  
  2554.  
  2555. /* Make the list of references smaller */
  2556. .mwiki ol.references {
  2557.     font-size: 100%;
  2558. }
  2559. .mwiki .references-small {
  2560.     font-size: 90%;
  2561. }
  2562.  
  2563. /* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
  2564. /* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
  2565. /* column-count is from the CSS3 module "CSS Multi-column Layout" */
  2566. /* Please ignore any validator errors caused by these two lines */
  2567. .mwiki .references-2column {
  2568.     font-size: 90%;
  2569.     -moz-column-count: 2;
  2570.     -webkit-column-count: 2;
  2571.     column-count: 2;
  2572. }
  2573.  
  2574. /* Highlight clicked reference in blue to help navigation */
  2575. .mwiki ol.references > li:target {
  2576.     background-color: #DEF;
  2577. }
  2578.  
  2579. .mwiki sup.reference:target {
  2580.     background-color: #DEF;
  2581. }
  2582.  
  2583. /* Styling for citations */
  2584. .mwiki cite {
  2585.     font-style: normal;
  2586.     word-wrap: break-word;
  2587. }
  2588.  
  2589. /* If there is an inline link to a full citation, the full citation will turn blue when the inline link is clicked */
  2590. .mwiki cite:target {
  2591.     background-color: #DEF;
  2592. }
  2593.  
  2594. /* wikitable/prettytable class for skinning normal tables */
  2595. .mwiki table.wikitable,
  2596. .mwiki table.prettytable {
  2597.     margin: 1em 1em 1em 0;
  2598.     background: #f9f9f9;
  2599.     border: 1px #aaa solid;
  2600.     border-collapse: collapse;
  2601. }
  2602. .mwiki .wikitable th, .mwiki .wikitable td,
  2603. .mwiki .prettytable th, .mwiki .prettytable td {
  2604.     border: 1px #aaa solid;
  2605.     padding: 0.2em;
  2606. }
  2607. .mwiki .wikitable th,
  2608. .mwiki .prettytable th {
  2609.     background: #f2f2f2;
  2610.     text-align: center;
  2611. }
  2612. .mwiki .wikitable caption,
  2613. .mwiki .prettytable caption {
  2614.     font-weight: bold;
  2615. }
  2616.  
  2617. /* default skin for navigation boxes */
  2618. .mwiki table.navbox {            /* navbox container style */
  2619.   border:1px solid #aaa;
  2620.   width:100%;
  2621.   margin:auto;
  2622.   clear:both;
  2623.   font-size:88%;
  2624.   text-align:center;
  2625.   padding:1px;
  2626. }
  2627. .mwiki table.navbox + table.navbox {
  2628.   margin-top:-1px;        /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
  2629. }
  2630. .mwiki .navbox-title, .mwiki .navbox-abovebelow, .mwiki table.navbox th {
  2631.   text-align:center;      /* title and above/below styles */
  2632.   padding-left:1em;
  2633.   padding-right:1em;
  2634. }
  2635. .mwiki .navbox-group {           /* group style */
  2636.   white-space:nowrap;
  2637.   text-align:right;
  2638.   font-weight:bold;
  2639.   padding-left:1em;
  2640.   padding-right:1em;
  2641. }
  2642. .mwiki .navbox, .mwiki .navbox-subgroup {
  2643.   background:#fdfdfd;     /* Background color */
  2644. }
  2645. .mwiki .navbox-list {
  2646.   border-color:#fdfdfd;   /* Must match background color */
  2647. }
  2648. .mwiki .navbox-title, .mwiki table.navbox th {
  2649.   background:#ccccff;     /* Level 1 color */
  2650. }
  2651. .mwiki .navbox-abovebelow, .mwiki .navbox-group, .mwiki .navbox-subgroup .navbox-title {
  2652.   background:#ddddff;     /* Level 2 color */
  2653. }
  2654. .mwiki .navbox-subgroup .navbox-group, .mwiki .navbox-subgroup .navbox-abovebelow {
  2655.   background:#e6e6ff;     /* Level 3 color */
  2656. }
  2657. .mwiki .navbox-even {
  2658.   background:#f7f7f7;     /* Even row striping */
  2659. }
  2660. .mwiki .navbox-odd {
  2661.   background:transparent; /* Odd row striping */
  2662. }
  2663.  
  2664. .mwiki .collapseButton {         /* 'show'/'hide' buttons created dynamically by the        */
  2665.     float: right;         /* CollapsibleTables javascript in [[MediaWiki:Common.js]] */
  2666.     font-weight: normal;  /* are styled here so they can be customised.              */
  2667.     text-align: right;
  2668.     width: auto;
  2669. }
  2670. .mwiki .navbox .collapseButton { /* In navboxes, the show/hide button balances the vde links from */
  2671.     width: 6em;           /* [[Template:Tnavbar]], so they need to be the same width.      */
  2672. }
  2673.  
  2674.  
  2675.  
  2676. /* Infobox template style */
  2677. .mwiki .infobox {
  2678.     border: 1px solid #aaa;
  2679.     background-color: #f9f9f9;
  2680.     color: black;
  2681. /*    margin: 0.5em 0 0.5em 1em;*/
  2682.     margin: 10px auto 0;
  2683.     padding: 0.2em;
  2684. /*
  2685.     float: right;
  2686.     clear: right;*/
  2687. }
  2688.  
  2689. .mwiki .infobox td,
  2690. .mwiki .infobox th {
  2691.     vertical-align: top;
  2692. }
  2693. .mwiki .infobox caption {
  2694.     font-size: larger;
  2695. }
  2696. .mwiki .infobox.bordered {
  2697.     border-collapse: collapse;
  2698. }
  2699. .mwiki .infobox.bordered td,
  2700. .mwiki .infobox.bordered th {
  2701.     border: 1px solid #aaa;
  2702. }
  2703. .mwiki .infobox.bordered .borderless td,
  2704. .mwiki .infobox.bordered .borderless th {
  2705.     border: 0;
  2706. }
  2707.  
  2708. .mwiki .infobox.sisterproject {
  2709.     width: 20em;
  2710.     font-size: 90%;
  2711. }
  2712.  
  2713. .mwiki .infobox.standard-talk {
  2714.     border: 1px solid #c0c090;
  2715.     background-color: #f8eaba;
  2716. }
  2717. .mwiki .infobox.standard-talk.bordered td,
  2718. .mwiki .infobox.standard-talk.bordered th {
  2719.     border: 1px solid #c0c090;
  2720. }
  2721.  
  2722. /* styles for bordered infobox with merged rows */
  2723. .mwiki .infobox.bordered .mergedtoprow td,
  2724. .mwiki .infobox.bordered .mergedtoprow th {
  2725.     border: 0;
  2726.     border-top: 1px solid #aaa;
  2727.     border-right: 1px solid #aaa;
  2728. }
  2729.  
  2730. .mwiki .infobox.bordered .mergedrow td,
  2731. .mwiki .infobox.bordered .mergedrow th {
  2732.     border: 0;
  2733.     border-right: 1px solid #aaa;
  2734. }
  2735.  
  2736. /* Styles for geography infoboxes, e.g. countries, country subdivisions, cities, etc. */
  2737. .mwiki .infobox.geography {
  2738.     text-align: left;
  2739.     border-collapse: collapse;
  2740.     line-height: 1.2em;
  2741.     font-size: 90%;
  2742. }
  2743.  
  2744. .mwiki .infobox.geography  td,
  2745. .mwiki .infobox.geography  th {
  2746.     border-top: solid 1px #aaa;
  2747.     padding: 0.4em 0.6em 0.4em 0.6em;
  2748. }
  2749. .mwiki .infobox.geography .mergedtoprow td,
  2750. .mwiki .infobox.geography .mergedtoprow th {
  2751.     border-top: solid 1px #aaa;
  2752.     padding: 0.4em 0.6em 0.2em 0.6em;
  2753. }
  2754.  
  2755. .mwiki .infobox.geography .mergedrow td,
  2756. .mwiki .infobox.geography .mergedrow th {
  2757.     border: 0;
  2758.     padding: 0 0.6em 0.2em 0.6em;
  2759. }
  2760.  
  2761. .mwiki .infobox.geography .mergedbottomrow td,
  2762. .mwiki .infobox.geography .mergedbottomrow th {
  2763.     border-top: 0;
  2764.     border-bottom: solid 1px #aaa;
  2765.     padding: 0 0.6em 0.4em 0.6em;
  2766. }
  2767.  
  2768. .mwiki .infobox.geography .maptable td,
  2769. .mwiki .infobox.geography .maptable th {
  2770.     border: 0;
  2771.     padding: 0;
  2772. }
  2773.  
  2774. /* Style for "notices" */
  2775. .mwiki .notice {
  2776.     margin: 1em;
  2777.     padding: 0.2em;
  2778. }
  2779.  
  2780. .mwiki #disambig {
  2781.     border-top: 1px solid #ccc;
  2782.     border-bottom: 1px solid #ccc;
  2783. }
  2784.  
  2785. .mwiki .rellink,
  2786. .mwiki .dablink {
  2787.     font-style: italic;
  2788.     padding-left: 2em;
  2789. }
  2790. .mwiki .rellink i,
  2791. .mwiki .dablink i {
  2792.     font-style: normal;
  2793. }
  2794.  
  2795. /* Article message box styles */
  2796. .mwiki table.ambox {            /* 10% = Will not overlap with other elements */
  2797.     margin: -1px 10% 0px;    /* -1px = Single border between stacked boxes in all browsers */
  2798.     border: 1px solid #aaa;
  2799.     border-left: 10px solid #1e90ff;    /* Default "notice" blue */
  2800.     background: #fbfbfb;
  2801. }
  2802. .mwiki .ambox th.mbox-text,
  2803. .mwiki .ambox td.mbox-text {            /* The message body cell(s) */
  2804.     padding: 0.25em 0.5em;       /* 0.5em left/right */
  2805. }
  2806. .mwiki .ambox td.mbox-image {           /* The left image cell */
  2807.     padding: 2px 0 2px 0.5em;    /* 0.5em left, 0px right */
  2808. }
  2809. .mwiki .ambox td.mbox-imageright {      /* The right image cell */
  2810.     padding: 2px 0.5em 2px 0;    /* 0px left, 0.5em right */
  2811. }
  2812.  
  2813. /* Standard Navigationsleisten, aka box hiding thingy from .de.  Documentation at [[Wikipedia:NavFrame]]. */
  2814. .mwiki div.NavFrame {
  2815.     margin: 0;
  2816.     padding: 4px;
  2817.     border: 1px solid #aaa;
  2818.     text-align: center;
  2819.     border-collapse: collapse;
  2820.     font-size: 95%;
  2821. }
  2822. .mwiki div.NavFrame + div.NavFrame {
  2823.     border-top-style: none;
  2824.     border-top-style: hidden;
  2825. }
  2826. .mwiki div.NavPic {
  2827.     background-color: #fff;
  2828.     margin: 0;
  2829.     padding: 2px;
  2830.     float: left;
  2831. }
  2832. .mwiki div.NavFrame div.NavHead {
  2833.     height: 1.6em;
  2834.     font-weight: bold;
  2835.     background-color: #ccf;
  2836.     position:relative;
  2837. }
  2838. .mwiki div.NavFrame p {
  2839.     font-size: 100%;
  2840. }
  2841. .mwiki div.NavFrame div.NavContent {
  2842.     font-size: 100%;
  2843. }
  2844. .mwiki div.NavFrame div.NavContent p {
  2845.     font-size: 100%;
  2846. }
  2847. .mwiki div.NavEnd {
  2848.     margin: 0;
  2849.     padding: 0;
  2850.     line-height: 1px;
  2851.     clear: both;
  2852. }
  2853. .mwiki a.NavToggle {
  2854.     position: absolute;
  2855.     top: 0;
  2856.     right: 3px;
  2857.     font-weight: normal;
  2858.     font-size: 90%;
  2859. }
  2860.  
  2861.  
  2862. /****** Wiktionary-specific excerpts *********/
  2863.  
  2864. .mwiki .audiolink a {
  2865.     background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/16px-Loudspeaker.svg.png") center left no-repeat !important;
  2866.     padding-left: 20px !important;
  2867.     padding-right: 0 !important;
  2868. }
  2869.  
  2870. /* default setting for [[:Category:Inflection templates]] */
  2871.  
  2872. .mwiki .infl-inline { display: inline }
  2873. .mwiki .infl-table { display: none }
  2874. /****default hide dict icon ***/
  2875. .gddicticon{display:none;}
  2876.  
  2877. .gdexpandicon {
  2878.     cursor:pointer;
  2879.     width:16px;
  2880.     height:16px;
  2881.     vertical-align: text-bottom;
  2882.     background-image:url('GoldenDict_files/localhost/icons/arrow.png');
  2883. }
  2884.  
  2885. .gdcollapseicon {
  2886.     cursor:pointer;
  2887.     width:16px;
  2888.     height:16px;
  2889.     vertical-align: text-bottom;
  2890.     background-image:url('GoldenDict_files/localhost/icons/downarrow.png');
  2891. }
  2892.  
  2893. /********** Slob dictionaries ***********/
  2894.  
  2895. .slobdict img.imgtex
  2896. {
  2897.     vertical-align: baseline !important;
  2898. }
  2899.  
  2900. /************* GLS dictionaries **************/
  2901.  
  2902. .glsdict_headwords
  2903. {
  2904.   font-weight: bold;
  2905.   margin-top: 15px;
  2906.   margin-bottom: 10px;
  2907.   font-size: 116%;
  2908. }
  2909.  
  2910.  
  2911. </style>
  2912. <!-- Built-in style css -->
  2913. <style type="text/css" media="all">
  2914. html
  2915. {
  2916.   background-color: white;
  2917. }
  2918.  
  2919. body
  2920. {
  2921.   background: white;
  2922. }
  2923.  
  2924. a
  2925. {
  2926.   text-decoration: none;
  2927.   color: darkblue;
  2928. }
  2929.  
  2930. a:hover
  2931. {
  2932.   text-decoration: underline;
  2933. }
  2934.  
  2935. .gdarticle
  2936. {
  2937.   background: white;
  2938. }
  2939.  
  2940. /* Dictionary's name heading */
  2941. .gddictname
  2942. {
  2943.   border: 1px dotted black; padding: 0.2em; padding-left: 0.5em;
  2944.   margin-top: 1.2em; margin-bottom: 0.1em; font-weight: bold; font-size: 14px;
  2945.   background: #87CEEB;
  2946. }
  2947.  
  2948. /* The 'From ' string which preceeds dictionary name in the heading */
  2949. .gdfromprefix
  2950. {
  2951.   display: none;
  2952. }
  2953.  
  2954. .gddictname
  2955. {
  2956.      font-size: 13px;
  2957.   font-weight: normal;
  2958.  
  2959.   float: right;
  2960.   border: 1px solid white;
  2961.   margin-top: 7px;
  2962.   color: #7f7f7f;
  2963.   background: white;
  2964. }
  2965.  
  2966. .gdarticleseparator + script + .gdarticle .gddictname
  2967. {
  2968.   border-top: 1px solid #ccc;
  2969. /*  margin-top: 11px;*/
  2970. }
  2971.  
  2972. .gdactivearticle .gddictname
  2973. {
  2974.      font-size: 13px;
  2975.   font-weight: normal;
  2976.  
  2977.   float: right;
  2978.   border: 1px solid #b3d7f7;
  2979.   margin-top: 7px;
  2980.   color: #0066ff;
  2981.   background: #deecf8;
  2982. }
  2983.  
  2984. .gdarticleseparator + script + .gdactivearticle .gddictname
  2985. {
  2986.   border-top: 1px solid #b3d7f7;
  2987. /*  margin-top: 11px;*/
  2988. }
  2989.  
  2990. .gdarticleseparator
  2991. {
  2992.   margin-top: 10px;
  2993.   border-bottom: 1px solid #cccccc;
  2994.   margin-bottom: 0px;
  2995.   width: 100%;
  2996.   display: inline-block;
  2997.   clear: both;
  2998. }
  2999.  
  3000. .gddictname + h3, .gddictname + .dsl_article > .dsl_headwords
  3001. {
  3002.   margin-top: 10px;
  3003. }
  3004.  
  3005. .dsl_ex, .dsl_ex .dsl_opt
  3006. {
  3007.   color: inherit;
  3008. }
  3009.  
  3010. .dsl_com
  3011. {
  3012.   color: black;
  3013. }
  3014. </style>
  3015. <!-- Built-in print css -->
  3016. <style type="text/css" media="print">
  3017. /* This stylesheet is used for printing only, overriding article-style.css */
  3018.  
  3019. body
  3020. {
  3021.   background: white;
  3022. }
  3023.  
  3024. /* Hide audio icons */
  3025.  
  3026. .dsl_s_wav
  3027. {
  3028.   display: none;
  3029. }
  3030.  
  3031. </style>
  3032. <title>GoldenDict</title><link rel="icon" type="image/png" href="GoldenDict_files/localhost/flags/folder.png">
  3033. <script type="text/javascript">gdAudioLinks = { first: null, current: null };function gdMakeArticleActive( newId ) {if ( gdCurrentArticle != 'gdfrom-' + newId ) {el=document.getElementById( gdCurrentArticle ); el.className = el.className.replace(' gdactivearticle','');el=document.getElementById( 'gdfrom-' + newId ); el.className = el.className + ' gdactivearticle';gdCurrentArticle = 'gdfrom-' + newId; gdAudioLinks.current = newId;articleview.onJsActiveArticleChanged(gdCurrentArticle); } }var overIframeId = null;function gdSelectArticle( id ) {var selection = window.getSelection(); var range = document.createRange();range.selectNodeContents(document.getElementById('gdfrom-' + id));selection.removeAllRanges(); selection.addRange(range); }function processIframeMouseOut() { overIframeId = null; top.focus(); }function processIframeMouseOver( newId ) { overIframeId = newId; }function processIframeClick() { if( overIframeId != null ) { overIframeId = overIframeId.replace( 'gdexpandframe-', '' ); gdMakeArticleActive( overIframeId ) } }function init() { window.addEventListener('blur', processIframeClick, false); }window.addEventListener('load', init, false);function gdExpandOptPart( expanderId, optionalId ) {  var d1=document.getElementById(expanderId); var i = 0; if( d1.alt == '[+]' ) {d1.alt = '[-]'; d1.src = 'GoldenDict_files/localhost/icons/collapse_opt.png'; for( i = 0; i < 1000; i++ ) { var d2=document.getElementById( optionalId + i ); if( !d2 ) break; d2.style.display='inline'; } }else { d1.alt = '[+]'; d1.src = 'GoldenDict_files/localhost/icons/expand_opt.png'; for( i = 0; i < 1000; i++ ) { var d2=document.getElementById( optionalId + i ); if( !d2 ) break; d2.style.display='none'; } } };function gdExpandArticle( id ) { elem = document.getElementById('gdarticlefrom-'+id); ico = document.getElementById('expandicon-'+id); art=document.getElementById('gdfrom-'+id);ev=window.event; t=null;if(ev) t=ev.target || ev.srcElement;if(elem.style.display=='inline' && t==ico) {elem.style.display='none'; ico.className='gdexpandicon';art.className = art.className+' gdcollapsedarticle';nm=document.getElementById('gddictname-'+id); nm.style.cursor='pointer';if(ev) ev.stopPropagation(); ico.title=''; nm.title='Expand article' } else if(elem.style.display=='none') {elem.style.display='inline'; ico.className='gdcollapseicon';art.className=art.className.replace(' gdcollapsedarticle','');nm=document.getElementById('gddictname-'+id); nm.style.cursor='default';nm.title=''; ico.title='Collapse article' } }function gdCheckArticlesNumber() {elems=document.getElementsByClassName('gddictname');if(elems.length == 1) {el=elems.item(0); s=el.id.replace('gddictname-','');el=document.getElementById('gdfrom-'+s);if(el && el.className.search('gdcollapsedarticle')>0) gdExpandArticle(s);} }</script><script src="/w/load.php?debug=true&amp;lang=ru&amp;modules=jquery%2Cmediawiki&amp;only=scripts&amp;skin=vector&amp;version=1rfuz0b"></script></head><body class="mw-body mw-body-content mediawiki" style=" margin: 0; border-width: 0px; padding: 0px;"><script type="text/javascript">var gdCurrentArticle="gdfrom-a49382f9f7e3d9d077bd9d59121eddee"; articleview.onJsActiveArticleChanged(gdCurrentArticle)</script><script type="text/javascript">var gdArticleContents; if ( !gdArticleContents ) gdArticleContents = "a49382f9f7e3d9d077bd9d59121eddee "; else gdArticleContents += "a49382f9f7e3d9d077bd9d59121eddee ";</script><div class="gdarticle gdactivearticle" id="gdfrom-a49382f9f7e3d9d077bd9d59121eddee" onclick="gdMakeArticleActive( 'a49382f9f7e3d9d077bd9d59121eddee' );" oncontextmenu="gdMakeArticleActive( 'a49382f9f7e3d9d077bd9d59121eddee' );"><div class="gddictname" onclick="gdExpandArticle('a49382f9f7e3d9d077bd9d59121eddee');" id="gddictname-a49382f9f7e3d9d077bd9d59121eddee"><span class="gddicticon"><img src="GoldenDict_files/a49382f9f7e3d9d077bd9d59121eddee/dicticon.png"></span><span class="gdfromprefix">From </span><span class="gddicttitle">Википедия</span><span class="collapse_expand_area"><img src="GoldenDict_files/localhost/icons/blank.png" class="gdcollapseicon" id="expandicon-a49382f9f7e3d9d077bd9d59121eddee" title="Collapse article"></span></div><div class="gddictnamebodyseparator"></div><div class="gdarticlebody gdlangfrom-ru" lang="ru" style="display:inline" id="gdarticlefrom-a49382f9f7e3d9d077bd9d59121eddee"><div class="zimdict"><h2 class="zimdict_headword">GoldenDict</h2>
  3034.     <meta charset="UTF-8">
  3035.     <title>GoldenDict</title>
  3036.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  3037.     <link rel="stylesheet" href="GoldenDict_files/a49382f9f7e3d9d077bd9d59121eddee/-/s/style.css">
  3038.     <script src="GoldenDict_files/a49382f9f7e3d9d077bd9d59121eddee/-/j/head.js"></script>
  3039.  
  3040.  
  3041.     <div id="content" class="mw-body" style="padding: 1em; border-width: 0px; max-width: 55.8em; margin: 0 auto 0 auto">
  3042.       <a id="top"></a>
  3043.       <h1 id="titleHeading" style="background-color: white; margin: 0;">GoldenDict</h1>
  3044.       <div id="mw-content-text"><table class="infobox " style="" id="mwAQ"><caption class="" style="">GoldenDict</caption><tbody><tr><td colspan="2" class="" style="text-align:center; font-style: oblique; "><span><img src="GoldenDict_files/a49382f9f7e3d9d077bd9d59121eddee/I/m/GoldenDict_logo.png" data-file-width="124" data-file-height="124" data-file-type="bitmap" height="80" width="80"></span></td></tr><tr><td colspan="2" class="" style="text-align:center; "> <span><img src="GoldenDict_files/a49382f9f7e3d9d077bd9d59121eddee/I/m/GoldenDict-0.9-Ubuntu-9.10.png" data-file-width="819" data-file-height="710" data-file-type="bitmap" height="231" width="267"></span><br>GoldenDict в Ubuntu 9.10 (Karmic Koala) </td></tr><tr><th style="">Тип</th><td class="" style="">
  3045. <p><a href="___________%20_______.html" title="Электронный словарь">Электронный словарь</a></p>
  3046. </td></tr><tr><th style="">Разработчик</th><td class="" style="">
  3047. <p>Konstantin Isakov</p>
  3048. </td></tr><tr><th style=""><a href="____%20________________.html" title="Язык программирования">Написана на</a></th><td class="" style="">
  3049. <p><span class="wikidata-claim" data-wikidata-property-id="P277" data-wikidata-claim-id="Q2994674$EDED0B4F-3C4C-4BFF-B769-7A11592B4E94"><span class="wikidata-snak  wikidata-main-snak"><a href="C%2B%2B.html" title="C++">C++</a></span></span></p>
  3050. </td></tr><tr><th style=""><a href="_________%20____________.html" title="Интерфейс пользователя">Интерфейс</a></th><td class="" style="">
  3051. <p><span class="wikidata-claim" data-wikidata-property-id="P1414" data-wikidata-claim-id="Q2994674$858E5030-299C-4B8D-B0D6-109A25DF3335"><span class="wikidata-snak  wikidata-main-snak"><a href="Qt.html" title="Qt">Qt</a></span></span></p>
  3052. </td></tr><tr><th style=""><a href="____________%20_______.html" title="Операционная система">Операционная система</a></th><td class="" style="">
  3053. <p><a href="Linux.html" title="Linux">Linux</a>, <a href="Windows.html" title="Windows">Windows</a>, <a href="Android.html" title="Android">Android</a></p>
  3054. </td></tr><tr><th style="">Последняя версия</th><td class="" style="">
  3055. <p>1.0.1-1 (4 декабря 2010 года<sup id="cite_ref-1"><a href="#cite_note-1" style="counter-reset: mw-Ref 1;"><span class="mw-reflink-text">[1]</span></a></sup>)</p>
  3056. </td></tr><tr><th style="">Тестовая версия</th><td class="" style="">
  3057. <p>1.5.0-RC2 (1 мая 2016 года<sup id="cite_ref-2"><a href="#cite_note-2" style="counter-reset: mw-Ref 2;"><span class="mw-reflink-text">[2]</span></a></sup>)</p>
  3058. </td></tr><tr><th style=""><a href="________%20__%20___________%20___________.html" title="Лицензия на программное обеспечение">Лицензия</a></th><td class="" style="">
  3059. <p><a href="GNU%20General%20Public%20License.html" title="GNU General Public License">GNU GPLv3</a></p>
  3060. </td></tr><tr><th style=""><a href="____.html" title="Сайт">Сайт</a></th><td class="" style="">
  3061. <p><a href="http://goldendict.org/" class="external">goldendict.org</a></p>
  3062. </td></tr>
  3063. </tbody></table>
  3064.  
  3065. <p id="mwAw"><b id="mwBA">GoldenDict</b>&nbsp;<a href="_________%20___________%20___________.html" title="Свободное программное обеспечение">свободная</a> <a href="____________%20_________.html" title="Компьютерная программа">компьютерная программа</a>, оболочка для <a href="___________%20_______.html" title="Электронный словарь">электронных словарей</a>, поддерживающая форматы программ-словарей <a href="ABBYY%20Lingvo.html" title="ABBYY Lingvo">ABBYY Lingvo</a>, <a href="StarDict.html" title="StarDict">StarDict</a>, <a href="Babylon%20%28_________%29.html" title="Babylon (программа)">Babylon</a>, <a href="DICT.html" title="DICT">Dictd</a>. <a href="________%20___.html" title="Исходный код">Исходный код</a> программы <a href="________%20________%20___.html" title="Открытый исходный код">открыт</a>.</p>
  3066.  
  3067. <h2 id=".D0.9E.D1.81.D0.BE.D0.B1.D0.B5.D0.BD.D0.BD.D0.BE.D1.81.D1.82.D0.B8"> Особенности </h2>
  3068.  
  3069. <ul id="mwDg"><li id="mwDw"> Вывод отформатированных статей со ссылками и картинками с помощью движка <a href="WebKit.html" title="WebKit">WebKit</a>.</li>
  3070. <li id="mwEQ"> При поиске слов с ошибками используется система морфологии на основе свободной программы для проверки орфографии <a href="Hunspell.html" title="Hunspell">Hunspell</a>.</li>
  3071. <li id="mwEw"> Индексирование директорий со звуковыми файлами для формирования словарей с произношением слов.</li>
  3072. <li id="mwFA"> При поиске перевода пробелы, <a href="_____%20__________.html" title="Знаки препинания">знаки пунктуации</a>, <a href="______________%20____.html" title="Диакритический знак">диакритические знаки</a> и <a href="________________%20_%20________%20________.html" title="Чувствительность к регистру символов">регистр символов</a>, содержащиеся в поисковой фразе, не играют роли.</li>
  3073. <li id="mwGA"> После выделения текста появляется всплывающее окно, содержащее перевод выделенного текста.</li>
  3074. <li id="mwGQ"> Программа может показывать статьи с веб-сайтов, работающих на движке <a href="MediaWiki.html" title="MediaWiki">MediaWiki</a> (таких как <a href="_________.html" title="Википедия">Википедия</a>, <a href="___________.html" title="Викисловарь">Викисловарь</a> и др.).</li></ul>
  3075.  
  3076. <p id="mwHQ">На сайте программы можно скачать русско-английский и англо-русский словари, а также словарь произношений английских слов.
  3077. Для программы доступно большое количество (более 500) словарей по различным тематикам на более чем 40 языках<sup id="cite_ref-xdfx_3-0"><a href="#cite_note-xdfx-3" style="counter-reset: mw-Ref 3;"><span class="mw-reflink-text">[3]</span></a></sup><sup id="cite_ref-GoldenDict_.D0.B4.D0.BB.D1.8F_.D1.83.D1.87.D1.91.D0.BD.D1.8B.D1.85_4-0"><a href="#cite_note-GoldenDict_.D0.B4.D0.BB.D1.8F_.D1.83.D1.87.D1.91.D0.BD.D1.8B.D1.85-4" style="counter-reset: mw-Ref 4;"><span class="mw-reflink-text">[4]</span></a></sup>.</p>
  3078.  
  3079. <p id="mwHg">На сегодняшний момент<sup id="mwHw"><span class="nowrap">[<i>когда?</i>]</span></sup> также существует версия для <a href="____________%20_______.html" title="Операционная система">ОС</a> <a href="Android.html" title="Android">Android</a>, которая доступна в двух вариантах: платном и бесплатном. Бесплатная версия имеет ограничение на 5 словарей и имеет встроенный показ <a href="______.html" title="Баннер">баннеров</a>.</p>
  3080.  
  3081. <h2 id=".D0.A1.D1.81.D1.8B.D0.BB.D0.BA.D0.B8"> Ссылки </h2>
  3082.  
  3083. <ul id="mwIw"><li id="mwJA"> <a href="http://www.linux-magazine.com/content/view/full/39054" id="mwJQ" class="external">Обзор в Linux Magazine</a></li>
  3084. <li id="mwJg"> <a href="http://www.opennet.ru/opennews/art.shtml?num=21880" id="mwJw" class="external">Информация о выходе версии 0.9</a></li>
  3085. <li id="mwKA"> <a href="http://www.linuxformat.ru/foss-contest" id="mwKQ" class="external">Первое место в номинации «Индивидуальный проект» конкурса «Лучший свободный проект России&nbsp;— 2010»</a>.</li>
  3086. <li id="mwKg"> <a href="http://gimrock.blogspot.com/2012/03/lingvo-ubuntu.html" id="mwKw" class="external">Использование словарей ABBYY Lingvo в GoldenDict</a>.</li>
  3087. <li id="mwLA"> <a href="https://github.com/goldendict/goldendict/wiki/Early-Access-Builds-for-Windows" id="mwLQ" class="external">Early Access Builds для Windows (рекомендовано для использования)</a>.</li>
  3088. <li id="mwLg"> <a href="https://github.com/goldendict/goldendict" id="mwLw" class="external">Страница проекта на сайте </a><a href="GitHub.html" title="GitHub">GitHub</a>.</li></ul>
  3089.  
  3090. <h2 id=".D0.9F.D1.80.D0.B8.D0.BC.D0.B5.D1.87.D0.B0.D0.BD.D0.B8.D1.8F"> Примечания </h2>
  3091. <div class="references-small  " style="" id="mwMQ">
  3092. <ol class="mw-references"><li id="cite_note-1"><a href="#cite_ref-1"><span class="mw-linkback-text"></span></a> <span id="mw-reference-text-cite_note-1" class="mw-reference-text"><span class="citation" id="mwMg"><a href="http://sourceforge.net/projects/goldendict/files/goldendict/1.0/" id="mwMw" class="external">GoldenDict at SourceForge.net</a>.</span></span></li><li id="cite_note-2"><a href="#cite_ref-2"><span class="mw-linkback-text"></span></a> <span id="mw-reference-text-cite_note-2" class="mw-reference-text"><span class="citation" id="mwNA"><a href="https://github.com/goldendict/goldendict/wiki/Early-Access-Builds-for-Windows#150-rc2" id="mwNQ" class="external">Early Access Builds for Windows</a>.</span></span></li><li id="cite_note-xdfx-3"><a href="#cite_ref-xdfx_3-0"><span class="mw-linkback-text"></span></a> <span id="mw-reference-text-cite_note-xdfx-3" class="mw-reference-text"><a href="http://sourceforge.net/projects/xdxf/" id="mwNg" class="external">XDXF Dictionaries Download</a> </span></li><li id="cite_note-GoldenDict_.D0.B4.D0.BB.D1.8F_.D1.83.D1.87.D1.91.D0.BD.D1.8B.D1.85-4"><a href="#cite_ref-GoldenDict_.D0.B4.D0.BB.D1.8F_.D1.83.D1.87.D1.91.D0.BD.D1.8B.D1.85_4-0"><span class="mw-linkback-text"></span></a> <span id="mw-reference-text-cite_note-GoldenDict_.D0.B4.D0.BB.D1.8F_.D1.83.D1.87.D1.91.D0.BD.D1.8B.D1.85-4" class="mw-reference-text"><a href="http://www.all-de.com/hilfe_sp_erlernen/anwendersoftware/192-goldendict-dlya-uchenyh-prepodavateley-uchiteley-i-repetitorov-nemeckogo-yazyka-a-takzhe-ih-uchenikov-i-studentov.html" id="mwNw" class="external">GoldenDict для учёных, преподавателей, учителей и репетиторов немецкого языка</a></span></li></ol>
  3093. </div>
  3094.  
  3095. <h2 id=".D0.A1.D0.BC._.D1.82.D0.B0.D0.BA.D0.B6.D0.B5"> См. также </h2>
  3096.  
  3097. <ul id="mwOA"><li id="mwOQ"> <a href="ABBYY%20Lingvo.html" title="ABBYY Lingvo">ABBYY Lingvo</a></li>
  3098. <li id="mwOw"> AtomicDic</li>
  3099. <li id="mwPQ"> <a href="Dicto.html" title="Dicto">Dicto</a></li>
  3100. <li id="mwPw"> <a href="StarDict.html" title="StarDict">StarDict</a></li>
  3101. <li id="mwQQ"> <a href="_____.html" title="ПРОМТ">PROMT</a></li>
  3102. <li id="mwQw"> <a href="Trados.html" title="Trados">SDL Trados</a></li>
  3103. <li id="mwRQ"> <a href="__________.html" title="Мультитран">Multitran</a></li>
  3104. <li id="mwRw"> <a href="___________%20_______.html" title="Электронный словарь">Электронный словарь</a></li></ul>
  3105.  
  3106.  
  3107.  
  3108.  
  3109.  
  3110.  
  3111.  
  3112.  
  3113. <!--htdig_noindex--><div><div style="clear:both; background-image:linear-gradient(180deg, #E8E8E8, white); border-top: dashed 2px #AAAAAA; padding: 0.5em 0.5em 2em 0.5em; margin-top: 1em; direction: ltr;">This article is issued from <a class="external text" href="https://ru.wikipedia.org/wiki/GoldenDict?oldid=80132558">Википедия</a> - version of the 8/11/2016. The text is available under the <a class="external text" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution/Share Alike</a> but additional terms may apply for the media files.</div></div><!--/htdig_noindex--></div>
  3114.     </div>
  3115.     <script src="GoldenDict_files/a49382f9f7e3d9d077bd9d59121eddee/-/j/body.js"></script>
  3116.  
  3117.  
  3118. <br style="clear:both;"></div></div></div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement