Advertisement
Guest User

wikipedia_ru_all_novid_2019-06.zim rendered in 1.5.0-RC2-375

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