kiwix-js-pwa/www/A/Main_Page
Jaifroid 89730991ab Update Main_Page
Former-commit-id: ae6c65a77b40bab02d1d2afa329a97ede50002ec [formerly 3e9ab90ddd36ff031cb78d79e4faa7fd7e28cfa6 [formerly a784d3999ce6efe816be5e26b2f2426dc83a18fc]]
Former-commit-id: abb8750112b0593a123bb9c43ed9eeb00d01ad5b
Former-commit-id: cec3d48eead6e59684c3093712128d4ff6399b70
2021-04-18 10:49:57 +01:00

8064 lines
262 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html class="client-js">
<head>
<meta charset="UTF-8">
<title>Main Page</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script>
function importScript() {
return 1
} // this is to avoid the error from site.js
</script>
<link rel="canonical" href="https://en.wikivoyage.org/wiki/Main_Page">
<style type="text/css">
.mw-inputbox-centered {
margin-left: auto;
margin-right: auto;
text-align: center;
}
.mw-inputbox-inline {
display: inline;
}
.mw-inputbox-element {
/* important is needed to overwrite display:table from mw-ui checkbox */
display: inline-table !important;
white-space: nowrap;
}
.mw-inputbox-input {
margin-bottom: 0.5em;
}
</style>
<style type="text/css">
/* stylelint-disable selector-class-pattern */
/* stylelint-disable selector-no-vendor-prefix */
/* stylelint-enable selector-no-vendor-prefix */
/**
* This file is a LESS import match for "mediawiki.skin.variables.less"
* when Vector is the active skin.
*/
/**
* Deprecated variables
*/
.mw-ui-input {
background-color: #ffffff;
color: #000000;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
width: 100%;
border: 1px solid #a2a9b1;
border-radius: 2px;
padding: 6px 8px;
box-shadow: inset 0 0 0 1px transparent;
font-family: inherit;
font-size: inherit;
line-height: 1.28571429em;
vertical-align: middle;
}
.mw-ui-input::-webkit-input-placeholder {
color: #72777d;
opacity: 1;
}
.mw-ui-input:-ms-input-placeholder {
color: #72777d;
opacity: 1;
}
.mw-ui-input::-moz-placeholder {
color: #72777d;
opacity: 1;
}
.mw-ui-input::placeholder {
color: #72777d;
opacity: 1;
}
.mw-ui-input:invalid {
box-shadow: none;
}
.mw-ui-input:hover {
border-color: #72777d;
}
.mw-ui-input:focus {
border-color: #3366cc;
box-shadow: inset 0 0 0 1px #3366cc;
outline: 0;
}
.mw-ui-input:not( :disabled) {
-webkit-transition: color 100ms, border-color 100ms, box-shadow 100ms;
transition: color 100ms, border-color 100ms, box-shadow 100ms;
}
.mw-ui-input:disabled {
border-color: #eaecf0;
color: #c8ccd1;
}
.mw-ui-input[type='search'] {
-webkit-appearance: none;
-moz-appearance: textfield;
}
.mw-ui-input[type='search']::-ms-clear {
display: none;
}
.mw-ui-input[type='search']::-webkit-search-cancel-button,
.mw-ui-input[type='search']::-webkit-search-decoration {
-webkit-appearance: none;
}
textarea.mw-ui-input {
min-height: 8em;
}
.mw-ui-input-inline {
display: inline-block;
width: auto;
max-width: 100%;
}
.mw-ui-input-large {
margin-top: 0;
margin-bottom: 0;
}
.mw-ui-input-large+.mw-ui-input-large {
margin-top: -1px;
}
.mw-ui-input-large:focus {
position: relative;
}
input.mw-ui-input-large {
padding: 8px;
font-size: 1.75em;
font-weight: bold;
line-height: 1.25em;
}
</style>
<style type="text/css">
/* stylelint-disable selector-class-pattern */
/* stylelint-disable selector-no-vendor-prefix */
/* stylelint-enable selector-no-vendor-prefix */
/**
* This file is a LESS import match for "mediawiki.skin.variables.less"
* when Vector is the active skin.
*/
/**
* Deprecated variables
*/
.mw-ui-checkbox {
display: inline-block;
line-height: 1.5625em;
vertical-align: middle;
}
.mw-ui-checkbox:not(#noop) {
display: table;
position: relative;
}
.mw-ui-checkbox:not(#noop) * {
font-size: inherit;
vertical-align: middle;
}
.mw-ui-checkbox:not(#noop) [type='checkbox'] {
display: table-cell;
position: relative;
width: 1.5625em;
height: 1.5625em;
max-width: none;
margin: 0;
opacity: 0;
z-index: 1;
}
.mw-ui-checkbox:not(#noop) [type='checkbox']+label {
display: table-cell;
padding-left: 0.4em;
}
.mw-ui-checkbox:not(#noop) [type='checkbox']+label:before {
content: '';
background-color: #fff;
background-origin: border-box;
background-position: center center;
background-repeat: no-repeat;
background-size: 0 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
top: 50%;
left: 0;
width: 1.5625em;
height: 1.5625em;
margin-top: -0.78125em;
border: 1px solid #72777d;
border-radius: 2px;
}
.mw-ui-checkbox:not(#noop) [type='checkbox']:checked+label:before {
background-image: url(/w/resources/src/mediawiki.ui/components/images/checkbox-checked.svg?eb6a2);
background-size: 90% 90%;
}
.mw-ui-checkbox:not(#noop) [type='checkbox']:enabled {
cursor: pointer;
}
.mw-ui-checkbox:not(#noop) [type='checkbox']:enabled+label {
cursor: pointer;
}
.mw-ui-checkbox:not(#noop) [type='checkbox']:enabled+label:before {
cursor: pointer;
-webkit-transition: background-color 100ms, color 100ms, border-color 100ms, box-shadow 100ms;
transition: background-color 100ms, color 100ms, border-color 100ms, box-shadow 100ms;
}
.mw-ui-checkbox:not(#noop) [type='checkbox']:enabled:focus+label:before {
border-color: #3366cc;
box-shadow: inset 0 0 0 1px #3366cc;
}
.mw-ui-checkbox:not(#noop) [type='checkbox']:enabled:hover+label:before {
border-color: #447ff5;
}
.mw-ui-checkbox:not(#noop) [type='checkbox']:enabled:active+label:before {
background-color: #2a4b8d;
border-color: #2a4b8d;
box-shadow: inset 0 0 0 1px #2a4b8d;
}
.mw-ui-checkbox:not(#noop) [type='checkbox']:enabled:checked+label:before {
background-color: #3366cc;
border-color: #3366cc;
}
.mw-ui-checkbox:not(#noop) [type='checkbox']:enabled:checked:focus+label:before {
background-color: #3366cc;
border-color: #3366cc;
box-shadow: inset 0 0 0 1px #3366cc, inset 0 0 0 2px #ffffff;
}
.mw-ui-checkbox:not(#noop) [type='checkbox']:enabled:checked:hover+label:before {
background-color: #447ff5;
border-color: #447ff5;
}
.mw-ui-checkbox:not(#noop) [type='checkbox']:enabled:checked:active+label:before {
background-color: #2a4b8d;
border-color: #2a4b8d;
}
.mw-ui-checkbox:not(#noop) [type='checkbox']:disabled+label:before {
background-color: #c8ccd1;
border-color: #c8ccd1;
}
</style>
<style type="text/css">
/*
Problematic modules: {
"skins.minerva.base.reset": "missing",
"mobile.app.pagestyles.android": "missing"
}
*/
/**
* This file is a LESS import match for "mediawiki.skin.variables.less"
* when Vector is the active skin.
*/
/**
* Deprecated variables
*/
/**
* System font stack for sans-serif fonts
*
* `-apple-system` ('San Francisco') Support: Safari 9+ macOS and iOS, Firefox macOS
* `BlinkMacSystemFont` ('San Francisco') Chrome 48+ macOS and iOS
* `Segoe UI` Windows Vista & newer
* `Roboto` Android 4.0
* `Lato` Wikimedia Design choice, OFL licensed
* `Helvetica, Arial, sans-serif` (Generic) Web fallback
* Note that CSS Fonts Module Level 4's `system-ui` value has resulted in unresolved
* side-effects in certain OS/language combinations and is therefore not included as of now.
*/
/*
* FIXME: Use these variables directly from wikimedia-ui-base when available.
*/
/**
* System font stack for monospace fonts, see T221043.
*
* `Menlo` macOS 10.6+
* `Consolas` Windows Vista & newer
* `Liberation Mono` Fedora, Ubuntu, … OFL licensed
* `Courier New` (Generic) web font fallback
*/
/* stylelint-disable selector-class-pattern */
/* stylelint-disable selector-no-vendor-prefix */
/* stylelint-enable selector-no-vendor-prefix */
.toc {
display: none;
position: relative;
margin: 1em 0;
padding: 0.2em 0.5em;
background-color: #f8f9fa;
border: solid 1px #eaecf0;
box-sizing: border-box;
}
.toctogglecheckbox~ul {
visibility: hidden;
height: 0;
}
.toctogglecheckbox:checked~ul {
visibility: visible;
padding-bottom: 20px;
height: auto;
}
.toctitle {
padding: 0 25px 0 32px;
}
.toctitle .mw-ui-icon {
position: absolute;
left: 0;
}
.toctitle .toctogglespan+.mw-ui-icon {
top: 8px;
right: 0;
left: auto;
}
.toctogglelabel {
cursor: pointer;
position: absolute;
left: 0;
top: 0;
right: 0;
height: 50px;
z-index: 1;
}
.client-js .toc .toctitle {
visibility: hidden;
background-position: right center;
font-weight: bold;
border-bottom: 0;
}
.client-js .toc .toctitle h2 {
display: inline-block;
font-family: -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Lato', 'Helvetica', 'Arial', sans-serif;
font-size: 1.125em;
vertical-align: middle;
}
.client-js .toc .tocnumber {
display: none;
}
.client-js .toc>ul {
margin: 0 22.85714286em 0 32px;
padding-left: 0;
font-size: 0.875em;
}
.client-js .toc ul {
list-style: none;
}
@media screen and (min-width: 720px) {
.client-js .toc {
display: table;
}
.client-js .toc .toctitle {
visibility: visible;
}
}
body {
font-family: -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Lato', 'Helvetica', 'Arial', sans-serif;
line-height: 1.4;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
overflow-y: scroll;
}
.content {
line-height: 1.65;
word-wrap: break-word;
/* Emulate Center - from mediawiki.skinning/elements.css */
}
.content .center {
width: 100%;
text-align: center;
}
.content .center>*,
.content .center .thumb {
margin-left: auto;
margin-right: auto;
}
@media all and (max-width: 320px - 1) {
html {
font-size: 80%;
}
.content {
margin: 0 12px;
}
}
.nomobile {
display: none !important;
}
@supports (font: -apple-system-body) {
html {
font: -apple-system-body;
}
body {
font-size: 94.11764706%;
}
@media all and (max-width: 320px - 1) {
body {
font-size: 75.29411765%;
}
}
}
.content figure,
.content .thumb {
margin: 0.6em 0;
}
.content figure .thumbinner,
.content .thumb .thumbinner {
margin: 0 auto;
max-width: 100% !important;
}
.content figcaption,
.content .thumbcaption {
margin: 0.5em 0 0;
font-size: 0.8125em;
line-height: 1.5;
padding: 0 !important;
color: #54595d;
}
.content .thumbcaption {
width: auto !important;
}
.content .mw-image-border,
.content .thumbborder {
border: 1px solid #c8ccd1;
}
.content .magnify {
display: none;
}
.content img {
vertical-align: middle;
}
.content .floatright {
/* @noflip */
clear: right;
/* @noflip */
float: right;
/* @noflip */
margin: 0 0 0.6em 0.6em;
}
.content .floatleft {
/* @noflip */
clear: left;
/* @noflip */
float: left;
/* @noflip */
margin: 0 0.6em 0.6em 0;
}
.content a>img,
.content noscript>img {
max-width: 100% !important;
height: auto !important;
}
.content .noresize {
max-width: 100%;
overflow-x: auto;
}
.content .noresize a>img {
max-width: none !important;
}
h1 {
font-size: 1.7em;
}
h2 {
font-size: 1.5em;
}
h3 {
font-size: 1.2em;
font-weight: bold;
}
h4 {
font-weight: bold;
}
.pre-content h1,
.content h1,
.content h2 {
font-family: 'Linux Libertine', 'Georgia', 'Times', serif;
}
.pre-content h1,
.content h1,
.content h2,
h3,
h4,
h5,
h6 {
line-height: 1.3;
word-wrap: break-word;
word-break: break-word;
}
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
padding: 0.5em 0;
}
.content p+h3 {
margin-top: 1.5em;
}
.content {
/* stylelint-disable no-descending-specificity */
/* stylelint-enable no-descending-specificity */
}
.content ol {
padding-left: 2.25em;
}
.content ul {
list-style-type: disc;
padding-left: 1em;
}
.content ul>li>ul {
list-style-type: circle;
}
.content ul>li>ul>li>ul {
list-style-type: square;
}
.content ol ol,
.content ul ol,
.content ol ul,
.content ul ul {
margin-left: 1em;
}
.content li {
margin-bottom: 10px;
}
.content li:last-child {
margin-bottom: inherit;
}
dl {
margin-left: 1em;
}
dl dt {
font-weight: bold;
}
dl dd {
display: block;
overflow: auto;
}
/* the following rule is completely copied from mediawiki.skinning.content[1], as
* don't want to include this module in mobile/minerva, see T129375.
* [1] https://github.com/wikimedia/mediawiki/blob/0687f250d6fb4196a7aa60af4fe11c7d21f3c455
* /resources/src/mediawiki.skinning/content.css#L260
*/
/* Hide elements that are marked as "empty" according to legacy Tidy rules,
* except if a client script removes the mw-hide-empty-elt class from the body
*/
body.mw-hide-empty-elt .mw-empty-elt {
display: none;
}
/**
* Note that certain links may not have an href selector.
* It is particularly important on wikis for example inside navbox's that these
* links can be differentiated from other links. Thus we only apply the linkColor to links with href
* attributes.
*/
a:not([ href]) {
color: #202122;
/* The anchor is functionally a link so show a hand cursor. */
cursor: pointer;
}
/* stylelint-disable-next-line no-descending-specificity */
a {
color: #3366cc;
text-decoration: none;
}
a:visited {
color: #6b4ba1;
}
a:active {
color: #faa700;
}
a:hover {
text-decoration: underline;
}
a.new,
a.new:visited,
a.new:hover {
color: #dd3333;
}
a.new>*,
a.new:visited>*,
a.new:hover>* {
color: #dd3333;
}
a.external {
background-size: 10px;
background-repeat: no-repeat;
background-position: center right;
padding-right: 13px;
}
.return-link {
display: block;
font-size: 0.875em;
margin-top: 1.5em;
}
/* Plainlinks - this can be used to switch
* off special external link styling */
.plainlinks a {
background: none !important;
padding: 0 !important;
}
.content p {
margin: 0.5em 0 1em 0;
}
.content hr {
background-color: #a2a9b1;
height: 1px;
border: 0;
}
.content kbd,
.content samp,
.content code,
.content pre {
font-family: 'Menlo', 'Consolas', 'Liberation Mono', 'Courier New', monospace;
border: solid 1px #c8ccd1;
white-space: pre-wrap;
}
.content code {
padding: 0.2em 0.5em;
}
.content pre {
padding: 1em;
}
b,
strong {
font-weight: bold;
}
blockquote {
border-left: 3px solid #c8ccd1;
padding: 8px 24px 8px 32px;
font-family: 'Linux Libertine', 'Georgia', 'Times', serif;
font-size: 1.1em;
}
blockquote> :first-child {
margin-top: 0;
}
blockquote> :last-child {
margin-bottom: 0;
}
blockquote> :only-child {
margin-top: 0;
margin-bottom: 0;
}
em,
i {
font-style: italic;
}
sup {
vertical-align: super;
}
sub {
vertical-align: sub;
}
sub,
sup,
.content .mw-ref {
font-size: 0.75em;
line-height: 1;
}
@media all and (max-width: 720px) {
.content table {
display: block;
width: 100% !important;
box-sizing: border-box;
}
.content table.wikitable {
border: 0;
}
.content caption {
display: block;
}
}
.content table {
margin: 1em 0;
/* following 4 rules are needed for scrolling */
overflow: auto;
/* for browsers that don't support overflow-y */
overflow-y: hidden;
overflow-x: auto;
}
.content table caption {
text-align: left;
}
.wikitable {
border: 1px solid #54595d;
border-color: rgba(84, 89, 93, 0.3);
}
.wikitable>tr>th,
.wikitable>tr>td,
.wikitable>*>tr>th,
.wikitable>*>tr>td {
border: 1px solid #54595d;
border-color: rgba(84, 89, 93, 0.3);
padding: 0.2em;
}
.wikitable>tr>th,
.wikitable>*>tr>th {
background-color: #eaecf0;
}
/*
A file for css that corrects known rendering issues on known Wikimedia wikis.
the following definitions exist to deal with certain inline styles
present in wikitext.
This file should not need to exist
It will become redundant when the following RFC is resolved:
https://www.mediawiki.org/wiki/Requests_for_comment/Allow_styling_in_templates
FIXME: Review all of these hacks to see if they still apply.
*/
/**
* This file is a LESS import match for "mediawiki.skin.variables.less"
* when Vector is the active skin.
*/
/**
* Deprecated variables
*/
/**
* This file is a LESS import match for "mediawiki.skin.variables.less"
* when Vector is the active skin.
*/
/**
* System font stack for sans-serif fonts
*
* `-apple-system` ('San Francisco') Support: Safari 9+ macOS and iOS, Firefox macOS
* `BlinkMacSystemFont` ('San Francisco') Chrome 48+ macOS and iOS
* `Segoe UI` Windows Vista & newer
* `Roboto` Android 4.0
* `Lato` Wikimedia Design choice, OFL licensed
* `Helvetica, Arial, sans-serif` (Generic) Web fallback
* Note that CSS Fonts Module Level 4's `system-ui` value has resulted in unresolved
* side-effects in certain OS/language combinations and is therefore not included as of now.
*/
/*
* FIXME: Use these variables directly from wikimedia-ui-base when available.
*/
/**
* System font stack for monospace fonts, see T221043.
*
* `Menlo` macOS 10.6+
* `Consolas` Windows Vista & newer
* `Liberation Mono` Fedora, Ubuntu, … OFL licensed
* `Courier New` (Generic) web font fallback
*/
/* stylelint-disable selector-class-pattern */
/* stylelint-disable selector-no-vendor-prefix */
/* stylelint-enable selector-no-vendor-prefix */
/**
* This file is a LESS import match for "mediawiki.skin.variables.less"
* when Vector is the active skin.
*/
/**
* Deprecated variables
*/
/**
* This file is a LESS import match for "mediawiki.skin.variables.less"
* when Vector is the active skin.
*/
/**
* System font stack for sans-serif fonts
*
* `-apple-system` ('San Francisco') Support: Safari 9+ macOS and iOS, Firefox macOS
* `BlinkMacSystemFont` ('San Francisco') Chrome 48+ macOS and iOS
* `Segoe UI` Windows Vista & newer
* `Roboto` Android 4.0
* `Lato` Wikimedia Design choice, OFL licensed
* `Helvetica, Arial, sans-serif` (Generic) Web fallback
* Note that CSS Fonts Module Level 4's `system-ui` value has resulted in unresolved
* side-effects in certain OS/language combinations and is therefore not included as of now.
*/
/*
* FIXME: Use these variables directly from wikimedia-ui-base when available.
*/
/**
* System font stack for monospace fonts, see T221043.
*
* `Menlo` macOS 10.6+
* `Consolas` Windows Vista & newer
* `Liberation Mono` Fedora, Ubuntu, … OFL licensed
* `Courier New` (Generic) web font fallback
*/
/**
* This file is a LESS import match for "mediawiki.skin.variables.less"
* when Vector is the active skin.
*/
/**
* Deprecated variables
*/
/**
* This file is a LESS import match for "mediawiki.skin.variables.less"
* when Vector is the active skin.
*/
/**
* System font stack for sans-serif fonts
*
* `-apple-system` ('San Francisco') Support: Safari 9+ macOS and iOS, Firefox macOS
* `BlinkMacSystemFont` ('San Francisco') Chrome 48+ macOS and iOS
* `Segoe UI` Windows Vista & newer
* `Roboto` Android 4.0
* `Lato` Wikimedia Design choice, OFL licensed
* `Helvetica, Arial, sans-serif` (Generic) Web fallback
* Note that CSS Fonts Module Level 4's `system-ui` value has resulted in unresolved
* side-effects in certain OS/language combinations and is therefore not included as of now.
*/
/*
* FIXME: Use these variables directly from wikimedia-ui-base when available.
*/
/**
* System font stack for monospace fonts, see T221043.
*
* `Menlo` macOS 10.6+
* `Consolas` Windows Vista & newer
* `Liberation Mono` Fedora, Ubuntu, … OFL licensed
* `Courier New` (Generic) web font fallback
*/
/**
* Ambox classes are nested in a top-level class
* for the page issues A/B test.
* This class is appended to the DOM via JS
**/
.ambox,
table.ambox {
display: none;
margin: 0;
}
.issues-group-B .ambox {
display: block;
}
.client-js .ambox {
cursor: pointer;
width: auto;
background: #f8f9fa;
color: #54595d;
margin-bottom: 1px;
}
.client-js .ambox tbody {
display: table;
width: 100%;
}
.client-js .ambox .mbox-text-div,
.client-js .ambox .mbox-text-span {
display: block;
max-height: 3.3em;
height: 3.3em;
overflow: hidden;
}
.client-js .ambox div {
margin: 0 !important;
padding: 0 !important;
}
.client-js .ambox td {
position: relative;
padding: 8px 8px 8px 32px;
}
.client-js .ambox td>div,
.client-js .ambox td>span {
font-size: 0.8125em;
}
.client-js .ambox b {
font-weight: inherit;
}
.client-js .ambox a {
color: inherit !important;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
.client-js .ambox a:hover,
.client-js .ambox a:focus {
text-decoration: none;
outline: inherit;
}
.client-js .ambox small,
.client-js .ambox .hide-when-compact,
.client-js .ambox .mw-collapsible-content,
.client-js .ambox .mbox-empty-cell,
.client-js .ambox hr,
.client-js .ambox .verbose,
.client-js .ambox table,
.client-js .ambox .mbox-image {
display: none;
}
.client-js .ambox .mw-ui-icon {
position: absolute;
left: 8px;
top: 11px;
}
.client-js .ambox .ambox-learn-more {
color: #3366cc;
position: absolute;
right: 8px;
bottom: 8px;
z-index: 0;
line-height: 1.65;
/* creates a fade under the "learn more" button to avoid overlapping text. */
}
.client-js .ambox .ambox-learn-more:before {
content: '';
position: absolute;
z-index: -1;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
box-sizing: content-box;
padding-left: 4em;
background: -webkit-linear-gradient(left, rgba(248, 249, 250, 0) 0, #f8f9fa 3em);
background: linear-gradient(to right, rgba(248, 249, 250, 0) 0, #f8f9fa 3em);
}
@media screen and (min-width: 720px) {
.client-js .ambox .mbox-text-div,
.client-js .ambox .mbox-text-span {
height: auto;
margin-bottom: 24px !important;
}
.client-js .ambox .ambox-learn-more {
left: 32px;
right: 0;
background: none;
}
.client-js .ambox .ambox-learn-more:before {
top: -1.65em;
width: 10px;
}
}
/**
* Template:Reflist - the 30em wide, two column list of references on Wikipedia.
* https://en.wikipedia.org/wiki/Template:Reflist
**/
.content .reflist {
column-gap: 2em;
}
.collapsible td {
width: auto !important;
}
.content {
/* Hide cleanup templates by default to non-javascript users as these stop them from reading the article itself
* Edit page notices */
}
.content .vertical-navbox,
.content .navbox {
display: none;
}
.content .action-edit .fmbox,
.content .tmbox,
.content #coordinates,
.content .topicon {
display: none !important;
}
.content table,
.content .infobox {
float: none !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
.content .infobox {
font-size: 90%;
position: relative;
border: 1px solid #eaecf0;
margin-bottom: 2em;
background-color: #f8f9fa;
display: flex;
flex: 1 1 100%;
flex-flow: column nowrap;
width: 100% !important;
max-width: 100% !important;
}
.content .infobox caption {
padding: 10px 10px 0;
text-align: center;
}
.content .infobox th,
.content .infobox td {
vertical-align: top;
border: 0;
border-bottom: 1px solid #eaecf0;
padding: 7px 10px;
}
.content .infobox tbody>tr>td,
.content .infobox tbody>tr>th {
flex: 1 0;
}
.content .infobox td:only-child,
.content .infobox th:only-child {
width: 100%;
}
.content .infobox tr:last-child th,
.content .infobox tr:last-child td {
border: 0;
}
.content .infobox>tbody,
.content .infobox>caption {
display: flex;
flex-flow: column nowrap;
}
.content .infobox>tbody>tr {
min-width: 100%;
display: flex;
flex-flow: row nowrap;
}
.content .mw-content-ltr .infobox {
/* @noflip */
text-align: left;
}
.content .mw-content-rtl .infobox {
/* @noflip */
text-align: right;
}
#filetoc {
display: none;
}
/* bug 34878: Set an optimal width for a column.
* Makes sure that on small screens column-count is only honored if column-width hint is not violated.
* https://developer.mozilla.org/en-US/docs/CSS/column-width
*/
.references-column-count,
.column-count {
-moz-column-width: 35em;
-webkit-column-width: 35em;
column-width: 35em;
}
.references li:target {
background-color: #eaf3ff;
}
.hatnote,
.dablink,
.rellink {
padding: 5px 7px;
color: #54595d;
font-size: 0.8125em;
background-color: #f8f9fa;
margin-bottom: 1px;
overflow: hidden;
}
.hatnote a,
.dablink a,
.rellink a {
color: #3366cc;
}
@media all and (min-width: 720px) {
.content .vertical-navbox,
.content .navbox {
display: inherit;
}
}
@media all and (max-width: 720px) {
.content table.multicol>tr>td,
.content table.multicol>tbody>tr>td {
display: block !important;
width: auto !important;
}
.content .thumb .thumbinner {
display: -ms-flexbox;
display: flex;
justify-content: center;
flex-wrap: wrap;
align-content: flex-start;
flex-direction: column;
}
.content .thumb .thumbinner>.thumbcaption {
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-flex: 1;
-moz-box-flex: 1;
width: 100%;
-ms-flex: 1 0 100%;
flex: 1 0 100%;
-webkit-box-ordinal-group: 1;
-moz-box-ordinal-group: 1;
-ms-flex-order: 1;
order: 1;
display: block;
}
}
/*
A file for css that optimises the Minerva skin on larger devices.
*/
@media screen and (min-width: 720px) {
.client-js #searchIcon {
display: none;
}
.header .branding-box {
width: 10.0625em;
}
.header .search-box {
display: table-cell;
width: auto;
}
.header .search-box .search {
width: 23.4375em;
}
.pre-content,
#mw-content-text>form,
.content,
.post-content {
max-width: 993.3px;
margin: 0 3.35em;
}
.content figure,
.content .thumb {
max-width: 704px;
}
.content figure.mw-halign-left,
.content .thumb.mw-halign-left,
.content figure.tleft,
.content .thumb.tleft {
/* @noflip */
float: left;
/* @noflip */
clear: left;
/* @noflip */
margin-right: 1.4em;
}
.content figure.mw-default-size,
.content .thumb.mw-default-size,
.content figure.mw-halign-right,
.content .thumb.mw-halign-right,
.content figure.tright,
.content .thumb.tright {
/* @noflip */
float: right;
/* @noflip */
clear: right;
/* @noflip */
margin-left: 1.4em;
}
.content table caption {
background: inherit;
}
.content table tbody {
display: table-row-group;
}
.last-modified-bar {
background-color: transparent;
padding-left: 0;
padding-right: 0;
font-size: 1em;
}
}
@media screen and (min-width: 1000px) {
.banner-container,
.header,
.page-header-bar,
.overlay-header,
.content,
.overlay-content,
.content-unstyled,
.pre-content,
.post-content,
#mw-content-text>form {
margin-left: auto;
margin-right: auto;
width: 90%;
max-width: 993.3px;
}
.header {
max-width: 995.3px;
}
}
/*
A file for css that corrects known rendering issues on known Wikimedia wikis ON TABLETS
Many of them correct hacks in place in common/hacks.less
It will become redundant when the following RFC is resolved:
https://www.mediawiki.org/wiki/Requests_for_comment/Allow_styling_in_templates
FIXME: Review all of these hacks to see if they still apply.
*/
/**
* This file is a LESS import match for "mediawiki.skin.variables.less"
* when Vector is the active skin.
*/
/**
* Deprecated variables
*/
/**
* This file is a LESS import match for "mediawiki.skin.variables.less"
* when Vector is the active skin.
*/
/**
* System font stack for sans-serif fonts
*
* `-apple-system` ('San Francisco') Support: Safari 9+ macOS and iOS, Firefox macOS
* `BlinkMacSystemFont` ('San Francisco') Chrome 48+ macOS and iOS
* `Segoe UI` Windows Vista & newer
* `Roboto` Android 4.0
* `Lato` Wikimedia Design choice, OFL licensed
* `Helvetica, Arial, sans-serif` (Generic) Web fallback
* Note that CSS Fonts Module Level 4's `system-ui` value has resulted in unresolved
* side-effects in certain OS/language combinations and is therefore not included as of now.
*/
/*
* FIXME: Use these variables directly from wikimedia-ui-base when available.
*/
/**
* System font stack for monospace fonts, see T221043.
*
* `Menlo` macOS 10.6+
* `Consolas` Windows Vista & newer
* `Liberation Mono` Fedora, Ubuntu, … OFL licensed
* `Courier New` (Generic) web font fallback
*/
/* stylelint-disable selector-class-pattern */
/* stylelint-disable selector-no-vendor-prefix */
/* stylelint-enable selector-no-vendor-prefix */
/**
* This file is a LESS import match for "mediawiki.skin.variables.less"
* when Vector is the active skin.
*/
/**
* Deprecated variables
*/
/**
* This file is a LESS import match for "mediawiki.skin.variables.less"
* when Vector is the active skin.
*/
/**
* System font stack for sans-serif fonts
*
* `-apple-system` ('San Francisco') Support: Safari 9+ macOS and iOS, Firefox macOS
* `BlinkMacSystemFont` ('San Francisco') Chrome 48+ macOS and iOS
* `Segoe UI` Windows Vista & newer
* `Roboto` Android 4.0
* `Lato` Wikimedia Design choice, OFL licensed
* `Helvetica, Arial, sans-serif` (Generic) Web fallback
* Note that CSS Fonts Module Level 4's `system-ui` value has resulted in unresolved
* side-effects in certain OS/language combinations and is therefore not included as of now.
*/
/*
* FIXME: Use these variables directly from wikimedia-ui-base when available.
*/
/**
* System font stack for monospace fonts, see T221043.
*
* `Menlo` macOS 10.6+
* `Consolas` Windows Vista & newer
* `Liberation Mono` Fedora, Ubuntu, … OFL licensed
* `Courier New` (Generic) web font fallback
*/
/* Tablet specific styling */
@media all and (min-width: 720px) {
.content .infobox {
margin: 0.5em 0 1em 35px !important;
max-width: 320px !important;
width: auto !important;
float: right !important;
clear: right !important;
}
}
/* CSS for Parsoid Cite extension */
/* Style for <ref>s */
.mw-ref {
vertical-align: super;
line-height: 1;
font-size: smaller;
/* Do not inherit bold or italic */
font-weight: normal;
font-style: normal;
/* Isolation to fix references in case of RTL words at the end of a reference */
unicode-bidi: -moz-isolate;
unicode-bidi: -webkit-isolate;
unicode-bidi: isolate;
}
.mw-ref-follow {
display: none;
}
/* Upstream bug in stylelint makes it complain aboout the case of 'mw-Ref' */
/* stylelint-disable value-keyword-case */
/* With a group set */
.mw-ref a[ data-mw-group]:after {
content: '['attr(data-mw-group) ' 'counter(mw-Ref, decimal) ']';
}
/* Groups with special appearance */
.mw-ref a[ data-mw-group='decimal']:after {
content: '['counter(mw-Ref, decimal) ']';
}
.mw-ref a[ data-mw-group='lower-alpha']:after {
content: '['counter(mw-Ref, lower-alpha) ']';
}
.mw-ref a[ data-mw-group='upper-alpha']:after {
content: '['counter(mw-Ref, upper-alpha) ']';
}
.mw-ref a[ data-mw-group='lower-greek']:after {
content: '['counter(mw-Ref, lower-greek) ']';
}
.mw-ref a[ data-mw-group='lower-roman']:after {
content: '['counter(mw-Ref, lower-roman) ']';
}
.mw-ref a[ data-mw-group='upper-roman']:after {
content: '['counter(mw-Ref, upper-roman) ']';
}
.mw-ref a[ data-mw-group='error-test']:after {
content: '['counter(mw-Ref, symbols(cyclic 'first''second''last!')) ']';
}
/* Without a group */
.mw-ref a:after {
content: '['counter(mw-Ref, decimal) ']';
}
/* Hide the default rendering in browsers that support content
* generation by selecting for :after pseudo-element. */
/* stylelint-disable-next-line selector-type-no-unknown */
x-thereisnoelementwiththisname:after,
span.mw-reflink-text {
display: none;
}
/* Style for linkbacks from <references> to <ref>s */
ol.mw-references {
/* Resetting *any* counter on an <ol> element messes the build-in numbering in Firefox up.
Explicitely resetting the build-in "list-item" counter fixes this. */
counter-reset: mw-ref-linkback list-item;
}
ol.mw-references>li {
counter-increment: mw-ref-linkback;
}
[ rel='mw:referencedBy'] {
counter-reset: mw-ref-linkback -1;
}
[ rel='mw:referencedBy']:before {
content: '↑ ';
}
span[ rel='mw:referencedBy'] a:before {
counter-increment: mw-ref-linkback;
content: counters(mw-ref-linkback, '.', decimal);
vertical-align: super;
line-height: 1;
font-size: smaller;
}
span[ rel='mw:referencedBy'] a:after {
content: ' ';
}
/* Hide the default rendering in browsers that support content
* generation by selecting for :after pseudo-element. */
/* stylelint-disable-next-line selector-type-no-unknown */
x-thereisnoelementwiththisname[ rel='mw:referencedBy']:before,
span.mw-linkback-text {
display: none;
}
/*
MediaWiki:Common.css
*/
/** CSS placed here will be applied to all skins */
/*** styles and counter for mapping listings ***/
@media screen {
.printonly {
display: none !important;
}
}
@media screen,
print {
span.listing-map {
color: white;
font-size: 0.85em;
font-family: Arial, Verdana, sans-serif;
padding: 0pt 0.1em 0pt 0.35em;
-webkit-print-color-adjust: exact;
/* force printing on safari and chrome */
}
h2 {
counter-reset: mapnumber;
}
span.listing-map:before {
content: counter(mapnumber);
counter-increment: mapnumber;
}
body {
counter-reset: generalnumber;
}
span.listing-map.listing-general:before {
content: counter(generalnumber);
counter-increment: generalnumber;
}
}
/* Hide sitenotice on Main Page */
body.page-Main_Page #siteNotice {
display: none;
}
/* Don't display some stuff on Main Page */
body.page-Main_Page #deleteconfirm,
body.page-Main_Page #t-cite,
body.page-Main_Page #footer-info-lastmod,
body.page-Main_Page.action-view #siteSub,
body.page-Main_Page.action-view #contentSub,
body.page-Main_Page.action-view h1.firstHeading {
display: none !important;
}
/* Styling for Abuse Filter tags */
.mw-tag-markers {
font-family: sans-serif;
font-style: italic;
font-size: 90%;
}
/* Hide page title on Wikivoyage:Tourist Office */
body.page-Wikivoyage_Tourist_Office h1#firstHeading {
display: none;
}
#DoM {
background: transparent;
padding: 0;
}
/* This section supports templates for the WMC migration.
* Sourced from http://en.wikipedia.org/wiki/MediaWiki:Common.css on 28 Oct 2012.
* Should not need to be copied later, and can be removed after migration is complete.
*/
th.mbox-text,
td.mbox-text {
border: none;
width: 100%;
padding: .25em .9em;
}
td.mbox-image {
border: none;
text-align: center;
padding: 2px 0 2px .9em;
}
td.mbox-imageright {
border: none;
text-align: center;
padding: 2px .9em 2px 0;
}
td.mbox-empty-cell {
border: none;
width: 1px;
padding: 0;
}
table.imbox {
border-collapse: collapse;
border: 3px solid #1e90ff;
background: #fbfbfb;
margin: 4px 10%;
}
.imbox .mbox-text .imbox {
display: block;
margin: 0 -.5em;
}
.mbox-inside .imbox {
margin: 4px;
}
table.imbox-notice {
border: 3px solid #1e90ff;
}
table.imbox-speedy {
border: 3px solid #b22222;
background: #fee;
}
table.imbox-delete {
border: 3px solid #b22222;
}
table.imbox-content {
border: 3px solid #f28500;
}
table.imbox-style {
border: 3px solid #f4c430;
}
table.imbox-move {
border: 3px solid #9932cc;
}
table.imbox-protection {
border: 3px solid #bba;
}
table.imbox-license {
border: 3px solid #88a;
background: #f7f8ff;
}
table.imbox-featured {
border: 3px solid #cba135;
}
/* Suppress numbering of items in TOC */
.tocnumber {
display: none;
}
/* Main page */
.portal-column-left {
width: 40%;
text-align: center;
}
/* Hide title on Main Page */
body.page-Main_Page h1.firstHeading {
display: none;
}
/* Travellers' pub TOC, widen */
body.page-Wikivoyage_Travellers_pub div#toctitle {
width: 30em;
}
#mobileworld img {
max-width: 100%;
height: auto;
width: auto\9;
/* ie8 */
}
/* DEMO: for Main_Page/Sandbox */
body.page-Main_Page_Sandbox #deleteconfirm,
body.page-Main_Page_Sandbox #t-cite,
body.page-Main_Page_Sandbox #footer-info-lastmod,
body.page-Main_Page_Sandbox.action-view #siteSub,
body.page-Main_Page_Sandbox.action-view #contentSub,
body.page-Main_Page_Sandbox.action-view h1.firstHeading {
display: none !important;
}
#toc>ul {
padding-left: 2em;
}
/* Style for horizontal lists (separator following item).
@source mediawiki.org/wiki/Snippets/Horizontal_lists
@revision 9 (2016-08-10)
@author [[User:Edokter]]
*/
.hlist dl,
.hlist ol,
.hlist ul {
margin: 0;
padding: 0;
}
/* Display list items inline */
.hlist dd,
.hlist dt,
.hlist li {
margin: 0;
display: inline;
}
/* Display nested lists inline */
.hlist.inline,
.hlist.inline dl,
.hlist.inline ol,
.hlist.inline ul,
.hlist dl dl,
.hlist dl ol,
.hlist dl ul,
.hlist ol dl,
.hlist ol ol,
.hlist ol ul,
.hlist ul dl,
.hlist ul ol,
.hlist ul ul {
display: inline;
}
/* Hide empty list items */
.hlist .mw-empty-li,
.hlist .mw-empty-elt {
display: none;
}
/* Generate interpuncts */
.hlist dt:after {
content: ": ";
}
.hlist dd:after,
.hlist li:after {
content: " · ";
font-weight: bold;
}
.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
content: none;
}
/* Add parentheses around nested lists */
.hlist dd dd:first-child:before,
.hlist dd dt:first-child:before,
.hlist dd li:first-child:before,
.hlist dt dd:first-child:before,
.hlist dt dt:first-child:before,
.hlist dt li:first-child:before,
.hlist li dd:first-child:before,
.hlist li dt:first-child:before,
.hlist li li:first-child:before {
content: " (";
font-weight: normal;
}
.hlist dd dd:last-child:after,
.hlist dd dt:last-child:after,
.hlist dd li:last-child:after,
.hlist dt dd:last-child:after,
.hlist dt dt:last-child:after,
.hlist dt li:last-child:after,
.hlist li dd:last-child:after,
.hlist li dt:last-child:after,
.hlist li li:last-child:after {
content: ")";
font-weight: normal;
}
/* Put ordinals in front of ordered list items */
.hlist ol {
counter-reset: listitem;
}
.hlist ol>li {
counter-increment: listitem;
}
.hlist ol>li:before {
content: " "counter(listitem) "\a0";
}
.hlist dd ol>li:first-child:before,
.hlist dt ol>li:first-child:before,
.hlist li ol>li:first-child:before {
content: " ("counter(listitem) "\a0";
}
.mf-mobile-only {
display: none;
}
/* BEGIN styles for pagebanner extension */
.oo-ui-icon-unesco {
background-image: url(https://upload.wikimedia.org/wikipedia/commons/b/b1/WorldHeritageBlanc.svg);
}
.oo-ui-icon-star {
background-image: url(https://upload.wikimedia.org/wikipedia/commons/e/e7/Cscr-featured.svg);
}
.oo-ui-icon-ftt {
background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/b/b0/Writing_Circle.svg/25px-Writing_Circle.svg.png);
}
.oo-ui-icon-dotm,
.oo-ui-icon-otbp {
background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/5/50/Yes_Check_Circle.svg/25px-Yes_Check_Circle.svg.png);
}
.ext-wpb-pagebanner li.toclevel-1 {
padding: 0 0 0 0.4em;
}
.ext-wpb-pagebanner li.toclevel-1>a:after {
content: " ·";
font-weight: bold;
padding: 0 0 0 0.1em;
}
.ext-wpb-pagebanner li.toclevel-1:last-child>a:after {
content: none;
}
.ext-wpb-pagebanner h1.wpb-name {
font-family: sans-serif;
border-bottom: none;
}
.ext-wpb-pagebanner {
clear: both;
}
.wpb-banner-toc .toctext {
display: inline;
}
/* END styles for pagebanner extension */
/* Infobox templates */
.infobox {
border: 1px solid #aaa;
background-color: #f9f9f9;
color: black;
margin-bottom: 0.5em;
margin-left: 1em;
padding: 0.2em;
float: right;
clear: right;
}
.infobox td,
.infobox th {
vertical-align: middle;
}
.infobox caption {
font-size: larger;
margin-left: inherit;
}
.infobox.bordered {
border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
border: 1px solid #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
border: 0 solid #aaa;
}
/* CSS for black text external links / blue text on hover */
body.ns-0 #content a.external,
body.ns-0 #content a.external:visited,
body.page-Wikivoyage_External_links #content a.external,
body.page-Wikivoyage_External_links #content a.external:visited,
body.page-Wikivoyage_talk_External_links #content a.external,
body.page-Wikivoyage_talk_External_links #content a.external:visited,
body.page-Wikivoyage_Listings #content a.external,
body.page-Wikivoyage_Listings #content a.external:visited,
body.page-Wikivoyage_talk_Listings #content a.external,
body.page-Wikivoyage_talk_Listings #content a.external:visited,
body.page-Wikivoyage_talk_Attraction_listings #content a.external,
body.page-Wikivoyage_talk_Attraction_listings #content a.external:visited,
body.page-Wikivoyage_talk_Activity_listings #content a.external,
body.page-Wikivoyage_talk_Activity_listings #content a.external:visited,
body.page-Wikivoyage_talk_Restaurant_listings #content a.external,
body.page-Wikivoyage_talk_Restaurant_listings #content a.external:visited,
body.page-Wikivoyage_talk_Bar_listings #content a.external,
body.page-Wikivoyage_talk_Bar_listings #content a.external:visited,
body.page-Wikivoyage_talk_Shopping_listings #content a.external,
body.page-Wikivoyage_talk_Shopping_listings #content a.external:visited,
body.page-Wikivoyage_talk_Accommodation_listings #content a.external,
body.page-Wikivoyage_talk_Accommodation_listings #content a.external:visited,
body.page-Wikivoyage_Don_t_tout #content a.external,
body.page-Wikivoyage_Don_t_tout #content a.external:visited {
color: #252525;
}
body.ns-0 #content a.external:hover,
body.ns-0 #content a.external:focus,
body.page-Wikivoyage_External_links #content a.external:hover,
body.page-Wikivoyage_External_links #content a.external:focus,
body.page-Wikivoyage_talk_External_links #content a.external:hover,
body.page-Wikivoyage_talk_External_links #content a.external:focus,
body.page-Wikivoyage_Listings #content a.external:hover,
body.page-Wikivoyage_Listings #content a.external:focus,
body.page-Wikivoyage_talk_Listings #content a.external:hover,
body.page-Wikivoyage_talk_Listings #content a.external:focus,
body.page-Wikivoyage_talk_Attraction_listings #content a.external:hover,
body.page-Wikivoyage_talk_Attraction_listings #content a.external:focus,
body.page-Wikivoyage_talk_Activity_listings #content a.external:hover,
body.page-Wikivoyage_talk_Activity_listings #content a.external:focus,
body.page-Wikivoyage_talk_Shopping_listings #content a.external:hover,
body.page-Wikivoyage_talk_Shopping_listings #content a.external:focus,
body.page-Wikivoyage_talk_Restaurant_listings #content a.external:hover,
body.page-Wikivoyage_talk_Restaurant_listings #content a.external:focus,
body.page-Wikivoyage_talk_Bar_listings #content a.external:hover,
body.page-Wikivoyage_talk_Bar_listings #content a.external:focus,
body.page-Wikivoyage_talk_Accommodation_listings #content a.external:hover,
body.page-Wikivoyage_talk_Accommodation_listings #content a.external:focus,
body.page-Wikivoyage_Don_t_tout #content a.external:hover,
body.page-Wikivoyage_Don_t_tout #content a.external:focus {
color: #0645ad;
}
/* BEGIN Map caption - used with MapExpander JS */
.map-expand-link {
float: right;
margin-left: 1.5em;
}
/* BEGIN Template:Listing CSS */
.listing-metadata {
font-size: 0.8em;
}
/* this style should match span.vcard-edit-button a */
.listing-lastedit {
color: rgb(150, 150, 150);
}
/* END Template:Listing CSS */
/* BEGIN: style used on the Destinations page */
.rounded-blue-section-heading {
background-color: #cedff2;
border-radius: 15px;
clear: both;
color: black;
font-weight: bold;
margin: 0 8% 1em;
padding: .5em 1em;
text-align: center;
vertical-align: middle;
}
/* END: style used on the Destinations page */
/* CSS for article status templates, eg Usablecity, Guidepark */
.article-status {
width: 60%;
background: #fff;
margin: 0 auto;
border: solid 2px lightblue;
text-align: center;
font-size: 90%;
font-style: italic;
}
/* BEGIN: CSS for Template:Dead link (display managed via the ErrorHighlighter gadget) */
.error-deadlink {
color: red;
background: yellow;
display: none;
white-space: nowrap;
}
/* END: CSS for Template:Dead link */
#mw-indicator-GPX {
display: none;
}
/* BEGIN: User:Wrh2/Sandbox test */
.page-User_Wrh2_Sandbox .ext-wpb-pagebanner .wpb-topbanner .wpb-name {
width: 35%;
font-size: 2.5vw;
}
@media screen and (min-width: 768px) {
.page-User_Wrh2_Sandbox .wpb-banner-toc {
padding: 0.1vw 1vw;
}
}
/* END: User:Wrh2/Sandbox test */
/* Additional Kartographer styles */
.mw-kartographer-container.thumb:not(.mw-kartographer-full) .thumbinner>.mw-kartographer-map {
border: 1px solid #ccc;
box-sizing: border-box;
}
.wv-staticMap {
position: relative;
left: -3px;
margin-top: 3px;
}
/* Fix problem with banner overlay */
div.toctitle {
display: none;
}
/* Push indicators to the front */
.mw-indicators {
z-index: 2;
}
/*
MediaWiki:Vector.css
*/
/* CSS placed here will affect users of the Vector skin */
#contentSub,
#contentSub2 {
font-size: 100%;
}
/* Hide title on the main page */
.page-Main_Page .firstHeading,
.page-Main_Page #contentSub {
display: none;
}
/* WikidataPageBanner outputs a second <h1> and empties the original one.
Hide this in Vector. [[phab:T97891]] */
#firstHeading:empty {
display: none;
}
@media print {
/*
MediaWiki:Print.css
*/
/* CSS placed here will affect the print output */
/* removing url */
.nourlexpansion a.external.text:after {
display: none !important;
}
}
/* stylelint-disable selector-class-pattern */
/* Galleries */
/* These display attributes look nonsensical, but are needed to support IE and FF2 */
/* Don't forget to update gallery.print.css */
ul.gallery {
margin: 2px;
padding: 2px;
display: block;
}
li.gallerycaption {
font-weight: bold;
text-align: center;
display: block;
word-wrap: break-word;
}
li.gallerybox {
vertical-align: top;
display: -moz-inline-box;
display: inline-block;
}
li.gallerybox div.thumb {
text-align: center;
margin: 2px;
}
li.gallerybox div.thumb img {
display: block;
margin: 0 auto;
}
div.gallerytext {
overflow: hidden;
font-size: 94%;
padding: 2px 4px;
word-wrap: break-word;
}
.galleryfilename {
display: block;
}
.galleryfilename-truncate {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/* new gallery stuff */
ul.mw-gallery-nolines li.gallerybox div.thumb {
background-color: transparent;
border: 0;
}
ul.mw-gallery-nolines li.gallerybox div.gallerytext {
text-align: center;
}
/* height constrained gallery */
ul.mw-gallery-packed,
ul.mw-gallery-packed-overlay,
ul.mw-gallery-packed-hover {
text-align: center;
}
ul.mw-gallery-packed li.gallerybox div.thumb,
ul.mw-gallery-packed-overlay li.gallerybox div.thumb,
ul.mw-gallery-packed-hover li.gallerybox div.thumb {
background-color: transparent;
border: 0;
}
ul.mw-gallery-packed li.gallerybox div.thumb img,
ul.mw-gallery-packed-overlay li.gallerybox div.thumb img,
ul.mw-gallery-packed-hover li.gallerybox div.thumb img {
margin: 0 auto;
}
ul.mw-gallery-packed-hover li.gallerybox,
ul.mw-gallery-packed-overlay li.gallerybox {
position: relative;
}
ul.mw-gallery-packed-hover div.gallerytextwrapper {
overflow: hidden;
height: 0;
}
ul.mw-gallery-packed-hover li.gallerybox:hover div.gallerytextwrapper,
ul.mw-gallery-packed-overlay li.gallerybox div.gallerytextwrapper,
ul.mw-gallery-packed-hover li.gallerybox.mw-gallery-focused div.gallerytextwrapper {
position: absolute;
background: #fff;
background: rgba(255, 255, 255, 0.8);
padding: 5px 10px;
bottom: 0;
left: 0;
/* Needed for IE */
height: auto;
max-height: 40%;
overflow: hidden;
font-weight: bold;
margin: 2px;
/* correspond to style on div.thumb */
}
ul.mw-gallery-packed-hover li.gallerybox:hover div.gallerytextwrapper p,
ul.mw-gallery-packed-overlay li.gallerybox div.gallerytextwrapper p,
ul.mw-gallery-packed-hover li.gallerybox.mw-gallery-focused div.gallerytextwrapper p {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
ul.mw-gallery-packed-hover li.gallerybox:hover div.gallerytextwrapper:hover,
ul.mw-gallery-packed-overlay li.gallerybox div.gallerytextwrapper:hover,
ul.mw-gallery-packed-hover li.gallerybox.mw-gallery-focused div.gallerytextwrapper:hover {
overflow: visible;
max-height: none;
}
ul.mw-gallery-packed-hover li.gallerybox:hover div.gallerytextwrapper:hover p,
ul.mw-gallery-packed-overlay li.gallerybox div.gallerytextwrapper:hover p,
ul.mw-gallery-packed-hover li.gallerybox.mw-gallery-focused div.gallerytextwrapper:hover p {
text-overflow: clip;
white-space: normal;
overflow: visible;
}
/* Slideshow */
ul.gallery.mw-gallery-slideshow {
display: block;
margin: 4em 0;
}
ul.gallery.mw-gallery-slideshow .gallerycaption {
font-size: 1.3em;
margin: 0;
}
ul.gallery.mw-gallery-slideshow .gallerycarousel {
display: block;
text-align: center;
}
ul.gallery.mw-gallery-slideshow .gallerycarousel.mw-gallery-slideshow-thumbnails-toggled {
margin-bottom: 1.3em;
}
ul.gallery.mw-gallery-slideshow .mw-gallery-slideshow-buttons {
opacity: 0.5;
padding: 1.3em 0;
white-space: nowrap;
}
ul.gallery.mw-gallery-slideshow .mw-gallery-slideshow-buttons .oo-ui-buttonElement {
margin: 0 2em;
}
ul.gallery.mw-gallery-slideshow .mw-gallery-slideshow-buttons .oo-ui-buttonElement:first-child {
margin-left: 0;
}
ul.gallery.mw-gallery-slideshow .mw-gallery-slideshow-buttons .oo-ui-buttonElement:last-child {
margin-right: 0;
}
ul.gallery.mw-gallery-slideshow .gallerybox.slideshow-current {
background: #efefef;
}
ul.gallery.mw-gallery-slideshow .gallerybox>div {
max-width: 120px;
}
ul.gallery.mw-gallery-slideshow .gallerybox div.thumb {
border: 0;
background: transparent;
}
.mw-gallery-slideshow-img-container a {
display: block;
}
@media screen {
/* Background and border colors are defined separately for print mode */
li.gallerybox div.thumb {
border: 1px solid #c8ccd1;
background-color: #f8f9fa;
}
}
@media print {
/* stylelint-disable selector-class-pattern */
li.gallerybox {
vertical-align: top;
display: inline-block;
}
ul.gallery {
margin: 2px;
padding: 2px;
display: block;
}
li.gallerycaption {
font-weight: bold;
text-align: center;
display: block;
word-wrap: break-word;
}
li.gallerybox div.thumb {
background-color: #fff;
border: 1px solid #ccc;
}
div.gallerytext {
overflow: visible;
}
ul.mw-gallery-packed-hover div.gallerytextwrapper {
overflow: visible;
height: auto;
}
ul.mw-gallery-packed-hover li.gallerybox:hover div.gallerytextwrapper,
ul.mw-gallery-packed-overlay li.gallerybox div.gallerytextwrapper,
ul.mw-gallery-packed-hover li.gallerybox.mw-gallery-focused div.gallerytextwrapper {
position: static;
background: transparent;
padding: 0;
bottom: 0;
max-height: none;
overflow: visible;
font-weight: normal;
margin: 0;
/* correspond to style on div.thumb */
}
ul.mw-gallery-packed-hover li.gallerybox:hover div.gallerytextwrapper p,
ul.mw-gallery-packed-overlay li.gallerybox div.gallerytextwrapper p,
ul.mw-gallery-packed-hover li.gallerybox.mw-gallery-focused div.gallerytextwrapper p {
text-overflow: clip;
white-space: normal;
overflow: visible;
}
}
/**
* Style Parsoid HTML+RDFa output consistent with wikitext from PHP parser.
*/
/* stylelint-disable selector-class-pattern */
/*
* Auto-numbered external links
* Parsoid renders those as link without content, and lets CSS do the
* counting. This way the counting style can be customized, and counts update
* automatically when content is modified.
*/
.mw-parser-output {
counter-reset: mw-numbered-ext-link;
}
.mw-parser-output a[rel~='mw:ExtLink']:empty:after {
content: '['counter(mw-numbered-ext-link) ']';
counter-increment: mw-numbered-ext-link;
}
/**
* Avoid the need to calculate paddings individually
* https://stackoverflow.com/a/7310398
*/
.mw-gallery-traditional .gallerybox .thumb:before {
content: '';
vertical-align: middle;
display: inline-block;
height: 100%;
}
.mw-gallery-traditional .gallerybox .thumb>* {
vertical-align: middle;
display: inline-block;
}
/**
* Block media items
*/
figure[typeof~='mw:Image'],
figure[typeof~='mw:Video'],
figure[typeof~='mw:Audio'],
figure[typeof~='mw:Image/Frameless'],
figure[typeof~='mw:Video/Frameless'],
figure[typeof~='mw:Audio/Frameless'] {
margin: 0;
/* Hide the caption for frameless and plain floated images */
}
figure[typeof~='mw:Image']>a,
figure[typeof~='mw:Video']>a,
figure[typeof~='mw:Audio']>a,
figure[typeof~='mw:Image/Frameless']>a,
figure[typeof~='mw:Video/Frameless']>a,
figure[typeof~='mw:Audio/Frameless']>a {
border: 0;
}
figure[typeof~='mw:Image'].mw-halign-right,
figure[typeof~='mw:Video'].mw-halign-right,
figure[typeof~='mw:Audio'].mw-halign-right,
figure[typeof~='mw:Image/Frameless'].mw-halign-right,
figure[typeof~='mw:Video/Frameless'].mw-halign-right,
figure[typeof~='mw:Audio/Frameless'].mw-halign-right {
/* @noflip */
margin: 0 0 0.5em 0.5em;
/* @noflip */
clear: right;
/* @noflip */
float: right;
}
figure[typeof~='mw:Image'].mw-halign-left,
figure[typeof~='mw:Video'].mw-halign-left,
figure[typeof~='mw:Audio'].mw-halign-left,
figure[typeof~='mw:Image/Frameless'].mw-halign-left,
figure[typeof~='mw:Video/Frameless'].mw-halign-left,
figure[typeof~='mw:Audio/Frameless'].mw-halign-left {
/* @noflip */
margin: 0 0.5em 0.5em 0;
/* @noflip */
clear: left;
/* @noflip */
float: left;
}
figure[typeof~='mw:Image'].mw-halign-none,
figure[typeof~='mw:Video'].mw-halign-none,
figure[typeof~='mw:Audio'].mw-halign-none,
figure[typeof~='mw:Image/Frameless'].mw-halign-none,
figure[typeof~='mw:Video/Frameless'].mw-halign-none,
figure[typeof~='mw:Audio/Frameless'].mw-halign-none {
clear: none;
float: none;
}
figure[typeof~='mw:Image'].mw-halign-center,
figure[typeof~='mw:Video'].mw-halign-center,
figure[typeof~='mw:Audio'].mw-halign-center,
figure[typeof~='mw:Image/Frameless'].mw-halign-center,
figure[typeof~='mw:Video/Frameless'].mw-halign-center,
figure[typeof~='mw:Audio/Frameless'].mw-halign-center {
/* Matches *.center * in element.css */
margin: 0 auto;
display: table;
border-collapse: collapse;
clear: none;
float: none;
}
figure[typeof~='mw:Image']>figcaption,
figure[typeof~='mw:Video']>figcaption,
figure[typeof~='mw:Audio']>figcaption,
figure[typeof~='mw:Image/Frameless']>figcaption,
figure[typeof~='mw:Video/Frameless']>figcaption,
figure[typeof~='mw:Audio/Frameless']>figcaption {
display: none;
}
figure[typeof~='mw:Image/Thumb'],
figure[typeof~='mw:Video/Thumb'],
figure[typeof~='mw:Audio/Thumb'],
figure[typeof~='mw:Image/Frame'],
figure[typeof~='mw:Video/Frame'],
figure[typeof~='mw:Audio/Frame'] {
margin: 0;
margin-bottom: 0.5em;
display: table;
text-align: center;
border: 1px solid #c8ccd1;
border-bottom: 0;
border-collapse: collapse;
background-color: #f8f9fa;
}
figure[typeof~='mw:Image/Thumb']>a,
figure[typeof~='mw:Video/Thumb']>a,
figure[typeof~='mw:Audio/Thumb']>a,
figure[typeof~='mw:Image/Frame']>a,
figure[typeof~='mw:Video/Frame']>a,
figure[typeof~='mw:Audio/Frame']>a {
border: 0;
}
.mw-content-ltr figure[typeof~='mw:Image/Thumb'],
.mw-content-ltr figure[typeof~='mw:Video/Thumb'],
.mw-content-ltr figure[typeof~='mw:Audio/Thumb'],
.mw-content-ltr figure[typeof~='mw:Image/Frame'],
.mw-content-ltr figure[typeof~='mw:Video/Frame'],
.mw-content-ltr figure[typeof~='mw:Audio/Frame'] {
/* @noflip */
margin: 0.5em 0 1.3em 1.4em;
/* @noflip */
clear: right;
/* @noflip */
float: right;
}
.mw-content-rtl figure[typeof~='mw:Image/Thumb'],
.mw-content-rtl figure[typeof~='mw:Video/Thumb'],
.mw-content-rtl figure[typeof~='mw:Audio/Thumb'],
.mw-content-rtl figure[typeof~='mw:Image/Frame'],
.mw-content-rtl figure[typeof~='mw:Video/Frame'],
.mw-content-rtl figure[typeof~='mw:Audio/Frame'] {
/* @noflip */
margin: 0.5em 1.4em 1.3em 0;
/* @noflip */
clear: left;
/* @noflip */
float: left;
}
figure[typeof~='mw:Image/Thumb'].mw-halign-right,
figure[typeof~='mw:Video/Thumb'].mw-halign-right,
figure[typeof~='mw:Audio/Thumb'].mw-halign-right,
figure[typeof~='mw:Image/Frame'].mw-halign-right,
figure[typeof~='mw:Video/Frame'].mw-halign-right,
figure[typeof~='mw:Audio/Frame'].mw-halign-right {
/* @noflip */
margin: 0.5em 0 1.3em 1.4em;
/* @noflip */
clear: right;
/* @noflip */
float: right;
}
figure[typeof~='mw:Image/Thumb'].mw-halign-left,
figure[typeof~='mw:Video/Thumb'].mw-halign-left,
figure[typeof~='mw:Audio/Thumb'].mw-halign-left,
figure[typeof~='mw:Image/Frame'].mw-halign-left,
figure[typeof~='mw:Video/Frame'].mw-halign-left,
figure[typeof~='mw:Audio/Frame'].mw-halign-left {
/* @noflip */
margin: 0.5em 1.4em 1.3em 0;
/* @noflip */
clear: left;
/* @noflip */
float: left;
}
figure[typeof~='mw:Image/Thumb'].mw-halign-none,
figure[typeof~='mw:Video/Thumb'].mw-halign-none,
figure[typeof~='mw:Audio/Thumb'].mw-halign-none,
figure[typeof~='mw:Image/Frame'].mw-halign-none,
figure[typeof~='mw:Video/Frame'].mw-halign-none,
figure[typeof~='mw:Audio/Frame'].mw-halign-none {
/* Override the default margin from mw-content-xxx above */
margin: 0;
margin-bottom: 0.5em;
clear: none;
float: none;
}
figure[typeof~='mw:Image/Thumb'].mw-halign-center,
figure[typeof~='mw:Video/Thumb'].mw-halign-center,
figure[typeof~='mw:Audio/Thumb'].mw-halign-center,
figure[typeof~='mw:Image/Frame'].mw-halign-center,
figure[typeof~='mw:Video/Frame'].mw-halign-center,
figure[typeof~='mw:Audio/Frame'].mw-halign-center {
/* Override the default margin from mw-content-xxx above
* And, matches *.center * in element.css
*/
margin: 0 auto 0.5em auto;
clear: none;
float: none;
}
figure[typeof~='mw:Image/Thumb']>*:first-child,
figure[typeof~='mw:Video/Thumb']>*:first-child,
figure[typeof~='mw:Audio/Thumb']>*:first-child,
figure[typeof~='mw:Image/Frame']>*:first-child,
figure[typeof~='mw:Video/Frame']>*:first-child,
figure[typeof~='mw:Audio/Frame']>*:first-child {
/* Broken media get a span instead */
}
figure[typeof~='mw:Image/Thumb']>*:first-child>audio,
figure[typeof~='mw:Video/Thumb']>*:first-child>audio,
figure[typeof~='mw:Audio/Thumb']>*:first-child>audio,
figure[typeof~='mw:Image/Frame']>*:first-child>audio,
figure[typeof~='mw:Video/Frame']>*:first-child>audio,
figure[typeof~='mw:Audio/Frame']>*:first-child>audio,
figure[typeof~='mw:Image/Thumb']>*:first-child>img,
figure[typeof~='mw:Video/Thumb']>*:first-child>img,
figure[typeof~='mw:Audio/Thumb']>*:first-child>img,
figure[typeof~='mw:Image/Frame']>*:first-child>img,
figure[typeof~='mw:Video/Frame']>*:first-child>img,
figure[typeof~='mw:Audio/Frame']>*:first-child>img,
figure[typeof~='mw:Image/Thumb']>*:first-child>video,
figure[typeof~='mw:Video/Thumb']>*:first-child>video,
figure[typeof~='mw:Audio/Thumb']>*:first-child>video,
figure[typeof~='mw:Image/Frame']>*:first-child>video,
figure[typeof~='mw:Video/Frame']>*:first-child>video,
figure[typeof~='mw:Audio/Frame']>*:first-child>video {
border: 1px solid #c8ccd1;
background: #ffffff;
margin: 3px;
}
figure[typeof~='mw:Image/Thumb']>*:first-child>span,
figure[typeof~='mw:Video/Thumb']>*:first-child>span,
figure[typeof~='mw:Audio/Thumb']>*:first-child>span,
figure[typeof~='mw:Image/Frame']>*:first-child>span,
figure[typeof~='mw:Video/Frame']>*:first-child>span,
figure[typeof~='mw:Audio/Frame']>*:first-child>span {
display: inline-block;
/* The extra horizontal margin here is to make up for the lack of a border */
margin: 3px 4px;
/* This is hardcoded in Linker::makeThumbLink2 for broken media */
width: 180px;
/* Styles the text of broken media */
font-size: 94%;
}
figure[typeof~='mw:Image/Thumb']>figcaption,
figure[typeof~='mw:Video/Thumb']>figcaption,
figure[typeof~='mw:Audio/Thumb']>figcaption,
figure[typeof~='mw:Image/Frame']>figcaption,
figure[typeof~='mw:Video/Frame']>figcaption,
figure[typeof~='mw:Audio/Frame']>figcaption {
display: table-caption;
caption-side: bottom;
border: 1px solid #c8ccd1;
border-top: 0;
background-color: #f8f9fa;
line-height: 1.4em;
/**
* The "break-word" value is deprecated, however, it's well supported
* at 94.73%
* https://caniuse.com/mdn-css_properties_word-break_break-word
*
* The spec suggests it has the same effect as,
*
* word-break: normal;
* overflow-wrap: anywhere;
*
* https://drafts.csswg.org/css-text-3/#word-break-property
*
* So, we should use that. However, support for "anywhere" is lagging
* at just 72.39%, with Safari being a notable miss.
* https://caniuse.com/mdn-css_properties_overflow-wrap_anywhere
*
* "Soft wrap opportunities introduced by the word break are considered
* when calculating min-content intrinsic sizes."
* From https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-wrap
*/
word-break: break-word;
/* In mw-core the font-size is duplicated, 94% in thumbinner
* and again 94% in thumbcaption. 88.4% for font size of the
* caption results in the same behavior. */
font-size: 88.4%;
/* taken from .thumbcaption, plus .thumbinner */
padding: 0 6px 6px 6px;
}
.mw-content-ltr figure[typeof~='mw:Image/Thumb']>figcaption,
.mw-content-ltr figure[typeof~='mw:Video/Thumb']>figcaption,
.mw-content-ltr figure[typeof~='mw:Audio/Thumb']>figcaption,
.mw-content-ltr figure[typeof~='mw:Image/Frame']>figcaption,
.mw-content-ltr figure[typeof~='mw:Video/Frame']>figcaption,
.mw-content-ltr figure[typeof~='mw:Audio/Frame']>figcaption {
/* @noflip */
text-align: left;
}
.mw-content-rtl figure[typeof~='mw:Image/Thumb']>figcaption,
.mw-content-rtl figure[typeof~='mw:Video/Thumb']>figcaption,
.mw-content-rtl figure[typeof~='mw:Audio/Thumb']>figcaption,
.mw-content-rtl figure[typeof~='mw:Image/Frame']>figcaption,
.mw-content-rtl figure[typeof~='mw:Video/Frame']>figcaption,
.mw-content-rtl figure[typeof~='mw:Audio/Frame']>figcaption {
/* @noflip */
text-align: right;
}
/* Magnify clip, not present for broken media */
figure[typeof~='mw:Image/Thumb']:not([ typeof~='mw:Error'])>figcaption:before,
figure[typeof~='mw:Video/Thumb']:not([ typeof~='mw:Error'])>figcaption:before,
figure[typeof~='mw:Audio/Thumb']:not([ typeof~='mw:Error'])>figcaption:before {
content: '';
width: 15px;
height: 11px;
}
.mw-content-ltr figure[typeof~='mw:Image/Thumb']:not([ typeof~='mw:Error'])>figcaption:before,
.mw-content-ltr figure[typeof~='mw:Video/Thumb']:not([ typeof~='mw:Error'])>figcaption:before,
.mw-content-ltr figure[typeof~='mw:Audio/Thumb']:not([ typeof~='mw:Error'])>figcaption:before {
/* @noflip */
margin-left: 3px;
/* @noflip */
float: right;
}
.mw-content-rtl figure[typeof~='mw:Image/Thumb']:not([ typeof~='mw:Error'])>figcaption:before,
.mw-content-rtl figure[typeof~='mw:Video/Thumb']:not([ typeof~='mw:Error'])>figcaption:before,
.mw-content-rtl figure[typeof~='mw:Audio/Thumb']:not([ typeof~='mw:Error'])>figcaption:before {
/* @noflip */
margin-right: 3px;
/* @noflip */
float: left;
}
figure[typeof~='mw:Image/Thumb']:not([ typeof~='mw:Error'])>a,
figure[typeof~='mw:Video/Thumb']:not([ typeof~='mw:Error'])>a,
figure[typeof~='mw:Audio/Thumb']:not([ typeof~='mw:Error'])>a {
display: inline-block;
position: relative;
}
figure[typeof~='mw:Image/Thumb']:not([ typeof~='mw:Error'])>a:after,
figure[typeof~='mw:Video/Thumb']:not([ typeof~='mw:Error'])>a:after,
figure[typeof~='mw:Audio/Thumb']:not([ typeof~='mw:Error'])>a:after {
content: '';
width: 15px;
height: 11px;
position: absolute;
bottom: -11px;
}
.mw-content-ltr figure[typeof~='mw:Image/Thumb']:not([ typeof~='mw:Error'])>a:after,
.mw-content-ltr figure[typeof~='mw:Video/Thumb']:not([ typeof~='mw:Error'])>a:after,
.mw-content-ltr figure[typeof~='mw:Audio/Thumb']:not([ typeof~='mw:Error'])>a:after {
/* @noflip */
right: 6px;
/* @noflip */
background-image: url(/w/resources/src/mediawiki.skinning/images/magnify-clip-ltr.png?4f704);
/* @noflip */
background-image: linear-gradient(transparent, transparent), url(/w/resources/src/mediawiki.skinning/images/magnify-clip-ltr.svg?8330e);
}
.mw-content-rtl figure[typeof~='mw:Image/Thumb']:not([ typeof~='mw:Error'])>a:after,
.mw-content-rtl figure[typeof~='mw:Video/Thumb']:not([ typeof~='mw:Error'])>a:after,
.mw-content-rtl figure[typeof~='mw:Audio/Thumb']:not([ typeof~='mw:Error'])>a:after {
/* @noflip */
left: 6px;
/* @noflip */
background-image: url(/w/resources/src/mediawiki.skinning/images/magnify-clip-rtl.png?a9fb3);
/* @noflip */
background-image: linear-gradient(transparent, transparent), url(/w/resources/src/mediawiki.skinning/images/magnify-clip-rtl.svg?38fd5);
}
.mw-image-border>*:first-child>audio,
.mw-image-border>*:first-child>img,
.mw-image-border>*:first-child>video {
border: 1px solid #eaecf0;
}
/**
* Inline media items
*/
.mw-valign-middle>*:first-child>audio,
.mw-valign-middle>*:first-child>img,
.mw-valign-middle>*:first-child>video {
vertical-align: middle;
}
.mw-valign-baseline>*:first-child>audio,
.mw-valign-baseline>*:first-child>img,
.mw-valign-baseline>*:first-child>video {
vertical-align: baseline;
}
.mw-valign-sub>*:first-child>audio,
.mw-valign-sub>*:first-child>img,
.mw-valign-sub>*:first-child>video {
vertical-align: sub;
}
.mw-valign-super>*:first-child>audio,
.mw-valign-super>*:first-child>img,
.mw-valign-super>*:first-child>video {
vertical-align: super;
}
.mw-valign-top>*:first-child>audio,
.mw-valign-top>*:first-child>img,
.mw-valign-top>*:first-child>video {
vertical-align: top;
}
.mw-valign-text-top>*:first-child>audio,
.mw-valign-text-top>*:first-child>img,
.mw-valign-text-top>*:first-child>video {
vertical-align: text-top;
}
.mw-valign-bottom>*:first-child>audio,
.mw-valign-bottom>*:first-child>img,
.mw-valign-bottom>*:first-child>video {
vertical-align: bottom;
}
.mw-valign-text-bottom>*:first-child>audio,
.mw-valign-text-bottom>*:first-child>img,
.mw-valign-text-bottom>*:first-child>video {
vertical-align: text-bottom;
}
</style>
<style type="text/css">
/**
* Custom style meant to match the design of mwoffliner mobile version to the mobile version of wikipedia
*/
.mw-body-content {
font-family: 'Helvetica Neue', 'Helvetica', 'Nimbus Sans L', 'Arial', 'Liberation Sans', sans-serif;
font-size: 16px;
line-height: 26px;
}
.mw-body-content p {
margin: 0.5em 0 1em 0;
}
.mw-body h1,
.mw-body summary {
outline: none;
}
.mw-body h2,
.mw-body h3,
.mw-body h4,
.mw-body h5,
.mw-body h6 {
padding: 0.5em 0;
}
.mw-body h3,
.mw-body h2 {
clear: both;
width: 100%;
margin-bottom: 0.5em;
border-bottom: solid 1px #eaecf0;
font-family: 'Linux Libertine', 'Georgia', 'Times', serif;
}
.mw-body h3 {
border-bottom: 0px solid #eaecf0;
font-weight: initial;
}
.mw-body h4 {
border-bottom: 0px solid #eaecf0;
}
.mw-body h1.article-header {
border-bottom: 1px solid #eaecf0;
}
@media (max-width: 720px) {
.content .thumb .thumbinner>.thumbcaption {
flex: 1 1 auto !important;
}
}
.mwo-catlinks {
border: 1px solid #a2a9b1;
background-color: #f8f9fa;
padding: 5px;
margin-top: 1em;
clear: both;
}
.mwo-catlinks ul {
display: inline;
margin: 0;
padding: 0;
list-style: none none;
}
.mwo-catlinks li {
display: inline-block;
line-height: 1.25em;
border-left: 1px solid #a2a9b1;
margin: 0.125em 0;
padding: 0 0.5em;
zoom: 1;
}
.mwo-catlinks li:first-child {
padding-left: 0.25em;
border-left: 0;
}
.mwo-groups {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-width: 24em;
-moz-column-width: 24em;
column-width: 24em;
}
.mwo-groups h3 {
line-height: 1.6;
margin-top: 0.3em;
margin-bottom: 0;
padding-bottom: 0;
}
summary.section-heading {
display: list-item !important;
cursor: pointer;
}
.section-heading>h1,
.section-heading>h2,
.section-heading>h3,
.section-heading>h4 {
display: inline;
border: none;
}
body[data-useragent*='KAIOS'] h1 {
display: none !important;
}
</style>
<style type="text/css">
/**
* Style Parsoid HTML+RDFa output consistent with wikitext from PHP parser.
* Source here :; https://github.com/voidlinux/void-wiki/blob/master/resources/src/mediawiki.skinning/content.parsoid.less
* converted from less to css
*/
/*csslint regex-selectors:false */
/*
* Auto-numbered external links
* Parsoid renders those as link without content, and lets CSS do the
* counting. This way the counting style can be customized, and counts update
* automatically when content is modified.
*/
.mw-body-content {
counter-reset: mw-numbered-ext-link;
}
.mw-body-content a[rel~='mw:ExtLink']:empty:after {
content: '['counter(mw-numbered-ext-link) ']';
counter-increment: mw-numbered-ext-link;
}
/**
* References
*
* Parser and Extension:Cite output reference numbers for <sup>[1]</sup> for <ref> tags.
*
* Markup:
* Cake is good<sup>[2]</sup>
* The cake is a lie<span class="reference">[1]</span>
*
* Styleguide 1.1.
*/
span.reference {
font-size: 80%;
line-height: 1;
vertical-align: super;
unicode-bidi: -moz-isolate;
unicode-bidi: isolate;
}
sup,
sub {
line-height: 1;
}
/**
* Block media items
*/
figure[typeof*='mw:Image'],
figure[typeof*='mw:Video'],
figure[typeof*='mw:Audio'] {
margin: 0;
}
figure[typeof*='mw:Image'] a,
figure[typeof*='mw:Video'] a,
figure[typeof*='mw:Audio'] a {
border: 0;
}
figure[typeof*='mw:Image'].mw-halign-right,
figure[typeof*='mw:Video'].mw-halign-right,
figure[typeof*='mw:Audio'].mw-halign-right {
/* @noflip */
margin: 0.5em 0 1.3em 1.4em;
/* @noflip */
clear: right;
/* @noflip */
float: right;
}
figure[typeof*='mw:Image'].mw-halign-left,
figure[typeof*='mw:Video'].mw-halign-left,
figure[typeof*='mw:Audio'].mw-halign-left {
/* @noflip */
margin: 0.5em 1.4em 1.3em 0;
/* @noflip */
clear: left;
/* @noflip */
float: left;
}
figure[typeof*='mw:Image'].mw-halign-none,
figure[typeof*='mw:Video'].mw-halign-none,
figure[typeof*='mw:Audio'].mw-halign-none {
margin: 0;
clear: none;
float: none;
}
figure[typeof*='mw:Image'].mw-halign-center,
figure[typeof*='mw:Video'].mw-halign-center,
figure[typeof*='mw:Audio'].mw-halign-center {
margin: 0 auto 0.5em auto;
display: table;
clear: none;
float: none;
}
figure[typeof*='mw:Image']>figcaption,
figure[typeof*='mw:Video']>figcaption,
figure[typeof*='mw:Audio']>figcaption {
display: table-caption;
caption-side: bottom;
/* In mw-core the font-size is duplicated, 94% in thumbiner
* and again 94% in thumbcaption. 88.4% for font size of the
* caption results in the same behavior. */
font-size: 88.4%;
line-height: 1.4em;
text-align: left;
border: 1px solid #c8ccd1;
border-top: 0;
/* taken from .thumbcaption, plus .thumbinner */
padding: 0 6px 6px 6px;
background-color: #f8f9fa;
}
figure[typeof*='mw:Image']>figcaption table,
figure[typeof*='mw:Video']>figcaption table,
figure[typeof*='mw:Audio']>figcaption table {
/* reset caption side for tables inside figcaptions */
caption-side: top;
}
figure[typeof~='mw:Image/Thumb'],
figure[typeof~='mw:Video/Thumb'],
figure[typeof~='mw:Audio/Thumb'],
figure[typeof~='mw:Image/Frame'],
figure[typeof~='mw:Video/Frame'],
figure[typeof~='mw:Audio/Frame'] {
display: table;
overflow: auto;
text-align: center;
border: 1px solid #c8ccd1;
border-bottom: 0;
border-collapse: collapse;
background-color: #f8f9fa;
margin: 0.5em 0 1.3em 1.4em;
clear: right;
float: right;
}
figure[typeof~='mw:Image/Thumb']>*:first-child>img,
figure[typeof~='mw:Video/Thumb']>*:first-child>video,
figure[typeof~='mw:Audio/Thumb']>*:first-child>video,
figure[typeof~='mw:Image/Frame']>*:first-child>img,
figure[typeof~='mw:Video/Frame']>*:first-child>video,
figure[typeof~='mw:Audio/Frame']>*:first-child>video {
border: 1px solid #c8ccd1;
margin: 3px;
background: #fff;
}
/* Same as img.thumbborder in content.css */
.mw-image-border>*:first-child>img,
.mw-image-border>*:first-child>video {
border: 1px solid #eaecf0;
}
/* Hide the caption for frameless and plain floated images */
figure[typeof~='mw:Image/Frameless']>figcaption,
figure[typeof~='mw:Video/Frameless']>figcaption,
figure[typeof~='mw:Audio/Frameless']>figcaption,
figure[typeof~='mw:Image']>figcaption,
figure[typeof~='mw:Video']>figcaption,
figure[typeof~='mw:Audio']>figcaption {
display: none;
}
</style>
<style type="text/css">
/* style from https://fr.m.wikipedia.org/w/load.php?debug=false&lang=fr&modules=ext.cite.styles%7Cext.math.styles%7Cext.timeline.styles%7Cmediawiki.page.gallery.styles%7Cmediawiki.ui.button%2Cicon%7Cskins.minerva.base.reset%2Cstyles%7Cskins.minerva.content.styles%7Cskins.minerva.icons.images%7Cskins.minerva.tablet.styles&only=styles&skin=minerva */
.mw-cite-backlink,
.cite-accessibility-label {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none
}
.mw-references-columns {
-webkit-column-width: 35em;
-moz-column-width: 35em;
column-width: 35em
}
.mw-references-columns li {
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid-column
}
sup.reference {
unicode-bidi: -moz-isolate;
unicode-bidi: -webkit-isolate;
unicode-bidi: isolate;
white-space: nowrap
}
ol.references li:target,
sup.reference:target {
background-color: #def;
background-color: rgba(0, 127, 255, 0.133)
}
.mw-ext-cite-error {
font-weight: bold;
unicode-bidi: embed
}
@media print {
.mw-cite-backlink {
display: none
}
}
@namespace m url(http://www.w3.org/1998/Math/MathML);
.mwe-math-mathml-inline {
display: inline !important
}
.mwe-math-mathml-display {
display: block !important;
margin-left: auto;
margin-right: auto
}
.mwe-math-mathml-a11y {
clip: rect(1px, 1px, 1px, 1px);
overflow: hidden;
position: absolute;
width: 1px;
height: 1px;
opacity: 0
}
.mwe-math-fallback-image-inline {
display: inline-block;
vertical-align: middle
}
.mwe-math-fallback-image-display {
display: block;
margin-left: auto !important;
margin-right: auto !important
}
.mwe-math-fallback-source-inline {
display: inline;
vertical-align: middle
}
.mwe-math-fallback-source-display {
display: block;
margin-left: auto;
margin-right: auto
}
img.tex {
vertical-align: middle
}
.mwe-math-element {
overflow-x: auto;
max-width: 100%
}
.timeline-wrapper {
max-width: 100%;
overflow: auto
}
@media print {
li.gallerybox {
vertical-align: top;
display: inline-block
}
ul.gallery,
li.gallerybox {
zoom: 1;
*display: inline
}
ul.gallery {
margin: 2px;
padding: 2px;
display: block
}
li.gallerycaption {
font-weight: bold;
text-align: center;
display: block;
word-wrap: break-word
}
li.gallerybox div.thumb {
text-align: center;
border: 1px solid #ccc;
margin: 2px
}
div.gallerytext {
overflow: hidden;
font-size: 94%;
padding: 2px 4px;
word-wrap: break-word
}
}
li.gallerybox {
vertical-align: top;
display: -moz-inline-box;
display: inline-block
}
ul.gallery,
li.gallerybox {
zoom: 1;
*display: inline
}
ul.gallery {
margin: 2px;
padding: 2px;
display: block
}
li.gallerycaption {
font-weight: bold;
text-align: center;
display: block;
word-wrap: break-word
}
li.gallerybox div.thumb {
text-align: center;
border: 1px solid #c8ccd1;
background-color: #f8f9fa;
margin: 2px
}
li.gallerybox div.thumb img {
display: block;
margin: 0 auto
}
div.gallerytext {
overflow: hidden;
font-size: 94%;
padding: 2px 4px;
word-wrap: break-word
}
.galleryfilename {
display: block
}
.galleryfilename-truncate {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
ul.mw-gallery-nolines li.gallerybox div.thumb {
background-color: transparent;
border: 0
}
ul.mw-gallery-nolines li.gallerybox div.gallerytext {
text-align: center
}
ul.mw-gallery-packed li.gallerybox div.thumb,
ul.mw-gallery-packed-overlay li.gallerybox div.thumb,
ul.mw-gallery-packed-hover li.gallerybox div.thumb {
background-color: transparent;
border: 0
}
ul.mw-gallery-packed li.gallerybox div.thumb img,
ul.mw-gallery-packed-overlay li.gallerybox div.thumb img,
ul.mw-gallery-packed-hover li.gallerybox div.thumb img {
margin: 0 auto
}
ul.mw-gallery-packed-hover li.gallerybox,
ul.mw-gallery-packed-overlay li.gallerybox {
position: relative
}
ul.mw-gallery-packed-hover div.gallerytextwrapper {
overflow: hidden;
height: 0
}
ul.mw-gallery-packed-hover li.gallerybox:hover div.gallerytextwrapper,
ul.mw-gallery-packed-overlay li.gallerybox div.gallerytextwrapper,
ul.mw-gallery-packed-hover li.gallerybox.mw-gallery-focused div.gallerytextwrapper {
position: absolute;
background: #fff;
background: rgba(255, 255, 255, 0.8);
padding: 5px 10px;
bottom: 0;
left: 0;
height: auto;
max-height: 40%;
overflow: hidden;
font-weight: bold;
margin: 2px
}
ul.mw-gallery-packed-hover li.gallerybox:hover div.gallerytextwrapper p,
ul.mw-gallery-packed-overlay li.gallerybox div.gallerytextwrapper p,
ul.mw-gallery-packed-hover li.gallerybox.mw-gallery-focused div.gallerytextwrapper p {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden
}
ul.mw-gallery-packed-hover li.gallerybox div.gallerytextwrapper:hover,
ul.mw-gallery-packed-overlay li.gallerybox div.gallerytextwrapper:hover,
ul.mw-gallery-packed-hover li.gallerybox.mw-gallery-focused div.gallerytextwrapper:hover {
overflow: visible;
max-height: none
}
ul.mw-gallery-packed-hover li.gallerybox div.gallerytextwrapper:hover p,
ul.mw-gallery-packed-overlay li.gallerybox div.gallerytextwrapper:hover p,
ul.mw-gallery-packed-hover li.gallerybox.mw-gallery-focused div.gallerytextwrapper:hover p {
text-overflow: clip;
white-space: normal;
overflow: visible
}
ul.mw-gallery-packed-hover,
ul.mw-gallery-packed-overlay,
ul.mw-gallery-packed {
text-align: center
}
ul.gallery.mw-gallery-slideshow {
display: block;
margin: 4em 0
}
ul.gallery.mw-gallery-slideshow .gallerycaption {
font-size: 1.3em;
margin: 0
}
ul.gallery.mw-gallery-slideshow .gallerycarousel.mw-gallery-slideshow-thumbnails-toggled {
margin-bottom: 1.3em
}
ul.gallery.mw-gallery-slideshow .mw-gallery-slideshow-buttons {
opacity: 0.5;
padding: 1.3em 0
}
ul.gallery.mw-gallery-slideshow .mw-gallery-slideshow-buttons .oo-ui-buttonElement {
margin: 0 2em
}
.mw-gallery-slideshow li.gallerybox.slideshow-current {
background: #efefef
}
.mw-gallery-slideshow .gallerybox>div {
max-width: 120px
}
ul.mw-gallery-slideshow li.gallerybox div.thumb {
border: 0;
background: transparent
}
ul.mw-gallery-slideshow li.gallerycarousel {
display: block;
text-align: center
}
.mw-gallery-slideshow-img-container a {
display: block
}
.mw-ui-button {
font-family: inherit;
font-size: 1em;
display: inline-block;
min-width: 4em;
max-width: 28.75em;
padding: 0.546875em 1em;
line-height: 1.286;
margin: 0;
border-radius: 2px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
*display: inline;
zoom: 1;
vertical-align: middle;
background-color: #f8f9fa;
color: #222222;
border: 1px solid #a2a9b1;
text-align: center;
font-weight: bold;
cursor: pointer
}
.mw-ui-button:visited {
color: #222222
}
.mw-ui-button:hover {
background-color: #ffffff;
color: #444444;
border-color: #a2a9b1
}
.mw-ui-button:focus {
background-color: #ffffff;
color: #222222;
border-color: #3366cc;
box-shadow: inset 0 0 0 1px #3366cc, inset 0 0 0 2px #ffffff
}
.mw-ui-button:active,
.mw-ui-button.is-on,
.mw-ui-button.mw-ui-checked {
background-color: #d9d9d9;
color: #000000;
border-color: #72777d;
box-shadow: none
}
.mw-ui-button:disabled {
background-color: #c8ccd1;
color: #fff;
border-color: #c8ccd1
}
.mw-ui-button:disabled:hover,
.mw-ui-button:disabled:active {
background-color: #c8ccd1;
color: #fff;
box-shadow: none;
border-color: #c8ccd1
}
.mw-ui-button:focus {
outline-width: 0
}
.mw-ui-button:focus::-moz-focus-inner {
border-color: transparent;
padding: 0
}
.mw-ui-button:not( :disabled) {
-webkit-transition: background-color 100ms, color 100ms, border-color 100ms, box-shadow 100ms;
-moz-transition: background-color 100ms, color 100ms, border-color 100ms, box-shadow 100ms;
transition: background-color 100ms, color 100ms, border-color 100ms, box-shadow 100ms
}
.mw-ui-button:disabled {
text-shadow: none;
cursor: default
}
.mw-ui-button.mw-ui-big {
font-size: 1.3em
}
.mw-ui-button.mw-ui-block {
display: block;
width: 100%;
margin-left: auto;
margin-right: auto
}
.mw-ui-button.mw-ui-progressive,
.mw-ui-button.mw-ui-constructive {
background-color: #3366cc;
color: #fff;
border: 1px solid #3366cc;
text-shadow: 0 1px rgba(0, 0, 0, 0.1)
}
.mw-ui-button.mw-ui-progressive:hover,
.mw-ui-button.mw-ui-constructive:hover {
background-color: #447ff5;
border-color: #447ff5
}
.mw-ui-button.mw-ui-progressive:focus,
.mw-ui-button.mw-ui-constructive:focus {
box-shadow: inset 0 0 0 1px #3366cc, inset 0 0 0 2px #ffffff
}
.mw-ui-button.mw-ui-progressive:active,
.mw-ui-button.mw-ui-constructive:active,
.mw-ui-button.mw-ui-progressive.is-on,
.mw-ui-button.mw-ui-constructive.is-on,
.mw-ui-button.mw-ui-progressive.mw-ui-checked,
.mw-ui-button.mw-ui-constructive.mw-ui-checked {
background-color: #2a4b8d;
border-color: #2a4b8d;
box-shadow: none
}
.mw-ui-button.mw-ui-progressive:disabled,
.mw-ui-button.mw-ui-constructive:disabled {
background-color: #c8ccd1;
color: #fff;
border-color: #c8ccd1
}
.mw-ui-button.mw-ui-progressive:disabled:hover,
.mw-ui-button.mw-ui-constructive:disabled:hover,
.mw-ui-button.mw-ui-progressive:disabled:active,
.mw-ui-button.mw-ui-constructive:disabled:active,
.mw-ui-button.mw-ui-progressive:disabled.mw-ui-checked,
.mw-ui-button.mw-ui-constructive:disabled.mw-ui-checked {
background-color: #c8ccd1;
color: #fff;
border-color: #c8ccd1;
box-shadow: none
}
.mw-ui-button.mw-ui-progressive.mw-ui-quiet,
.mw-ui-button.mw-ui-constructive.mw-ui-quiet {
color: #222222
}
.mw-ui-button.mw-ui-progressive.mw-ui-quiet:hover,
.mw-ui-button.mw-ui-constructive.mw-ui-quiet:hover {
background-color: transparent;
color: #447ff5
}
.mw-ui-button.mw-ui-progressive.mw-ui-quiet:active,
.mw-ui-button.mw-ui-constructive.mw-ui-quiet:active,
.mw-ui-button.mw-ui-progressive.mw-ui-quiet.mw-ui-checked,
.mw-ui-button.mw-ui-constructive.mw-ui-quiet.mw-ui-checked {
color: #2a4b8d
}
.mw-ui-button.mw-ui-progressive.mw-ui-quiet:focus,
.mw-ui-button.mw-ui-constructive.mw-ui-quiet:focus {
background-color: transparent;
color: #3366cc
}
.mw-ui-button.mw-ui-progressive.mw-ui-quiet:disabled,
.mw-ui-button.mw-ui-constructive.mw-ui-quiet:disabled {
color: #c8ccd1
}
.mw-ui-button.mw-ui-destructive {
background-color: #dd3333;
color: #fff;
border: 1px solid #dd3333;
text-shadow: 0 1px rgba(0, 0, 0, 0.1)
}
.mw-ui-button.mw-ui-destructive:hover {
background-color: #ff4242;
border-color: #ff4242
}
.mw-ui-button.mw-ui-destructive:focus {
box-shadow: inset 0 0 0 1px #dd3333, inset 0 0 0 2px #ffffff
}
.mw-ui-button.mw-ui-destructive:active,
.mw-ui-button.mw-ui-destructive.is-on,
.mw-ui-button.mw-ui-destructive.mw-ui-checked {
background-color: #b32424;
border-color: #b32424;
box-shadow: none
}
.mw-ui-button.mw-ui-destructive:disabled {
background-color: #c8ccd1;
color: #fff;
border-color: #c8ccd1
}
.mw-ui-button.mw-ui-destructive:disabled:hover,
.mw-ui-button.mw-ui-destructive:disabled:active,
.mw-ui-button.mw-ui-destructive:disabled.mw-ui-checked {
background-color: #c8ccd1;
color: #fff;
border-color: #c8ccd1;
box-shadow: none
}
.mw-ui-button.mw-ui-destructive.mw-ui-quiet {
color: #222222
}
.mw-ui-button.mw-ui-destructive.mw-ui-quiet:hover {
background-color: transparent;
color: #ff4242
}
.mw-ui-button.mw-ui-destructive.mw-ui-quiet:active,
.mw-ui-button.mw-ui-destructive.mw-ui-quiet.mw-ui-checked {
color: #b32424
}
.mw-ui-button.mw-ui-destructive.mw-ui-quiet:focus {
background-color: transparent;
color: #dd3333
}
.mw-ui-button.mw-ui-destructive.mw-ui-quiet:disabled {
color: #c8ccd1
}
.mw-ui-button.mw-ui-quiet {
background: transparent;
border: 0;
text-shadow: none;
color: #222222
}
.mw-ui-button.mw-ui-quiet:hover {
background-color: transparent;
color: #444444
}
.mw-ui-button.mw-ui-quiet:active,
.mw-ui-button.mw-ui-quiet.mw-ui-checked {
color: #000000
}
.mw-ui-button.mw-ui-quiet:focus {
background-color: transparent;
color: #222222
}
.mw-ui-button.mw-ui-quiet:disabled {
color: #c8ccd1
}
.mw-ui-button.mw-ui-quiet:hover,
.mw-ui-button.mw-ui-quiet:focus {
box-shadow: none
}
.mw-ui-button.mw-ui-quiet:active,
.mw-ui-button.mw-ui-quiet:disabled {
background: transparent
}
input.mw-ui-button::-moz-focus-inner,
button.mw-ui-button::-moz-focus-inner {
margin-top: -1px;
margin-bottom: -1px
}
a.mw-ui-button {
text-decoration: none
}
a.mw-ui-button:hover,
a.mw-ui-button:focus {
text-decoration: none
}
.mw-ui-button-group>* {
min-width: 48px;
border-radius: 0;
float: left
}
.mw-ui-button-group>*:first-child {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px
}
.mw-ui-button-group>*:not( :first-child) {
border-left: 0
}
.mw-ui-button-group>*:last-child {
border-top-right-radius: 2px;
border-bottom-right-radius: 2px
}
.mw-ui-button-group .is-on .button {
cursor: default
}
.mw-ui-icon {
position: relative;
line-height: 1.5em;
min-height: 1.5em;
min-width: 1.5em
}
.mw-ui-icon.mw-ui-icon-element {
text-indent: -999px;
overflow: hidden;
width: 3.5em;
min-width: 3.5em;
max-width: 3.5em
}
.mw-ui-icon.mw-ui-icon-element:before {
left: 0;
right: 0;
position: absolute;
margin: 0 1em
}
.mw-ui-icon.mw-ui-icon-before:before,
.mw-ui-icon.mw-ui-icon-element:before {
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: 100% auto;
float: left;
display: block;
min-height: 1.5em;
content: ''
}
.mw-ui-icon.mw-ui-icon-before:before {
position: relative;
width: 1.5em;
margin-right: 1em
}
.mw-ui-icon.mw-ui-icon-small:before {
background-size: 66.67% auto
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
ins,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
textarea,
button,
select,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline;
background: none
}
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
font-size: 100%
}
caption {
font-weight: bold
}
button {
border: 0;
background-color: transparent
}
body {
line-height: 1;
-webkit-tap-highlight-color: transparent
}
input {
line-height: normal
}
ol,
ul {
list-style: none
}
table {
border-collapse: collapse
}
html,
body {
height: 100%
}
body {
background-color: #eaecf0
}
#content {
border-top: solid 1px transparent;
background-color: #ffffff;
padding-bottom: 32px
}
.header-container {
border-bottom: solid 1px #dddddd
}
.header-container.header-chrome {
background-color: #eaecf0;
border: 0;
box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.08)
}
#searchIcon input {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
color: transparent
}
#searchIcon input:focus {
outline: none
}
.last-modified-bar {
background-color: transparent;
display: block;
color: #54595d;
transition: background-color 0.2s ease, color 0.2s ease
}
.last-modified-bar a,
.last-modified-bar a:visited {
color: #666666
}
.last-modified-bar a:nth-child(2),
.last-modified-bar a:visited:nth-child(2) {
font-weight: bold
}
.last-modified-bar #mw-mf-last-modified {
padding: 5px 16px;
background-color: #eaecf0
}
.last-modified-bar.active {
color: #fff
}
.last-modified-bar.active #mw-mf-last-modified {
background-color: #00af89
}
.last-modified-bar.active a {
color: #fff
}
.header {
display: table;
width: 100%;
border-spacing: 0;
border-collapse: collapse;
height: 3.35em;
white-space: nowrap;
border-top: 1px solid #c8ccd1;
margin-top: -1px
}
.header>div {
width: 3.35em;
position: relative;
vertical-align: middle;
display: table-cell
}
.header>div a {
display: block
}
.header .branding-box {
width: auto
}
.header .branding-box h1 {
margin-left: 5px;
font-size: 1em
}
.header .branding-box h1 span {
line-height: 1;
font-size: inherit
}
.header .branding-box h1 img {
vertical-align: middle
}
.header .branding-box h1>* {
float: left
}
.header .branding-box h1 sup {
color: #54595d;
display: none
}
.beta .header .branding-box h1 sup {
display: initial
}
.header>.header-title {
vertical-align: middle
}
.header .header-action>* {
min-height: 3.35em
}
.header>form,
.overlay-header .overlay-title {
padding: 0.15em 0
}
.header>form:last-child,
.overlay-header .overlay-title:last-child {
padding-right: 1em
}
@media all and (max-width:280px) {
.header .search {
border: 1px solid #c8ccd1;
padding: 0.5em 0.1em;
background: none
}
}
.search-box,
.header .search-box {
display: none;
width: auto
}
.search-box {
-webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}
.search-box .search {
background-image: url(/w/extensions/MobileFrontend/resources/skins.minerva.base.styles/magnifying-glass.png?0d442);
background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23777%22%20d%3D%22M5.9%2015.2c1.2%201.2%202.7%201.8%204.4%201.8%201.5%200%202.9-.5%204-1.4l4.3%203.9s1-.3%201.3-1.4l-4.3-3.9c1.6-2.4%201.3-5.7-.8-7.8-1.2-1.2-2.7-1.8-4.4-1.8-1.7-.1-3.3.6-4.4%201.8-2.5%202.4-2.5%206.4-.1%208.8zM7%207.7s.1-.1.2-.1c.9-.9%202-1.3%203.2-1.3%201.2%200%202.4.5%203.2%201.3%201.8%201.8%201.8%204.7%200%206.4-.9.9-2%201.3-3.2%201.3-1.2%200-2.4-.5-3.2-1.3-1.8-1.7-1.8-4.5-.2-6.3z%22%2F%3E%0A%3C%2Fsvg%3E%0A);
background-image: -o-linear-gradient(transparent, transparent), url(/w/extensions/MobileFrontend/resources/skins.minerva.base.styles/magnifying-glass.png?0d442);
outline: 0;
width: 100%;
background-color: #fff !important;
-webkit-appearance: none;
padding: 0.5em 0 0.5em 32px;
background-position: left 6px center;
background-repeat: no-repeat;
-webkit-background-size: 20px 20px;
background-size: 20px 20px;
border-radius: 2px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
margin-top: 0
}
input.search::-webkit-search-decoration,
input.search::-webkit-search-cancel-button,
input.search::-webkit-search-results-button,
input.search::-webkit-search-results-decoration {
display: none
}
.content h1 .edit-page {
font-size: 0.58823529em
}
.content h2 {
clear: both
}
.content h2 .edit-page {
font-size: 0.66666667em
}
.content h3 .edit-page {
font-size: 0.83333333em
}
.content .edit-page {
display: inline-block;
visibility: hidden
}
.content .open-block .edit-page {
visibility: visible
}
.content .section-heading {
width: 100%;
border-bottom: solid 1px #eaecf0;
margin-bottom: 0.5em
}
.content .section-heading .indicator {
font-size: 0.4em
}
.content .section-heading,
.content .in-block {
display: table
}
.content .section-heading .mw-headline,
.content .in-block .mw-headline {
width: 100%
}
.content .section-heading>span,
.content .in-block>span {
display: table-cell;
vertical-align: middle
}
.client-nojs .section-heading .indicator {
display: none
}
#page-secondary-actions {
clear: both
}
#page-secondary-actions a {
margin: 10px 2px 2px 0
}
#page-secondary-actions .language-selector {
margin-top: 1em
}
.truncated-text {
white-space: nowrap;
overflow: hidden;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis
}
.truncated-text.multi-line {
white-space: normal;
display: -webkit-box;
-webkit-box-orient: vertical
}
.truncated-text.two-line {
-webkit-line-clamp: 2;
max-height: 2.6em
}
.overlay #secondary-button.user-button,
.header #secondary-button.user-button,
.overlay .user-button,
.header .user-button {
position: relative
}
.overlay #secondary-button.user-button .label,
.header #secondary-button.user-button .label,
.overlay .user-button .label,
.header .user-button .label {
visibility: hidden
}
.overlay #secondary-button.user-button.loading span,
.header #secondary-button.user-button.loading span,
.overlay .user-button.loading span,
.header .user-button.loading span {
display: none
}
.notification-count {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
height: 24px;
background: #eaecf0;
color: #54595d;
cursor: pointer
}
.notification-count .circle {
border-radius: 50%;
border: 2px solid #54595d;
margin: auto;
height: 22px;
width: 22px;
display: block;
text-align: center;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center
}
.notification-count .circle span {
font-weight: bold;
font-size: 13px;
line-height: 1;
letter-spacing: -0.5px
}
.notification-count.notification-unseen {
color: #ffffff
}
.notification-count.notification-unseen .circle {
background: #dd3333;
border-color: #dd3333
}
.notification-count.zero {
display: none
}
.notification-count.max {
right: 0.2em;
width: 2em;
height: 2em;
line-height: 2em;
font-size: 0.7em
}
.mw-ui-button-group {
text-align: center
}
.mw-ui-button-group * {
float: none !important
}
.mw-ui-button-group .mw-ui-block {
width: auto
}
.transparent-shield,
.navigation-drawer {
position: absolute;
z-index: 0;
visibility: hidden
}
.content .nojs-edit {
display: inline-block;
visibility: visible;
float: right
}
.client-nojs #ca-watch,
.client-nojs #ca-edit,
#ca-talk.selected {
display: none !important
}
#page-actions .nojs-edit {
display: inline-block
}
.heading-holder {
padding: 20px 0 3.6em;
overflow: hidden;
position: relative
}
.heading-holder h1 {
padding-right: 16px
}
.heading-holder .tagline {
color: #54595d;
font-size: 0.85em;
margin: 4px 0 0
}
.heading-holder .tagline:first-letter {
text-transform: capitalize
}
#section_0 {
padding-top: 0;
padding-bottom: 0;
border-bottom: 0
}
#page-actions {
font-size: 1.1em;
float: none;
border: 0;
overflow: hidden;
position: absolute;
bottom: 0;
width: 100%;
border-top: 1px solid #eaecf0;
border-bottom: 1px solid #c8ccd1;
padding: 0.5em 0
}
#page-actions li {
display: inline-block;
position: relative;
cursor: pointer;
margin-right: 0;
margin-bottom: 0;
float: right
}
#page-actions li input {
opacity: 0
}
#page-actions li input,
#page-actions li a,
#page-actions li span,
#page-actions li button {
position: absolute;
display: block;
width: 100%;
height: 100%;
margin: 0 0 8px
}
#page-actions li button {
text-indent: inherit;
outline: none
}
#page-actions li:first-child {
margin-top: 0
}
#page-actions .language-selector {
float: left;
margin-left: -1em
}
#page-actions .language-selector.disabled {
cursor: default;
opacity: 0.25
}
#page-actions #ca-edit {
margin-right: -1em
}
@media all and (max-width:280px) {
.client-nojs #page-actions {
display: none
}
.client-nojs #section_0 {
border: 0
}
}
@media all and (min-width:720px) {
#page-actions {
position: initial;
float: right;
width: auto;
border: 0;
margin: 0 0 1em 1em
}
#page-actions .language-selector {
float: inherit
}
}
.cloaked-element {
opacity: 0;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0
}
.view-border-box *,
.view-border-box {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.mw-mf-image-replacement {
font-style: italic;
color: #72777d;
text-decoration: underline;
border: dotted 1px #c8ccd1;
padding: 10px;
display: inline-block
}
textarea {
padding: 5px 0 5px 5px;
width: 100%;
resize: none
}
.toc-mobile,
.client-nojs .toc-mobile,
.client-js .no-js-only,
.client-js .mw-redirectedfrom,
.printfooter,
.jsonly {
display: none
}
.no-js-only,
.client-js .jsonly {
display: inherit
}
.position-fixed {
position: fixed !important
}
.touch-events :focus {
outline: 0
}
.hidden {
display: none !important
}
#mw-mf-page-center {
background-color: #ffffff
}
span.mw-ui-icon {
display: inline-block
}
.open-block .mw-ui-icon-arrow:before {
-webkit-transform: scaleY(-1);
transform: scaleY(-1)
}
.lazy-image-placeholder {
background-color: #eaecf0;
display: block
}
li .lazy-image-placeholder,
span .lazy-image-placeholder {
display: inline
}
.client-nojs .lazy-image-placeholder {
display: none
}
.lazy-image-placeholder img {
opacity: 0
}
.lazy-image-placeholder.loaded {
-webkit-animation: fadeOutContainer 0.3s ease-in;
-moz-animation: fadeOutContainer 0.3s ease-in;
-o-animation: fadeOutContainer 0.3s ease-in;
animation: fadeOutContainer 0.3s ease-in;
background-color: transparent;
border: 0
}
.lazy-image-placeholder.loaded img {
-webkit-animation: fadeInImage 0.3s ease-in;
-moz-animation: fadeInImage 0.3s ease-in;
-o-animation: fadeInImage 0.3s ease-in;
animation: fadeInImage 0.3s ease-in;
opacity: 1
}
@-webkit-keyframes fadeInImage {
from {
opacity: 0
}
to {
opacity: 1
}
}
@keyframes fadeInImage {
from {
opacity: 0
}
to {
opacity: 1
}
}
@-webkit-keyframes fadeOutContainer {
from {
background-color: #eaecf0
}
to {
background-color: transparent
}
}
@keyframes fadeOutContainer {
from {
background-color: #eaecf0
}
to {
background-color: transparent
}
}
footer {
border-top: solid 1px #c8ccd1;
overflow: auto;
padding-bottom: 6px
}
footer .last-modified-bar {
border-bottom: solid 1px #c8ccd1;
background-color: #eaecf0;
display: block;
color: #666666;
line-height: 1.5em;
transition: background-color 0.2s ease, color 0.2s ease
}
footer .last-modified-bar.active {
background-color: #00af89;
color: #fff
}
footer .last-modifier-tagline {
display: block;
width: 100%;
font-size: 0.9em;
padding: 7px 2em 7px 0
}
footer .indicator {
position: absolute;
right: -1em
}
footer .indicator:before {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg)
}
.client-nojs footer .indicator {
display: none
}
footer>.post-content {
overflow: auto;
margin-top: 42px
}
footer>.post-content>* {
margin-bottom: 9px
}
footer>.post-content>h2 {
border-bottom: solid 1px #c8ccd1;
padding-bottom: 10px;
margin-top: 42px;
font-size: 1em;
font-weight: bold
}
footer>.post-content>h2:first-child {
margin-top: 0
}
footer>.post-content .hlist,
footer>.post-content .license {
font-size: 0.875em
}
.rtl footer .indicator:before {
-webkit-transform: rotate(90deg);
transform: rotate(90deg)
}
@media (min-width:720px) {
footer .last-modified-bar {
padding-left: 0;
padding-right: 0;
font-size: 1em
}
}
@media print {
.noprint,
.banner-container,
.header,
.pre-content,
.post-content {
display: none
}
h1,
h2,
h3,
h4,
h5,
h6 {
page-break-after: avoid
}
table,
figure,
img,
.lazy-image-placeholder {
page-break-inside: avoid
}
img {
max-width: 100%
}
}
html {
-webkit-text-size-adjust: none;
font-size: 100%
}
body {
font-family: 'Helvetica Neue', 'Helvetica', 'Nimbus Sans L', 'Arial', 'Liberation Sans', sans-serif;
line-height: 1.4;
color: #222222;
background: #fff
}
.pre-content,
.content,
.post-content {
margin: 0 16px
}
.content {
line-height: 1.65;
word-wrap: break-word
}
@media all and (max-width:280px) {
body {
font-size: 0.8em
}
.content {
margin: 0 12px
}
}
.client-js .collapsible-block {
display: none
}
.client-js .collapsible-block.open-block {
display: block
}
.nomobile {
display: none !important
}
@media all and (min-width:720px) {
.client-js [onclick]+.collapsible-block {
display: block
}
}
.content .thumb {
margin: 0.6em 0
}
.content .thumb .thumbinner {
margin: 0 auto;
max-width: 100% !important
}
.content .thumbcaption {
margin: 0.5em 0 0;
font-size: 0.8em;
line-height: 1.5;
padding: 0 !important;
color: #54595d;
width: auto !important
}
.content .thumbborder {
border: 1px solid #c8ccd1
}
.content .magnify {
display: none
}
.content img {
vertical-align: middle
}
.content .floatright {
clear: right;
float: right;
margin: 0 0 0.6em 0.6em
}
.content .floatleft {
clear: left;
float: left;
margin: 0 0.6em 0.6em 0
}
.content a>img {
max-width: 100% !important;
height: auto !important
}
.content .noresize {
max-width: 100%;
overflow-x: auto
}
.content .noresize a>img {
max-width: none !important
}
h1 {
font-size: 1.7em
}
h2 {
font-size: 1.5em
}
h3 {
font-size: 1.2em;
font-weight: bold
}
h4 {
font-weight: bold
}
.pre-content h1,
.content h1,
.content h2,
h3,
h4,
h5,
h6 {
font-family: 'Linux Libertine', 'Georgia', 'Times', serif;
line-height: 1.3;
word-wrap: break-word;
word-break: break-word
}
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
padding: 0.5em 0
}
blockquote {
font-family: 'Linux Libertine', 'Georgia', 'Times', serif;
font-size: 1.1em;
quotes: '\201C''\201D';
padding: 1em 25px 1em 30px;
position: relative;
overflow: hidden
}
blockquote:before {
content: open-quote;
font-size: 3em;
position: absolute;
left: 0;
top: 0
}
blockquote:after {
content: close-quote;
font-size: 3em;
line-height: 1;
position: absolute;
right: 0;
bottom: 0
}
.hlist>ul li,
ul.hlist li {
display: inline-block;
margin-right: 8px
}
.content {}
.content ul {
list-style: square inside
}
.content ul>li>ul {
list-style-type: disc
}
.content ul>li>ul>li>ul {
list-style-type: circle
}
.content ol {
list-style: decimal inside
}
.content ol ol,
.content ul ol,
.content ol ul,
.content ul ul {
margin-left: 1em
}
.content ol li,
.content ul li {
margin-bottom: 10px
}
.content ol li:last-child,
.content ul li:last-child {
margin-bottom: inherit
}
dl {
margin-left: 1em
}
dl dt {
font-weight: bold
}
body.mw-hide-empty-elt .mw-empty-elt {
display: none
}
.hlist-separated li:after {
content: '•';
padding-left: 8px;
color: #002bb8;
font-size: 16px;
line-height: 1
}
.hlist-separated :last-child:after {
content: ''
}
a {
text-decoration: none;
color: #002bb8
}
a:visited {
color: #5a3696
}
a:active {
color: #faa700
}
a:hover {
text-decoration: underline
}
a.new,
a.new:visited,
a.new:hover {
color: #cc0000
}
a.external {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAVElEQVR42n3PgQkAIAhEUXdqJ3dqJ3e6IoTPUSQcgj4EQ5IlUiLE0Jil3PECXhcHGBhZ8kg4hwxAu3MZeCGeyFnAXp4hqNQPnt7QL0nADpD6wHccLvnAKksq8iiaAAAAAElFTkSuQmCC);
background-image: url(/w/extensions/MobileFrontend/resources/skins.minerva.content.styles/images/external-link-ltr-icon.png?948bf) !ie;
background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%2306c%22%20d%3D%22M.5%203.518h5.982V9.5H.5z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M4.755-.16H9.99v5.39L8.417%206.774l-1.31-1.31L4.383%208.19%201.695%205.5l2.808-2.807-1.31-1.31z%22%20fill%3D%22%2306f%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M8.984.845l.022%204.884L7.19%203.91l-2.882%202.88L3.08%205.567l2.882-2.88L4.112.833z%22%20fill%3D%22%23fff%22%2F%3E%0A%3C%2Fsvg%3E%0A);
background-image: -o-linear-gradient(transparent, transparent), url(/w/extensions/MobileFrontend/resources/skins.minerva.content.styles/images/external-link-ltr-icon.png?948bf);
background-repeat: no-repeat;
background-position: center right;
padding-right: 13px
}
.return-link,
#mw-mf-last-modified {
display: block;
font-size: 0.9em;
margin-top: 1.5em
}
.plainlinks a {
background: none !important;
padding: 0 !important
}
.content p {
margin: 0.5em 0 1em 0
}
strong,
b {
font-weight: bold
}
em,
i {
font-style: italic
}
code,
pre {
font-family: monospace;
border: solid 1px #c8ccd1;
white-space: pre-wrap
}
code {
padding: 0.2em 0.5em
}
pre {
padding: 1em
}
sup {
vertical-align: super
}
sub {
vertical-align: sub
}
sub,
sup {
font-size: 0.75em;
line-height: 1
}
.content table {
margin: 1em 0;
overflow: auto;
overflow-y: hidden;
overflow-x: auto;
display: block;
width: 100% !important
}
.content table caption {
display: block;
text-align: left
}
.content table.wikitable {
border: 1px solid #c8ccd1
}
.content table.wikitable>tr>th,
.content table.wikitable>tr>td,
.content table.wikitable>*>tr>th,
.content table.wikitable>*>tr>td {
border: 1px solid #c8ccd1;
padding: 0.2em
}
.content table.wikitable>tr>th,
.content table.wikitable>*>tr>th {
background-color: #eaecf0
}
.collapsible td {
width: auto !important
}
.content .tmbox,
.content .ambox,
.content #coordinates,
.content .navbox,
.content .vertical-navbox,
.content .topicon,
.content .metadata {
display: none !important
}
.content table {
float: none !important;
margin-left: 0 !important;
margin-right: 0 !important
}
.content table.infobox {
font-size: 90%;
position: relative;
border: 0;
margin-bottom: 2em;
text-align: left;
background-color: #f8f9fa
}
.content table.infobox th,
.content table.infobox td {
vertical-align: top;
border: 0;
border-bottom: 1px solid #dddddd;
padding: 0.2em
}
.content table.infobox tr:last-child th,
.content table.infobox tr:last-child td {
border: 0
}
#filetoc,
.mw-editsection {
display: none
}
.skin-minerva .portal-column-left-wide,
.skin-minerva .portal-column-left,
.skin-minerva .portal-column-right,
.skin-minerva .portal-column-right-narrow {
float: none;
width: 100%
}
.references-column-count,
.column-count {
-moz-column-width: 35em;
-webkit-column-width: 35em;
column-width: 35em
}
.references li:target {
background-color: #def
}
.hatnote,
.dablink,
.rellink {
padding: 0 0 0.6em 0;
color: #72777d;
font-size: 0.8em;
font-style: italic
}
.quotebox {
margin: 0 0 0.8em !important;
width: auto !important
}
@media all and (max-width:720px) {
.gallery .gallerybox {
width: 100% !important
}
.gallery .gallerybox div {
width: 100% !important
}
.content table.multicol>tr>td,
.content table.multicol>tbody>tr>td {
display: block !important;
width: auto !important
}
.content .thumb .thumbinner {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
justify-content: center;
flex-wrap: wrap;
align-content: flex-start
}
.content .thumb .thumbinner>.thumbcaption {
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-flex: 1;
-moz-box-flex: 1;
width: 100%;
-ms-flex: 1 0 100%;
flex: 1 0 100%;
-webkit-box-ordinal-group: 1;
-moz-box-ordinal-group: 1;
-ms-flex-order: 1;
order: 1;
display: block
}
}
.mw-ui-icon-notifications:before {
background-image: url(/w/load.php?modules=skins.minerva.icons.images&image=notifications&format=rasterized&lang=fr&skin=minerva);
background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3E%0A%20%20%20%20%20%20%20%20icon-export%0A%20%20%20%20%3C%2Ftitle%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.643%2021.364c1.234%200%202.235-.956%202.235-2.136h-4.47c0%201.18%201%202.136%202.234%202.136z%22%20id%3D%22path-1%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-2%22%20x%3D%220%22%20y%3D%220%22%20width%3D%224.471%22%20height%3D%222.136%22%20fill%3D%22%23fff%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon-export%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22notificationIcon%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Bell%22%20transform%3D%22translate%282%201%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20id%3D%22Page-1-Copy%22%20stroke%3D%22%2354595D%22%20mask%3D%22url%28%23mask-2%29%22%20stroke-width%3D%224%22%20xlink%3Ahref%3D%22%23path-1%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M16.893%209.08v3.998l1.769%203.603v1.096H.623V16.68l1.769-3.603V9.08c0-2.894%201.824-5.41%204.477-6.47C7.13%201.327%208.285.383%209.643.383c1.357%200%202.511.944%202.773%202.227%202.653%201.06%204.477%203.576%204.477%206.47zM10.92%203.974H8.366c-2.438.553-4.255%202.64-4.255%205.14v4.474l-1.702%202.44h14.467l-1.702-2.44V9.114c.024-4.076-3.616-5.09-4.255-5.14z%22%20id%3D%22Combined-Shape%22%20fill%3D%22%2354595D%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A);
background-image: -o-linear-gradient(transparent, transparent), url(/w/load.php?modules=skins.minerva.icons.images&image=notifications&format=rasterized&lang=fr&skin=minerva)
}
.mw-ui-icon-mainmenu:before {
background-image: url(/w/load.php?modules=skins.minerva.icons.images&image=mainmenu&format=rasterized&lang=fr&skin=minerva);
background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ctitle%3E%0A%20%20%20%20%20%20%20%20icon-export%0A%20%20%20%20%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon-export%22%20fill%3D%22%2354595D%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22menuIcon%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M21%2019H2v-2h19v2zm0-6H2v-2h19v2zm0-6H2V5h19v2z%22%20id%3D%22Combined-Shape%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A);
background-image: -o-linear-gradient(transparent, transparent), url(/w/load.php?modules=skins.minerva.icons.images&image=mainmenu&format=rasterized&lang=fr&skin=minerva)
}
.mw-ui-icon-edit:before {
background-image: url(/w/load.php?modules=skins.minerva.icons.images&image=edit&format=rasterized&lang=fr&skin=minerva);
background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%20-410%202048%202048%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22%23777%22%3E%0A%20%20%20%20%3Cg%20id%3D%22g4%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1670.264-159.32q-108.757%200-108.757%20124.825l1.236%20109.993h216.278l-1.233-109.993q1.236-124.824-107.52-124.824zm0-144.596q102.577%200%20171.787%2077.86%2069.21%2077.86%2069.21%20190.324v111.23h108.76v484.46h-699.505V75.5h109.993V-36.968q0-112.464%2069.21-189.09%2069.208-76.623%20170.55-77.86zm-469.632%20984.992h170.55l-795.9%20716.807-510.417%2055.614L173.622%20955.44l1027.01-918.254v164.37l-892.3%20805.79q32.132%2022.245%2096.398%2086.51l795.902-719.277v306.493z%22%20id%3D%22path6%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A);
background-image: -o-linear-gradient(transparent, transparent), url(/w/load.php?modules=skins.minerva.icons.images&image=edit&format=rasterized&lang=fr&skin=minerva)
}
.mw-ui-icon-edit-enabled:before {
background-image: url(/w/load.php?modules=skins.minerva.icons.images&image=edit-enabled&format=rasterized&lang=fr&skin=minerva);
background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%20-410%202048%202048%22%20width%3D%2224%22%20height%3D%2224%22%3E%0A%20%20%20%20%3Cg%20id%3D%22g4%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M307.05%201073.838q32.507%2022.505%2097.522%2087.52L1659.846%2026.108q-33.757-60.014-101.272-82.52zm-135.03-51.26L1563.576-225.197q156.284%2026.256%20276.31%20155.034Q1959.91%2058.617%201968.663%20217.4L575.858%201470.177%2060.746%201525.19z%22%20id%3D%22path6%22%20fill%3D%22%23777%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A);
background-image: -o-linear-gradient(transparent, transparent), url(/w/load.php?modules=skins.minerva.icons.images&image=edit-enabled&format=rasterized&lang=fr&skin=minerva)
}
.mw-ui-icon-magnifying-glass:before {
background-image: url(/w/load.php?modules=skins.minerva.icons.images&image=magnifying-glass&format=rasterized&lang=fr&skin=minerva);
background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ctitle%3E%0A%20%20%20%20%20%20%20%20icon-export%0A%20%20%20%20%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon-export%22%20fill%3D%22%2354595D%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22SearchIcon%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M16.474%2015.441c1.147-1.376%201.835-3.212%201.835-5.162a7.98%207.98%200%200%200-8.03-8.029%207.98%207.98%200%200%200-8.029%208.03%207.98%207.98%200%200%200%208.03%208.029c1.72%200%203.211-.459%204.473-1.377l4.473%204.474c.46.459%201.262.459%201.836%200l.688-.688-5.276-5.277zM4.544%2010.28c0-3.211%202.524-5.735%205.735-5.735%203.212%200%205.736%202.524%205.736%205.735%200%203.212-2.524%205.736-5.736%205.736-3.211%200-5.735-2.638-5.735-5.736z%22%20id%3D%22Page-1%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A);
background-image: -o-linear-gradient(transparent, transparent), url(/w/load.php?modules=skins.minerva.icons.images&image=magnifying-glass&format=rasterized&lang=fr&skin=minerva)
}
.mw-ui-icon-language-switcher:before {
background-image: url(/w/load.php?modules=skins.minerva.icons.images&image=language-switcher&format=rasterized&lang=fr&skin=minerva);
background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2221%22%20viewBox%3D%220%200%2028%2021%22%3E%0A%20%20%20%20%3Ctitle%3E%0A%20%20%20%20%20%20%20%20uniE021%20-%20translation%0A%20%20%20%20%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22uniE021---translation%22%20fill%3D%22%23777%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M23.89%2016l1.72%205h2.37L22.44%203.94h-3.3L13.34%2021h2.37l1.59-5h6.59zm-3.3-10.09l2.77%208.13h-5.54l2.77-8.13z%22%20id%3D%22Shape%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.2%202.63h1.18L8.07%200H5.43l.66%201.31A2.34%202.34%200%200%200%208.2%202.63z%22%20id%3D%22Shape%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M16.51%204H.15v2h2.51c.79%202.27%201.98%204.24%203.69%206.08-1.85%201.44-4.09%202.23-6.33%203.01l.66%201.97c2.64-.79%205.01-1.83%207.25-3.54%201.19.92%202.77%201.84%204.62%202.36l.66-1.97c-1.45-.39-2.64-1.05-3.69-1.83%202.5-2.5%203.29-4.99%203.42-5.25l.27-.83h2.64l.66-2zm-8.58%206.67C6.61%209.41%205.43%207.77%204.9%206h6.2c-.66%201.77-1.85%203.28-3.17%204.67-2.11-2.15%200%200%200%200z%22%20id%3D%22Shape%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A);
background-image: -o-linear-gradient(transparent, transparent), url(/w/load.php?modules=skins.minerva.icons.images&image=language-switcher&format=rasterized&lang=fr&skin=minerva)
}
@media all and (min-width:720px) {
.client-js #searchIcon {
display: none
}
.header .branding-box {
width: 11.0625em
}
.header .search-box {
display: table-cell;
width: auto
}
.header .search-box .search {
width: 23.4375em
}
.toc-mobile {
display: block;
visibility: visible;
position: relative;
font-size: 1.3em;
float: left;
clear: left;
margin: 1em 0;
border: solid 1px transparent
}
.toc-mobile>h2 {
visibility: hidden;
font-family: 'Helvetica Neue', 'Helvetica', 'Nimbus Sans L', 'Arial', 'Liberation Sans', sans-serif;
font-size: 0.8em;
font-weight: bold;
border-bottom: 0;
padding: 0.7em 0
}
.content_block {
width: auto;
clear: none
}
.heading-holder {
padding: 20px 0;
position: relative
}
.heading-holder #section_0 {
border-bottom: 0;
padding: 0 0 7px 0;
font-size: 2.6525em
}
#page-actions {
padding: 18px 0 0 0
}
#page-actions li {
display: inline-block
}
#page-actions li:first-child {
margin-top: 0
}
.pre-content,
.content,
.post-content {
max-width: 55.8em;
margin: 0 3.35em
}
.content .thumb.tleft {
float: left;
clear: left;
margin-right: 1.4em
}
.content .thumb.tright {
float: right;
clear: right;
margin-left: 1.4em
}
.content blockquote {
padding-right: 35px;
padding-left: 40px
}
.content table {
display: table;
width: auto !important
}
.content table caption {
display: table-caption
}
.content table tbody {
display: table-row-group
}
#mw-mf-last-modified {
padding: 5px 0
}
.last-modified-bar {
background-color: transparent;
padding-left: 0;
padding-right: 0;
font-size: 1em
}
}
@media all and (min-width:62.5em) {
#mw-mf-page-center .mw-mf-banner,
.banner-container,
.header,
.page-header-bar,
.content-header,
.overlay-header,
.content,
.overlay-content,
.content-unstyled,
.pre-content,
.post-content,
#mw-mf-page-center .pointer-overlay {
margin-left: auto;
margin-right: auto;
max-width: 55.8em
}
.header {
max-width: 57.8em
}
}
@media all and (min-width:720px) {
table.infobox {
margin: 0.5em 0 1em 35px !important;
max-width: 320px;
width: auto !important;
float: right !important;
clear: right !important
}
#mw-mf-page-center .mw-mf-banner {
background-clip: content-box !important
}
}
/* starting inserted <style> tag in header */
.fancycaptcha-reload-loading:after,
.mw-ui-icon-spinner:after,
.fancycaptcha-reload-loading:before,
.mw-ui-icon-spinner:before {
background-image: url(data:image/gif;base64,R0lGODlhQABAAPIEALOzs05OTouLixoaGkxMTAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAEACwAAAAAQABAAAAD/0i63P4wyknrGnjYzW3OXSgyHzaeXamhaOAGkRoBNMBC7wvJT13fjpxrV4L4aMCGcOjgNY7IJGP5cDKgUiW1YVVAbdnp9lK8YsNiIbe8+KK1avLHfHzDcyQ2wc3SRZYwCk58RlF/cQ9jBHNtdYU+EoCBd0wSZ0+EiZKTC3gVkJhfYDibnFmiP5GlpiyoqRSrSa6jG5uyoieSt5e5iK2OSX67dsTFxsfICgLLzM3NdrOvztPOaNGg1NkC1tdR2tTc3crf1WHdhuTM0NfJ7e7v8BHqUq9A07v1I9n4oCLa/P02kAMIbEK6U7MMfluHSsLCULQs5dvTUB44B7weTaSYsVTBPY2GONLq2Cjgg3kgDV3KhDHkiEy8WL6BWVCmuYw4SdLLadImwZYmRW4EQrJowZ1HvSQV6pLoUqYpww3VqfNX05JDRcZTGnRrVK8UqoKlE3EsvAQAIfkEBQoABAAsBQABACwAMAAAA5dIutzOIYZHq21S3s1Vjl1YfZNoQl81rMP5kBTLulj6yCuNZjfe6h5bwwdcwIbEIuG48P2UTIVTGeQ1k9TodCHo0phbRXcscFmluAaZTMWK1+yizAFfUyt1+/2RH+8pfX+AdYJ4eoWDZYiLjI2Oj5CRkpOUlZaXlgCakpqdAI+eno6hooukoYinqIWqnYytn6+noKuQrpIJACH5BAUKAAQALAEABQA6AB4AAAOLSLrc8qLJKYMNNFMItSfX9X3cM2ahdWqluTKp+m7lvMQ2Xc8xlk+tyKr303FexCKwdUoqJcEm7rncaZyTgfbH9Eyz2nCue02Bw+JxZxSSoN8D6hP+lv/odbsNn9bv8X5FgIF3eYSCW4eKi4yNOQCQkZKSjhOTl5OVDZicAJoMnZifC6GXo6SlkKcKCQAh+QQFCgAEACwFAAEAOgAiAAADiki63M4iikervVRKzDvXkSeOEEieHjihrKW28PPGtDLX8Y23+o72PhIwKBoSO0YWYPkznQLQxnIKOGme0CyDSj06suDAltv1hsNj8vR4RqfVTFzb7YCvaXPtxV7Le+B9bSRkgWAtd4VeiouMjY4kA5GSk5OPDJSYlJYKmZ0DmwSemaCimKChpZEECQAh+QQFCgAEACwPAAUAMAAsAAADjEiwQP4wyieqmJgxzKO1HaQtYfhVpTOSqXSi7dq656zINvFe9trMu9xtZAsKfS3jEVdSLommlzDC5EinImjnin1okqCueEwum8/otHrNbrvf8LicEKjb7/c2fo9n8/8BfoB7goN5hYZziouMLQOPjQSPkwOMlJSKl5hympecnZtwoJOfoJmdlp6NpBAJACH5BAUKAAQALB0AAQAeADoAAAOQSLBA/jBKyNi8uC7Mo25d+IWiRnbjmZnqlbbSC1PsTFe2V+fKnsstgdCBmwmPAh4BicwxmbYnNChtUqtJY5W35U6VyyF4TC6bz+i0es1uuzGBeDlOD4zrdSU+n9vj+358M4F0HAOHAxKEdheIiBOBGI6HcH+Nk4mVjJKYYJiZSp+enaOTY6ShqDyqOaytjxwJACH5BAUKAAQALB0ABQAiADoAAAOTSLrc8KDJSReENdf7tGdc933hSJZmFkapirbTCm/vDNa2xeXxzkuXn3BILBqPyKRyyWwqBNCoVDqbWqewq1aQ3Vq7Xio47Cybz+i0et0MuAPH99s2qA8YcvfMbl/k9S18dXh/gYKEeYZ8DX9wJoJ3iHIpkBKNj4eWiSOVmpsenZ5zH6GMnxqlpoCkmUSpP6+wfUYJACH5BAUKAAQALA8ADwAsADAAAAOUSLrc/pCBGauNM4PLrdZd2HyfaJKlyaGp6rGUu7JySNcdiZ/x7v/AoHBILBqPyKRyyWw6BdAndMqcWgXKqzWpvSK73iOY2hiYB74xlnE+/8DlNnoRqAdcWrZ8TrDbZWQKe3x9fndAgwyGhz6JioaIew2LP46PfpVyD5Q7lpd/nZqbkKFtEJylhJOkSqhJrkiwsaA7CQAh+QQFCgAEACwFAB0AOgAeAAADhEi63P7wgUlrjThrYrvdYOiNQGhmpHeuUvqx8OJScW3feK6fQ7/jveDgFxMKiSzjERlSGpkb5xOakQapUasjwA2ABGABTProdjXhcHJaNnszafDYF3Fz0XEx0f7Gx/d2X3k/fCZ5ejmFIYc6ioaDOIEskDaOJ4yVbjWUMZIwnJ1nNmkhCQAh+QQFCgAEACwBAB0AOgAiAAADjUiz3E0wykmrrS67y7vX4OCNZBRqZdqdmepaLPPOdG3feK7fQb8DwFpvGMgBjwAXkWhEHktLJs6J9ESXTeqzcsXqtM5Jd7iTgLeQcbFsPku6bAv47VUJ7oIXVex74fEzaDl/d3E0hHmGfoSKi3+NLoiQdoyTJZKWJJiZHpucHJ6fFqGiFKSlEqeoEY83CQAh+QQFCgAEACwBAA8AMAAsAAADjkiq0/swyklZuzVrevvY4OZ5YSmNpKlaKLaqrfua8by29jvms8z/wKBwCAoYj0gkcZFsJpcEpzQAnTqr1ic2S4V6v+CweEwum8/o9FjAFoAAcMCv3dbE4zw6236X2/R7GX1wM4BuG4N+KoZvgyuMIYmLgCWSJZCVjiGUK5obmCaWGpwvnhmknX2bdTl3BAkAIfkEBQoABAAsBQAFAB4AOgAAA49Iukzzo8k5IaS42pi72o/ngWIHciV1pirJatsrrVlgZ/Rk7wHm6rwd7EIJBmfEopEnUyyPzaewSZBSncvrwqhlTLvgsHhMLpvP6LR6TRG4w+64QCuXX+t2Gb7+2vNZfnFNgXODe3R/LwCLAAqCTYyMYJGLk5SWkZiSXZSNnJefmaGbWp2alaOopaCroqMECQA7);
background-image: url(/w/extensions/MobileFrontend/resources/mobile.ajax.styles/images/ajax-loader.gif?b3af8) !ie
}
.fancycaptcha-reload:after,
.mw-ui-icon-refresh:after,
.fancycaptcha-reload:before,
.mw-ui-icon-refresh:before {
background-image: url(/w/extensions/MobileFrontend/resources/mobile.ajax.styles/images/refresh.png?a787a);
background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2017.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2240px%22%20height%3D%2240px%22%20viewBox%3D%220%200%2040%2040%22%20enable-background%3D%22new%200%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23787878%22%20d%3D%22M33.117%2C6.516c-3.263-3-7.613-4.835-12.385-4.835C10.632%2C1.681%2C2.414%2C9.899%2C2.414%2C20%0A%09s8.218%2C18.319%2C18.319%2C18.319c5.042%2C0%2C9.615-2.048%2C12.93-5.356l-3.625-3.625c-2.387%2C2.378-5.677%2C3.852-9.305%2C3.852%0A%09C13.46%2C33.189%2C7.543%2C27.273%2C7.543%2C20S13.46%2C6.811%2C20.733%2C6.811c3.357%2C0%2C6.424%2C1.263%2C8.754%2C3.336l-4.358%2C4.358h7.589h4.868v-1.68%0A%09V2.048L33.117%2C6.516z%22%2F%3E%0A%3C%2Fsvg%3E%0A%0A);
background-image: -o-linear-gradient(transparent, transparent), url(/w/extensions/MobileFrontend/resources/mobile.ajax.styles/images/refresh.png?a787a)
}
.loading.spinner {
text-align: center;
background-position: 50%;
margin: 8px auto
}
.page-list,
.topic-title-list,
.site-link-list {
overflow: hidden
}
.page-list li,
.topic-title-list li,
.site-link-list li {
color: #666666;
position: relative;
border-bottom: solid 1px #eaecf0;
padding: 0.8em 16px;
margin: -1px 0 0;
line-height: 1
}
.page-list li .watch-this-article,
.topic-title-list li .watch-this-article,
.site-link-list li .watch-this-article {
position: absolute;
right: 0;
top: 0.8em;
margin-top: 1px
}
.page-list li .watch-this-article button,
.topic-title-list li .watch-this-article button,
.site-link-list li .watch-this-article button {
position: absolute;
text-indent: inherit;
outline: none
}
.page-list li>a,
.topic-title-list li>a,
.site-link-list li>a {
display: block;
color: #666666
}
.page-list li>a:active,
.topic-title-list li>a:active,
.site-link-list li>a:active,
.page-list li>a:hover,
.topic-title-list li>a:hover,
.site-link-list li>a:hover,
.page-list li>a:visited,
.topic-title-list li>a:visited,
.site-link-list li>a:visited {
text-decoration: none;
color: #666666
}
.page-list.thumbs li,
.topic-title-list.thumbs li,
.site-link-list.thumbs li,
.page-list.side-list li,
.topic-title-list.side-list li,
.site-link-list.side-list li {
padding-left: 85px
}
.page-list .info,
.topic-title-list .info,
.site-link-list .info {
font-size: 0.7em;
text-transform: uppercase
}
.page-list .info,
.topic-title-list .info,
.site-link-list .info,
.page-list .component,
.topic-title-list .component,
.site-link-list .component {
color: #72777d;
line-height: 1.2
}
.page-list .title h3,
.topic-title-list .title h3,
.site-link-list .title h3,
.page-list .title .mw-mf-user,
.topic-title-list .title .mw-mf-user,
.site-link-list .title .mw-mf-user,
.page-list .title .component,
.topic-title-list .title .component,
.site-link-list .title .component,
.page-list .title .info,
.topic-title-list .title .info,
.site-link-list .title .info {
margin: 0.5em 0
}
.page-list.thumbs .title,
.topic-title-list.thumbs .title,
.site-link-list.thumbs .title {
padding-right: 24px
}
.page-list .list-thumb,
.topic-title-list .list-thumb,
.site-link-list .list-thumb {
position: absolute;
width: 70px;
height: 100%;
top: 0;
left: 0
}
.page-list p,
.topic-title-list p,
.site-link-list p {
font-size: 0.9em;
line-height: normal
}
.page-list.side-list .list-thumb,
.topic-title-list.side-list .list-thumb,
.site-link-list.side-list .list-thumb {
padding: 0.8em 16px;
color: #222222
}
.page-list.side-list .list-thumb p,
.topic-title-list.side-list .list-thumb p,
.site-link-list.side-list .list-thumb p {
line-height: 1.2;
margin: 0.5em 0
}
.page-list.side-list .list-thumb .timestamp,
.topic-title-list.side-list .list-thumb .timestamp,
.site-link-list.side-list .list-thumb .timestamp {
margin-bottom: 0.65em
}
.page-list .title.new h3,
.topic-title-list .title.new h3,
.site-link-list .title.new h3 {
color: #cc0000
}
@media all and (min-width:720px) {
.page-summary-list,
.topic-title-list,
.site-link-list {
padding: 0 3.35em
}
}
.page-summary h2,
.page-summary h3 {
font: inherit;
font-weight: bold;
color: #54595d
}
.page-summary h2 a,
.page-summary h3 a {
color: inherit
}
.page-summary h2 strong,
.page-summary h3 strong {
text-decoration: underline
}
.list-header {
font-weight: bold;
font-size: 0.85em;
padding: 0.5em 16px 0.4em 16px;
background-color: #eaecf0;
color: #72777d
}
.list-thumb {
background-repeat: no-repeat;
background-position: center center
}
.list-thumb.list-thumb-none {
background-color: #eaecf0;
background-image: url(/w/extensions/MobileFrontend/resources/mobile.pagesummary.styles/noimage.png?537bb);
background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2056%2056%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23eee%22%20d%3D%22M0%200h56v56H0z%22%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23999%22%20d%3D%22M36.4%2013.5H17.8v24.9c0%201.4.9%202.3%202.3%202.3h18.7v-25c.1-1.4-1-2.2-2.4-2.2zM30.2%2017h5.1v6.4h-5.1V17zm-8.8%200h6v1.8h-6V17zm0%204.6h6v1.8h-6v-1.8zm0%2015.5v-1.8h13.8v1.8H21.4zm13.8-4.5H21.4v-1.8h13.8v1.8zm0-4.7H21.4v-1.8h13.8v1.8z%22%2F%3E%0A%3C%2Fsvg%3E%0A);
background-image: -o-linear-gradient(transparent, transparent), url(/w/extensions/MobileFrontend/resources/mobile.pagesummary.styles/noimage.png?537bb)
}
.list-thumb.list-thumb-x {
-webkit-background-size: 100% auto;
background-size: 100% auto
}
.list-thumb.list-thumb-y {
-webkit-background-size: auto 100%;
background-size: auto 100%
}
@media all and (min-width:720px) {
.list-header {
padding: 0.5em 3.35em 0.4em 16px
}
}
.mw-ui-input {
background-color: #fff;
color: #000000;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
width: 100%;
border: 1px solid #a2a9b1;
border-radius: 2px;
padding: 0.625em 0.546875em 0.546875em;
box-shadow: inset 0 0 0 0.1em #fff;
font-family: inherit;
font-size: inherit;
line-height: 1.172em;
vertical-align: middle;
}
.mw-ui-input::-webkit-input-placeholder {
color: #72777d;
opacity: 1
}
.mw-ui-input:-ms-input-placeholder {
color: #72777d;
opacity: 1
}
.mw-ui-input::-moz-placeholder {
color: #72777d;
opacity: 1
}
.mw-ui-input:-moz-placeholder {
color: #72777d;
opacity: 1
}
.mw-ui-input::placeholder {
color: #72777d;
opacity: 1
}
.mw-ui-input.placeholder {
color: #72777d;
opacity: 1
}
.mw-ui-input:invalid {
box-shadow: none
}
.mw-ui-input:hover {
border-color: #72777d
}
.mw-ui-input:focus {
border-color: #3366cc;
box-shadow: inset 0 0 0 1px #3366cc;
outline: 0
}
.mw-ui-input:not( :disabled) {
-webkit-transition: color 100ms, border-color 100ms, box-shadow 100ms;
-moz-transition: color 100ms, border-color 100ms, box-shadow 100ms;
transition: color 100ms, border-color 100ms, box-shadow 100ms
}
.mw-ui-input:disabled {
border-color: #eaecf0;
color: #c8ccd1
}
.mw-ui-input[type='search'] {
-webkit-appearance: textfield
}
.mw-ui-input[type='search']::-ms-clear {
display: none
}
.mw-ui-input[type='search']::-webkit-search-cancel-button,
.mw-ui-input[type='search']::-webkit-search-decoration {
-webkit-appearance: none
}
textarea.mw-ui-input {
min-height: 8em
}
input[type='number'],
.mw-ui-input-inline {
display: inline-block;
width: auto;
max-width: 100%
}
.mw-ui-input-large {
margin-top: 0;
margin-bottom: 0
}
.mw-ui-input-large+.mw-ui-input-large {
margin-top: -1px
}
.mw-ui-input-large:focus {
position: relative
}
input.mw-ui-input-large {
font-size: 1.75em;
font-weight: bold;
line-height: 1.25em;
padding: 0.3673em 0.3265em 0.3265em
}
sup,
sub {
line-height: 0.75em
}
dfn {
font-style: normal;
font-weight: bold
}
i>dfn {
font-style: italic
}
blockquote {
quotes: """"
}
.pas-sur-mobile {
display: none
}
.italique {
font-style: italic
}
.italique i {
font-style: normal
}
.romain {
text-transform: lowercase;
font-variant: small-caps
}
.nowrap,
.mw-magiclink-isbn {
white-space: nowrap
}
sup.reference {
font-weight: normal;
font-style: normal;
white-space: nowrap
}
.hidden {
position: absolute;
left: 0;
top: -5000px;
width: 1px;
height: 1px;
overflow: hidden
}
caption.hidden {
position: static;
text-indent: -5000px
}
.wikitable th[scope=row] {
text-align: left
}
.alternance,
.alternance2 {
border-collapse: collapse
}
table.alternance>*>tr>th,
table.alternance2>*>tr>th {
background: #e6e6e6
}
.alternance tr,
.alternance th[scope="row"] {
background: #fcfcfc
}
.alternance tr:nth-child(odd),
.alternance tr:nth-child(odd) th[scope="row"] {
background: #eeeeee
}
.alternance2 tr,
.alternance2 th[scope="row"] {
background: #eeeeee
}
.alternance2 tr:nth-child(odd),
.alternance2 tr:nth-child(odd) th[scope="row"] {
background: #fcfcfc
}
.liste-horizontale ul,
.liste-horizontale li {
margin: 0;
padding: 0
}
.liste-horizontale ul ul,
.liste-horizontale li {
display: inline
}
.liste-horizontale li:after {
content: " · ";
font-weight: bold
}
.liste-horizontale li:last-child:after {
content: none
}
.liste-horizontale li li:first-child:before {
content: " (";
font-weight: normal
}
.liste-horizontale li li:last-child:after {
content: ") ";
font-weight: normal
}
.liste-simple ul {
line-height: inherit;
list-style: none none;
margin: 0
}
.liste-simple ul li {
margin-bottom: 0
}
.treeview ul {
padding: 0;
margin: 0
}
.treeview li {
padding: 0;
margin: 0;
list-style-type: none;
list-style-image: none;
zoom: 1;
}
.treeview li li {
background: url(//upload.wikimedia.org/wikipedia/commons/f/f2/Treeview-grey-line.png) no-repeat 0 -2981px;
padding-left: 20px;
text-indent: 0.3em
}
.treeview li li.lastline {
background-position: 0 -5971px
}
.treeview li.emptyline>ul {
margin-left: -1px
}
.treeview li.emptyline>ul>li:first-child {
background-position: 0 9px
}
.bandeau-discussion,
.bandeau-article,
.bandeau-simple,
.bandeau-systeme {
clear: both;
margin: 8px 0 12px;
border-style: solid;
border-width: 1px 0;
padding: 2px 5px;
text-align: left
}
div.bandeau-section {
display: block;
margin: 0 0 .7em 0;
overflow: hidden;
border-style: solid;
border-width: 1px 0;
padding: 2px 0 1px 4px;
text-align: left
}
.bandeau-icone {
display: none
}
.bandeau-cell p:last-child {
margin-bottom: 0
}
.bandeau-niveau-grave {
border-color: #aa0044;
background-color: #ffcccc
}
.bandeau-niveau-modere {
border-color: #ff8822;
background-color: #ffeedd
}
.bandeau-niveau-information {
border-color: #77ccff;
background-color: #fbfbfb
}
.bandeau-niveau-ebauche {
display: none
}
.bandeau-niveau-detail,
.bandeau-section.bandeau-niveau-information {
border-color: #e7e7e7;
background-color: #fdfdfd
}
.portail-gauche {
float: left
}
.portail-droite {
float: right
}
@media screen and (max-width:65em) {
.portail-gauche,
.portail-droite {
float: none;
width: auto !important
}
}
.mw-empty-li {
display: none
}
.infobox_v2 {
font-size: 90%;
line-height: 1.1em;
border-spacing: 5px;
border-collapse: separate;
background: #f9f9f9
}
.infobox_v2 th {
vertical-align: super;
text-align: left
}
.infobox_v2 .entete {
height: 43px;
vertical-align: middle;
text-align: center;
font-size: 140%;
font-weight: bolder;
line-height: 1.1em;
color: #000
}
.infobox_v2 .media {
height: 35px;
vertical-align: middle;
text-align: center;
font-weight: bolder;
color: #000
}
@media screen and (min-width:720px) {
table.infobox_v2 {
width: 294px !important
}
table.infobox_v2,
.infobox_v3 {
clear: right;
float: right !important;
margin: 0 0 0.5em 1em
}
}
div.infobox_v3 {
font-size: 0.9em;
line-height: 1.4em;
max-width: 325px;
margin: auto;
word-wrap: break-word;
background: #f9f9f9
}
.infobox_v3 .entete {
display: table;
height: 45px;
width: 100%;
font-weight: bold;
text-align: center;
font-size: 1.4em;
line-height: 1.1em;
margin-bottom: 10px;
background-color: #dfedff
}
.infobox_v3 .entete>div {
display: table-cell;
vertical-align: middle;
padding: 3px
}
.infobox_v3 .images {
text-align: center;
display: flex;
justify-content: space-around;
align-items: center
}
.infobox_v3 .images a {
max-width: 100%
}
.infobox_v3 .images img {
max-width: 99%;
height: auto
}
.infobox_v3 .legend {
font-size: 0.9em;
text-align: center;
margin: 5px 0 8px 0
}
.infobox_v3 table {
width: 100% !important;
margin: 5px 0;
table-layout: fixed;
border-collapse: collapse
}
.infobox_v3 th[scope="col"] {
text-align: center;
word-wrap: normal
}
.infobox_v3 th[scope=row] {
text-align: left;
padding-right: 10px;
width: 8em;
max-width: 140px;
word-wrap: normal
}
.infobox_v3 th[scope=row],
.infobox_v3 td {
padding-top: 4px;
vertical-align: super
}
.infobox_v3 .middle {
vertical-align: middle
}
.infobox_v3 .left td {
text-align: left
}
.infobox_v3 .vborder td {
border-left: 1px dotted #aaa
}
.infobox_v3 .vborder td:first-child {
border-left: none
}
.infobox_v3 .data {
text-align: center
}
.infobox_v3 .bloc,
.infobox_v3 .bordered,
.infobox_v3 caption {
font-weight: bold;
text-align: center;
line-height: 1.1em;
margin: 0 0 5px 0;
padding: 4px
}
.infobox_v3 caption,
.infobox_v3 .bloc {
background: #dfedff
}
.infobox_v3 .bloc {
margin: 5px 0
}
.infobox_v3 .bordered {
border-top: 1px solid #dfedff;
border-bottom: 1px solid #dfedff;
background: transparent
}
.infobox_v3 caption.hidden {
margin: 0 !important;
padding: 0 !important
}
.infobox_v3 .hr {
font-size: 1px;
line-height: 1px;
margin: 5px 0;
background-color: #dfedff
}
.infobox_v3 .hr.collapse {
margin: 5px 0 -8px 0;
position: relative;
}
.infobox_v3 .navbar {
text-align: right;
font-size: 0.8em
}
.infobox_v3 .navbar .plainlinks {
float: left
}
.infobox_v3 .overflow {
overflow: hidden
}
.infobox_v3 .bordered.nav,
.infobox_v3 .bordered.navbar {
border-bottom: 0 !important;
font-weight: normal !important
}
.infobox_v3 .prev a,
.infobox_v3 .prev_bloc {
background: url(//upload.wikimedia.org/wikipedia/commons/thumb/4/49/ArrowLeftNavbox.svg/12px-ArrowLeftNavbox.svg.png) no-repeat left center;
float: left;
max-width: 40%;
padding: 0 0 0 18px;
text-align: left
}
.infobox_v3 .next a,
.infobox_v3 .next_bloc {
background: url(//upload.wikimedia.org/wikipedia/commons/thumb/1/10/ArrowRightNavbox.svg/12px-ArrowRightNavbox.svg.png) no-repeat right center;
float: right;
max-width: 40%;
padding: 0 18px 0 0;
text-align: right
}
.infobox_v3 table.maillot-equipe td {
padding: 0
}
.infobox_v3 table.maillot-equipe {
table-layout: auto
}
#accueil_2017_en-tete {
display: inline-block;
margin: auto;
min-width: 100%;
padding: auto 1rem;
background: #EDF4F7;
background: linear-gradient(top, #fff 0%, #e8f2f8 100%);
background: -moz-linear-gradient(top, #fff 0%, #e8f2f8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e8f2f8));
background: -webkit-linear-gradient(top, #fff 0%, #e8f2f8 100%);
background: -o-linear-gradient(top, #fff 0%, #e8f2f8 100%);
background: -ms-linear-gradient(top, #fff 0%, #e8f2f8 100%);
background: linear-gradient(top, #fff 0%, #e8f2f8 100%);
box-shadow: inset 0 0 1rem -1rem #a8d7fc
}
.accueil_2017_cadre {
padding: 3%
}
.bouton_accueil_bandeau_2017 h2.titre-wikipedia {
font-size: 200%;
font-weight: bold;
color: #457;
font-family: 'Open Sans', Sans-serif;
border-bottom: none;
margin-bottom: 0
}
.bouton_accueil_bandeau_2017 .sous-titre {
padding-left: 40px;
padding-top: 0;
margin-top: 0
}
#accueil-contenu .accueil_2017_titres,
#accueil-pied .accueil_2017_titres {
font-variant: small-caps;
letter-spacing: .01em;
display: block;
border-bottom: solid 0.2rem #bdd8fb;
margin: -0.4rem 0 0.1rem
}
@media print {
#centralNotice {
display: none
}
}
.cn-closeButton {
display: inline-block;
zoom: 1;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAACeklEQVR4Aa1UM3jkcRBN6qS//tTFttPHqmI359VZ5dm2L1zFtr02YlRx5sX2ft/7ed7O/w1M5ufnt8NZQjCBQXhG+IYZe5zjfju7xcHc3NzEzMwM6xOEqNnZ2ZeVlZW827dv1ycmJnbGx8d3Yr5582Z9eXk5D/d4h/empqYm+K0nw3yKcF4sFmdzOJzGgIAAhb29vc7Ozk6/Atrr/fz8lCwWq6m3tzcb72G3nmzFo/NNTU354eHhIltbW72Tk5M2IyND9P79+8ZPnz7VvXnzpoHBYPS4uLhobGxsDMHBwaLa2tp82MF+PVmUUqnMioiI6LOysjLQLCcPS2ZmZn7Ozc39oPtFYG80GgWpqakSS0tLY1hYmEgikWTBfoXsLD16BT3gUWhoqEKtVheREZ+Qu0IEjI+PZ2k0GqFer+cnJSWJra2tDWw2u2FqauoVeEAW3NzcnBcYGCh3dHTUtba2ltNjLvRJSEiQEQEPRENDQzkMBqPXwsKiXyqVFsFDNzc3LWmoqKmp4YIHZIyHDx9WOzg46GJiYmTk5e/h4eHstLQ0CX2ykXST4JPJ8y7sSVM5/QGMf9y4caMHf3r//v1a8IDsGRm04/D58+dtpNFPPNRqtflXrlzpI8G15IEGc2xsrFSlUglwD+Tk5NRBmuTk5A7wgOxbXFxcF8iysrIa1mskEolKvL29Ne7u7mpXV1dNaWlp9fr7X79+VYMMeQieY/dsv5p1r2g2Nja2vWZ7RXNiYuIA0dwlzwYGBjbkGXmURXeLeUa1ul2ebV8BEH+7CiAiASTYvgJ2qc3MzMzF2vz8+XPd27dvG5hMZg+CsV1tHmfXOP5+dqyddgHOI7v1srTdcwAAAABJRU5ErkJggg==);
background: url(/w/extensions/CentralNotice/resources/subscribing/CloseWindow19x19.png?7596b) !ie;
width: 19px;
height: 19px;
text-indent: 19px;
white-space: nowrap;
overflow: hidden
}
@-webkit-keyframes centralAuthPPersonalAnimation {
0% {
opacity: 0;
-webkit-transform: translateY(-20px)
}
100% {
opacity: 1;
-webkit-transform: translateY(0)
}
}
@-moz-keyframes centralAuthPPersonalAnimation {
0% {
opacity: 0;
-moz-transform: translateY(-20px)
}
100% {
opacity: 1;
-moz-transform: translateY(0)
}
}
@-o-keyframes centralAuthPPersonalAnimation {
0% {
opacity: 0;
-o-transform: translateY(-20px)
}
100% {
opacity: 1;
-o-transform: translateY(0)
}
}
@keyframes centralAuthPPersonalAnimation {
0% {
opacity: 0;
transform: translateY(-20px)
}
100% {
opacity: 1;
transform: translateY(0)
}
}
.centralAuthPPersonalAnimation {
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: centralAuthPPersonalAnimation;
-moz-animation-name: centralAuthPPersonalAnimation;
-o-animation-name: centralAuthPPersonalAnimation;
animation-name: centralAuthPPersonalAnimation
}
@media screen {
.tochidden,
.toctoggle {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none
}
.toctoggle {
font-size: 94%
}
}
@media print {
#toc.tochidden,
.toctoggle {
display: none
}
}
.mw-ui-icon-cleanup:before {
background-image: url(/w/load.php?modules=mobile.issues.images&image=cleanup&format=rasterized&lang=fr&skin=minerva&version=096qwgg);
background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2080%2080%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%2336b%22%20d%3D%22M1.112%2073.678L39.997%206.322%2078.89%2073.678z%22%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M43.525%2057.7v7.103h-6.823V57.7h6.823zm-2.03-5.905h-3.27L36.47%2039.55v-7.854h6.825v7.854l-1.8%2012.245z%22%2F%3E%0A%3C%2Fsvg%3E%0A);
background-image: -o-linear-gradient(transparent, transparent), url(/w/load.php?modules=mobile.issues.images&image=cleanup&format=rasterized&lang=fr&skin=minerva&version=096qwgg)
}
.mw-ui-icon-cleanup-gray:before {
background-image: url(/w/load.php?modules=mobile.issues.images&image=cleanup-gray&format=rasterized&lang=fr&skin=minerva&version=096qwgg);
background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2080%2080%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23ccc%22%20d%3D%22M1.092%2073.695l38.906-67.39%2038.91%2067.39z%22%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M43.528%2057.71v7.104h-6.83V57.71h6.83zm-2.03-5.908h-3.275L36.47%2039.55v-7.86h6.827v7.858l-1.8%2012.254z%22%2F%3E%0A%3C%2Fsvg%3E%0A);
background-image: -o-linear-gradient(transparent, transparent), url(/w/load.php?modules=mobile.issues.images&image=cleanup-gray&format=rasterized&lang=fr&skin=minerva&version=096qwgg)
}
.mw-ui-icon-mf-anonymous:before {
background-image: url(/w/load.php?modules=mobile.mainMenu.icons&image=anonymous&format=rasterized&lang=fr&skin=minerva&version=096qwgg);
background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%20width%3D%2248%22%20height%3D%2248%22%3E%3Cpath%20d%3D%22M37.5%205.492h-32v32c0%204.53%203.47%208%208%208h32v-32c0-4.53-3.47-8-8-8zm-24.8%2014.4c-1.34-1.06-1.87-2.13-1.87-3.73%201.6%201.6%204%202.4%206.67%202.4s5.07-.8%206.67-2.4c0%201.6-.53%202.67-1.87%203.73-1.33%201.07-2.93%201.6-4.8%201.6-1.87%200-3.47-.53-4.8-1.6zm22.4%2011.47c0%20.53-.27.8-.8%201.07-2.67%201.6-5.87%202.4-9.33%202.4-3.2%200-6.13-.8-8.8-2.67-.53-.27-.53-.53-.8-1.07-.27-.53%200-.8.27-1.33s.53-.53%201.07-.8c.53-.27.8%200%201.33.27%202.13%201.33%204.53%202.13%207.47%202.13%202.939%200%205.33-.53%207.469-1.87.27-.27.8-.27%201.33-.27s.8.27%201.07.8c-.28.54-.019%201.07-.28%201.34zm3.2-11.47c-1.33%201.07-2.93%201.6-4.8%201.6-1.87%200-3.47-.53-4.8-1.6-1.34-1.06-1.87-2.13-1.87-3.73%201.6%201.6%204%202.4%206.67%202.4s5.07-.8%206.67-2.4c-.01%201.6-.54%202.67-1.87%203.73z%22%2F%3E%3C%2Fsvg%3E);
background-image: -o-linear-gradient(transparent, transparent), url(/w/load.php?modules=mobile.mainMenu.icons&image=anonymous&format=rasterized&lang=fr&skin=minerva&version=096qwgg)
}
.mw-ui-icon-mf-home:before {
background-image: url(/w/load.php?modules=mobile.mainMenu.icons&image=home&format=rasterized&lang=fr&skin=minerva&version=096qwgg);
background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cpath%20d%3D%22M20%2040V28h8v12h10V24h6L24%206%204%2024h6v16z%22%2F%3E%3C%2Fsvg%3E);
background-image: -o-linear-gradient(transparent, transparent), url(/w/load.php?modules=mobile.mainMenu.icons&image=home&format=rasterized&lang=fr&skin=minerva&version=096qwgg)
}
.mw-ui-icon-mf-logout:before {
background-image: url(/w/load.php?modules=mobile.mainMenu.icons&image=logout&format=rasterized&lang=fr&skin=minerva&version=096qwgg);
background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cpath%20d%3D%22M26%206h-4v20h4V6zm9.67%204.33l-2.83%202.83C35.98%2015.73%2038%2019.62%2038%2024c0%207.73-6.27%2014-14%2014s-14-6.27-14-14c0-4.38%202.02-8.27%205.16-10.84l-2.83-2.83C8.47%2013.63%206%2018.52%206%2024c0%209.94%208.06%2018%2018%2018s18-8.06%2018-18c0-5.48-2.47-10.37-6.33-13.67z%22%2F%3E%3C%2Fsvg%3E);
background-image: -o-linear-gradient(transparent, transparent), url(/w/load.php?modules=mobile.mainMenu.icons&image=logout&format=rasterized&lang=fr&skin=minerva&version=096qwgg)
}
.mw-ui-icon-mf-nearby:before {
background-image: url(/w/load.php?modules=mobile.mainMenu.icons&image=nearby&format=rasterized&lang=fr&skin=minerva&version=096qwgg);
background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%20width%3D%2248%22%20height%3D%2248%22%3E%3Cpath%20d%3D%22M40.405%2018.878c0-8.906-7.08-15.977-15.978-15.977S8.45%209.98%208.45%2018.878c0%203.204.91%205.94%202.507%208.448L24.427%2044l13.47-16.666c1.598-2.515%202.508-5.252%202.508-8.456zm-15.978%209.144c-5.022%200-9.127-4.113-9.127-9.127%200-5.015%204.105-9.144%209.127-9.144%205.023%200%209.128%204.113%209.128%209.127%200%205.015-4.105%209.144-9.128%209.144z%22%2F%3E%3C%2Fsvg%3E);
background-image: -o-linear-gradient(transparent, transparent), url(/w/load.php?modules=mobile.mainMenu.icons&image=nearby&format=rasterized&lang=fr&skin=minerva&version=096qwgg)
}
.mw-ui-icon-mf-profile:before {
background-image: url(/w/load.php?modules=mobile.mainMenu.icons&image=profile&format=rasterized&lang=fr&skin=minerva&version=096qwgg);
background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%20width%3D%2248%22%20height%3D%2248%22%3E%3Cpath%20d%3D%22M36%204H4v32c0%204.53%203.47%208%208%208h32V12c0-4.53-3.47-8-8-8zm-5.34%2010.67c1.87%200%203.2%201.6%203.2%203.2s-1.6%203.2-3.2%203.2-3.2-1.6-3.2-3.2%201.34-3.2%203.2-3.2zm-13.33%200c1.87%200%203.2%201.6%203.2%203.2s-1.33%203.47-3.2%203.47-3.2-1.6-3.2-3.2%201.33-3.47%203.2-3.47zM36%2029.07c0%20.53-.27.8-.8%201.33-1.87%201.6-4.27%202.67-6.93%203.47-2.67.8-5.6.53-8.27%200s-5.33-2.4-7.2-4c-.27-.27-.53-.8-.53-1.07s.27-.8.53-1.07c.27-.27.8-.53%201.07-.53.53%200%20.8.27%201.07.53%201.33%201.33%203.2%202.4%205.6%202.93%202.4.53%204.53.53%206.93%200%202.4-.53%204.27-1.33%205.6-2.67.27-.27.8-.53%201.07-.53s.8.27%201.33.53c.53.28.53.55.53%201.08z%22%2F%3E%3C%2Fsvg%3E);
background-image: -o-linear-gradient(transparent, transparent), url(/w/load.php?modules=mobile.mainMenu.icons&image=profile&format=rasterized&lang=fr&skin=minerva&version=096qwgg)
}
.mw-ui-icon-mf-random:before {
background-image: url(/w/load.php?modules=mobile.mainMenu.icons&image=random&format=rasterized&lang=fr&skin=minerva&version=096qwgg);
background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%20width%3D%2248%22%20height%3D%2248%22%3E%3Cpath%20d%3D%22M36%204H4v32c0%204.267%203.475%208%208%208h32V12c0-4.525-3.742-8-8-8zM13.327%2036c-2.138%200-4-1.862-4-4s1.862-4%204-4%204%201.862%204%204-1.862%204-4%204zm0-16c-2.138%200-4-1.862-4-4s1.862-4%204-4%204%201.862%204%204-1.862%204-4%204zM24%2028c-2.138%200-4-1.862-4-4s1.862-4%204-4%204%201.862%204%204-1.862%204-4%204zm10.664%208c-2.139%200-4-1.862-4-4s1.861-4%204-4c2.138%200%204%201.862%204%204s-1.862%204-4%204zm0-16c-2.139%200-4-1.862-4-4s1.861-4%204-4c2.138%200%204%201.862%204%204s-1.862%204-4%204z%22%2F%3E%3C%2Fsvg%3E);
background-image: -o-linear-gradient(transparent, transparent), url(/w/load.php?modules=mobile.mainMenu.icons&image=random&format=rasterized&lang=fr&skin=minerva&version=096qwgg)
}
.mw-ui-icon-mf-settings:before {
background-image: url(/w/load.php?modules=mobile.mainMenu.icons&image=settings&format=rasterized&lang=fr&skin=minerva&version=096qwgg);
background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%20width%3D%2248%22%20height%3D%2248%22%3E%3Cpath%20d%3D%22M44%2027.634v-7.26l-4.498-.752c-.247-1-.752-2-1.496-3.497l2.754-3.754-5.25-5.25-3.754%202.753c-1.249-.752-2.497-1.248-3.497-1.496l-.496-4.498h-7.251l-.753%204.498c-1.248.248-2.249.753-3.497%201.496l-3.754-2.753-5.25%205.25%202.488%203.754c-.753%201.248-1%202.249-1.496%203.497L4%2020.118v7.25l4.498.753c.247%201.249.752%202.25%201.496%203.497l-2.497%203.754%205.25%205.25%203.754-2.496c1%20.496%202.249%201%203.497%201.496l.753%204.498h7.499l.752-4.498c1.249-.248%202.249-.753%203.497-1.496l3.754%202.753%205.25-5.25-2.753-3.745c.752-1.248%201.248-2.497%201.496-3.497L44%2027.634zM24%2031.38c-4.25%200-7.499-3.249-7.499-7.499s3.25-7.498%207.499-7.498c4.25%200%207.499%203.249%207.499%207.498%200%204.25-3.25%207.5-7.499%207.5z%22%2F%3E%3C%2Fsvg%3E);
background-image: -o-linear-gradient(transparent, transparent), url(/w/load.php?modules=mobile.mainMenu.icons&image=settings&format=rasterized&lang=fr&skin=minerva&version=096qwgg)
}
.mw-ui-icon-mf-watchlist:before {
background-image: url(/w/load.php?modules=mobile.mainMenu.icons&image=watchlist&format=rasterized&lang=fr&skin=minerva&version=096qwgg);
background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%20width%3D%2248%22%20height%3D%2248%22%3E%3Cpath%20d%3D%22M26.667%2030.667H40v2.666H26.667v-2.666zm0%208H40V36H26.667v2.667zm0%202.666H40V44H26.667v-2.667zM24%2028v8l-13.333%208%202.666-16-10.666-8%2016-2.667L24%204s5.07%2013.333%205.333%2013.333l16%202.667-10.666%208H24z%22%2F%3E%3C%2Fsvg%3E);
background-image: -o-linear-gradient(transparent, transparent), url(/w/load.php?modules=mobile.mainMenu.icons&image=watchlist&format=rasterized&lang=fr&skin=minerva&version=096qwgg)
}
.mw-ui-icon-mf-contributions:before {
background-image: url(/w/load.php?modules=mobile.mainMenu.icons&image=contributions&format=rasterized&lang=fr&skin=minerva&version=096qwgg);
background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3Csvg%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eedit-history%3C%2Ftitle%3E%3Cpath%20d%3D%22M42.88%2029.968c-1.85%209.98-10.664%2017.152-21.262%2017.152C9.679%2047.12%200%2037.52%200%2025.68%200%2013.84%209.68%204.24%2021.618%204.24c.68%200%20.68%201.947%200%201.949-10.853.038-19.653%208.727-19.653%2019.49%200%2010.765%208.8%2019.492%2019.653%2019.492%209.507%200%2017.726-6.305%2019.547-15.203h1.715zm-.857-5.146l-4.289%205.146h8.576l-4.287-5.146zm-25.557-.282v6.457h6.457l19.043-19.043-6.457-6.457L16.466%2024.54zM46.959%206.96a1.715%201.715%200%200%200%200-2.427L42.93.503a1.715%201.715%200%200%200-2.428%200l-3.15%203.152%206.456%206.456%203.151-3.15z%22%2F%3E%3C%2Fsvg%3E);
background-image: -o-linear-gradient(transparent, transparent), url(/w/load.php?modules=mobile.mainMenu.icons&image=contributions&format=rasterized&lang=fr&skin=minerva&version=096qwgg)
}
.mw-ui-icon-overlay-close:before {
background-image: url(/w/load.php?modules=mobile.overlay.images&image=overlay-close&format=rasterized&lang=fr&skin=minerva&version=096qwgg);
background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ctitle%3E%0A%20%20%20%20%20%20%20%20icon-export%0A%20%20%20%20%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon-export%22%20fill%3D%22%2354595D%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22close%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Page-1%22%20d%3D%22M19.75%205.592L18.158%204l-6.283%206.283L5.592%204%204%205.592l6.283%206.283L4%2018.158l1.592%201.592%206.283-6.283%206.283%206.283%201.592-1.592-6.283-6.283z%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A);
background-image: -o-linear-gradient(transparent, transparent), url(/w/load.php?modules=mobile.overlay.images&image=overlay-close&format=rasterized&lang=fr&skin=minerva&version=096qwgg)
}
.mw-ui-icon-overlay-close-gray:before {
background-image: url(/w/load.php?modules=mobile.overlay.images&image=overlay-close&variant=gray&format=rasterized&lang=fr&skin=minerva&version=096qwgg);
background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22%23BBB%22%3E%0A%20%20%20%20%3Ctitle%20xmlns%3Adefault%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%20%20%20%20icon-export%0A%20%20%20%20%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20xmlns%3Adefault%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Page-1%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon-export%22%20fill%3D%22%2354595D%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22close%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Page-1%22%20d%3D%22M19.75%205.592L18.158%204l-6.283%206.283L5.592%204%204%205.592l6.283%206.283L4%2018.158l1.592%201.592%206.283-6.283%206.283%206.283%201.592-1.592-6.283-6.283z%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fg%3E%3C%2Fsvg%3E%0A);
background-image: -o-linear-gradient(transparent, transparent), url(/w/load.php?modules=mobile.overlay.images&image=overlay-close&variant=gray&format=rasterized&lang=fr&skin=minerva&version=096qwgg)
}
.mw-ui-icon-overlay-close-invert:before {
background-image: url(/w/load.php?modules=mobile.overlay.images&image=overlay-close&variant=invert&format=rasterized&lang=fr&skin=minerva&version=096qwgg);
background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22%23FFFFFF%22%3E%0A%20%20%20%20%3Ctitle%20xmlns%3Adefault%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%20%20%20%20icon-export%0A%20%20%20%20%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20xmlns%3Adefault%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Page-1%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon-export%22%20fill%3D%22%2354595D%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22close%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22Page-1%22%20d%3D%22M19.75%205.592L18.158%204l-6.283%206.283L5.592%204%204%205.592l6.283%206.283L4%2018.158l1.592%201.592%206.283-6.283%206.283%206.283%201.592-1.592-6.283-6.283z%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fg%3E%3C%2Fsvg%3E%0A);
background-image: -o-linear-gradient(transparent, transparent), url(/w/load.php?modules=mobile.overlay.images&image=overlay-close&variant=invert&format=rasterized&lang=fr&skin=minerva&version=096qwgg)
}
.mw-ui-icon-citation:before {
background-image: url(/w/load.php?modules=mobile.references.images&image=citation&format=rasterized&lang=fr&skin=minerva&version=096qwgg);
background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2229.143%22%20viewBox%3D%220%200%2012%2014.571428%22%3E%0A%20%20%20%20%3Cg%20id%3D%22g3%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.714%206.857L6%205.143%204.286%206.857V1.714H2.57v11.143h6.86s.856%200%20.856-.857V1.714H7.714v5.143z%22%20id%3D%22path5%22%20fill%3D%22none%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200v14.57h10.286c.857%200%201.714-.856%201.714-1.713V0H0zm10.286%2012c0%20.857-.857.857-.857.857H2.57V1.714h1.716v5.143L6%205.143l1.714%201.714V1.714h2.572V12z%22%20id%3D%22path7%22%20fill%3D%22%23575757%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A);
background-image: -o-linear-gradient(transparent, transparent), url(/w/load.php?modules=mobile.references.images&image=citation&format=rasterized&lang=fr&skin=minerva&version=096qwgg)
}
.mw-ui-icon-clear:before {
background-image: url(/w/load.php?modules=mobile.search.images&image=clear&format=rasterized&lang=fr&skin=minerva&version=096qwgg);
background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eclear-field%3C%2Ftitle%3E%3Cpath%20d%3D%22M9%200C4.05%200%200%204.05%200%209s4.05%209%209%209%209-4.05%209-9-4.05-9-9-9zm4.5%2012.375L12.375%2013.5%209%2010.125%205.625%2013.5%204.5%2012.375%207.875%209%204.5%205.625%205.625%204.5%209%207.875%2012.375%204.5%2013.5%205.625%2010.125%209l3.375%203.375z%22%20fill%3D%22%23BCC2C7%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E%0A);
background-image: -o-linear-gradient(transparent, transparent), url(/w/load.php?modules=mobile.search.images&image=clear&format=rasterized&lang=fr&skin=minerva&version=096qwgg)
}
.mw-ui-icon-watch:before {
background-image: url(/w/load.php?modules=skins.minerva.icons.images.scripts&image=watch&format=rasterized&lang=fr&skin=minerva&version=096qwgg);
background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20width%3D%2224%22%20height%3D%2223%22%20viewBox%3D%220%200%2024%2023%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ctitle%3E%0A%20%20%20%20%20%20%20%20Shape%0A%20%20%20%20%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard-1%22%20fill%3D%22%23777%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12%204.512l2.267%204.777%205.333.663L16%2013.67l.667%205.174L12%2016.588l-4.8%202.256.8-5.175-3.733-3.717%205.2-.664L12%204.51zM12%200L8.267%207.432%200%208.626l6%205.84-1.467%208.094L12%2018.58l7.333%203.98L18%2014.332l6-5.84L15.6%207.3%2012%200z%22%20id%3D%22Shape%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A);
background-image: -o-linear-gradient(transparent, transparent), url(/w/load.php?modules=skins.minerva.icons.images.scripts&image=watch&format=rasterized&lang=fr&skin=minerva&version=096qwgg)
}
.mw-ui-icon-watched:before {
background-image: url(/w/load.php?modules=skins.minerva.icons.images.scripts&image=watched&format=rasterized&lang=fr&skin=minerva&version=096qwgg);
background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20width%3D%2224%22%20height%3D%2223%22%20viewBox%3D%220%200%2024%2023%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ctitle%3E%0A%20%20%20%20%20%20%20%20watchlist-filled%0A%20%20%20%20%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Artboard-1%22%20fill%3D%22%2300AF89%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12%200L8.267%207.432%200%208.626l6%205.84-1.467%208.094L12%2018.58l7.333%203.98L18%2014.332l6-5.84L15.6%207.3%2012%200z%22%20id%3D%22watchlist-filled%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A);
background-image: -o-linear-gradient(transparent, transparent), url(/w/load.php?modules=skins.minerva.icons.images.scripts&image=watched&format=rasterized&lang=fr&skin=minerva&version=096qwgg)
}
.mw-ui-icon-user:before {
background-image: url(/w/load.php?modules=skins.minerva.icons.images.scripts&image=user&format=rasterized&lang=fr&skin=minerva&version=096qwgg);
background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22271.5%2072.8%2016%2016%22%3E%0A%20%20%20%20%3Cg%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M273.59%2072.8c-2.03%200-2.09%201.907-2.09%202.032V88.8h13.91c2.03%200%202.09-1.907%202.09-2.032V72.8h-13.91z%22%20fill%3D%22%23d0d0d0%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22%23fff%22%20transform%3D%22matrix%28.042%200%200%20.042%20259.047%2068.752%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%22437%22%20cy%3D%22234.1%22%20r%3D%2228%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%22553.5%22%20cy%3D%22234.1%22%20r%3D%2228%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M279.88%2085.338c-1.8%200-3.533-.617-4.583-1.61-.248-.247-.248-.68%200-.927s.68-.245.928%200c.806.81%202.167%201.24%203.654%201.24%201.42%200%202.786-.43%203.59-1.24.246-.245.68-.245.926%200s.248.68%200%20.93c-1.113.988-2.722%201.61-4.52%201.61z%22%20fill%3D%22%23fff%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A);
background-image: -o-linear-gradient(transparent, transparent), url(/w/load.php?modules=skins.minerva.icons.images.scripts&image=user&format=rasterized&lang=fr&skin=minerva&version=096qwgg)
}
.mw-ui-icon-anonymous:before {
background-image: url(/w/load.php?modules=skins.minerva.icons.images.scripts&image=anonymous&format=rasterized&lang=fr&skin=minerva&version=096qwgg);
background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M2.112%200C.117%200%200%201.932%200%201.994V16h13.888C15.883%2016%2016%2014.068%2016%2014.006V0H2.112zm.426%204.89s.726.726%202.295.726l2.233-.726c0%201.026-1.027%201.81-2.295%201.81s-2.23-.782-2.23-1.81zm8.935%206.517c-.543.3-1.148.542-1.81.726-.544.12-1.15.18-1.754.18-.73%200-1.39-.122-2.056-.3-.605-.18-1.206-.422-1.69-.727-.3-.18-.42-.605-.18-.905.18-.3.606-.42.907-.176.364.242.848.42%201.328.542%201.026.3%202.173.3%203.2.058a5.11%205.11%200%200%200%201.45-.542c.3-.18.724-.057.904.243.125.305.004.726-.3.905zM11.415%206.7c-1.27%200-2.295-.846-2.295-1.81%200%200%20.726.726%202.295.726l2.233-.726c.063%201.026-.964%201.81-2.233%201.81z%22%20fill%3D%22%23e7beba%22%2F%3E%0A%3C%2Fsvg%3E%0A);
background-image: -o-linear-gradient(transparent, transparent), url(/w/load.php?modules=skins.minerva.icons.images.scripts&image=anonymous&format=rasterized&lang=fr&skin=minerva&version=096qwgg)
}
.mw-ui-icon-clock:before {
background-image: url(/w/load.php?modules=skins.minerva.icons.images.variants&image=clock&format=rasterized&lang=fr&skin=minerva&version=096qwgg);
background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3Csvg%20width%3D%2220%22%20height%3D%2217%22%20viewBox%3D%220%200%2020%2017%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EPage%201%3C%2Ftitle%3E%3Cg%20id%3D%22Page-1%22%3E%3Cg%20id%3D%22footer---old-edited%22%3E%3Cg%20id%3D%22Group-2%22%3E%3Cpath%20d%3D%22M11.424%200C6.686%200%202.857%203.806%202.857%208.5H0l3.71%203.68.066.136L7.62%208.5H4.76c0-3.65%202.986-6.61%206.667-6.61%203.68%200%206.665%202.96%206.665%206.61%200%203.65-2.985%206.61-6.666%206.61a6.668%206.668%200%200%201-4.71-1.94l-1.35%201.337A8.553%208.553%200%200%200%2011.425%2017C16.162%2017%2020%2013.194%2020%208.5S16.162%200%2011.424%200zm-1.037%205v4.524l3.904%202.298.658-1.1-3.193-1.877V5h-1.368z%22%20id%3D%22Page-1%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E);
background-image: -o-linear-gradient(transparent, transparent), url(/w/load.php?modules=skins.minerva.icons.images.variants&image=clock&format=rasterized&lang=fr&skin=minerva&version=096qwgg)
}
.mw-ui-icon-clock-gray:before {
background-image: url(/w/load.php?modules=skins.minerva.icons.images.variants&image=clock&variant=gray&format=rasterized&lang=fr&skin=minerva&version=096qwgg);
background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2217%22%20viewBox%3D%220%200%2020%2017%22%3E%3Cg%20fill%3D%22%23BBB%22%3E%3Ctitle%20xmlns%3Adefault%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3EPage%201%3C%2Ftitle%3E%3Cg%20xmlns%3Adefault%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Page-1%22%3E%3Cg%20id%3D%22footer---old-edited%22%3E%3Cg%20id%3D%22Group-2%22%3E%3Cpath%20d%3D%22M11.424%200C6.686%200%202.857%203.806%202.857%208.5H0l3.71%203.68.066.136L7.62%208.5H4.76c0-3.65%202.986-6.61%206.667-6.61%203.68%200%206.665%202.96%206.665%206.61%200%203.65-2.985%206.61-6.666%206.61a6.668%206.668%200%200%201-4.71-1.94l-1.35%201.337A8.553%208.553%200%200%200%2011.425%2017C16.162%2017%2020%2013.194%2020%208.5S16.162%200%2011.424%200zm-1.037%205v4.524l3.904%202.298.658-1.1-3.193-1.877V5h-1.368z%22%20id%3D%22Page-1%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A);
background-image: -o-linear-gradient(transparent, transparent), url(/w/load.php?modules=skins.minerva.icons.images.variants&image=clock&variant=gray&format=rasterized&lang=fr&skin=minerva&version=096qwgg)
}
.mw-ui-icon-clock-invert:before {
background-image: url(/w/load.php?modules=skins.minerva.icons.images.variants&image=clock&variant=invert&format=rasterized&lang=fr&skin=minerva&version=096qwgg);
background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2217%22%20viewBox%3D%220%200%2020%2017%22%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Ctitle%20xmlns%3Adefault%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3EPage%201%3C%2Ftitle%3E%3Cg%20xmlns%3Adefault%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Page-1%22%3E%3Cg%20id%3D%22footer---old-edited%22%3E%3Cg%20id%3D%22Group-2%22%3E%3Cpath%20d%3D%22M11.424%200C6.686%200%202.857%203.806%202.857%208.5H0l3.71%203.68.066.136L7.62%208.5H4.76c0-3.65%202.986-6.61%206.667-6.61%203.68%200%206.665%202.96%206.665%206.61%200%203.65-2.985%206.61-6.666%206.61a6.668%206.668%200%200%201-4.71-1.94l-1.35%201.337A8.553%208.553%200%200%200%2011.425%2017C16.162%2017%2020%2013.194%2020%208.5S16.162%200%2011.424%200zm-1.037%205v4.524l3.904%202.298.658-1.1-3.193-1.877V5h-1.368z%22%20id%3D%22Page-1%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A);
background-image: -o-linear-gradient(transparent, transparent), url(/w/load.php?modules=skins.minerva.icons.images.variants&image=clock&variant=invert&format=rasterized&lang=fr&skin=minerva&version=096qwgg)
}
.mw-ui-icon-arrow:before {
background-image: url(/w/load.php?modules=skins.minerva.icons.images.variants&image=arrow&format=rasterized&lang=fr&skin=minerva&version=096qwgg);
background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%20-407%2024%2024%22%3E%3Cg%20id%3D%22g4%22%3E%3Cpath%20d%3D%22M21.348-401.268q.94%200%201.61.668l.92.922-11.858%2011.86L.198-399.66l.922-.94q.65-.686%201.59-.686.94%200%201.61.668l7.718%207.7%207.7-7.682q.67-.668%201.61-.668z%22%20id%3D%22path6%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
background-image: -o-linear-gradient(transparent, transparent), url(/w/load.php?modules=skins.minerva.icons.images.variants&image=arrow&format=rasterized&lang=fr&skin=minerva&version=096qwgg)
}
.mw-ui-icon-arrow-gray:before {
background-image: url(/w/load.php?modules=skins.minerva.icons.images.variants&image=arrow&variant=gray&format=rasterized&lang=fr&skin=minerva&version=096qwgg);
background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%20-407%2024%2024%22%3E%3Cg%20fill%3D%22%23BBB%22%3E%3Cg%20xmlns%3Adefault%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22g4%22%3E%3Cpath%20d%3D%22M21.348-401.268q.94%200%201.61.668l.92.922-11.858%2011.86L.198-399.66l.922-.94q.65-.686%201.59-.686.94%200%201.61.668l7.718%207.7%207.7-7.682q.67-.668%201.61-.668z%22%20id%3D%22path6%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A);
background-image: -o-linear-gradient(transparent, transparent), url(/w/load.php?modules=skins.minerva.icons.images.variants&image=arrow&variant=gray&format=rasterized&lang=fr&skin=minerva&version=096qwgg)
}
.mw-ui-icon-arrow-invert:before {
background-image: url(/w/load.php?modules=skins.minerva.icons.images.variants&image=arrow&variant=invert&format=rasterized&lang=fr&skin=minerva&version=096qwgg);
background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%20-407%2024%2024%22%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cg%20xmlns%3Adefault%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22g4%22%3E%3Cpath%20d%3D%22M21.348-401.268q.94%200%201.61.668l.92.922-11.858%2011.86L.198-399.66l.922-.94q.65-.686%201.59-.686.94%200%201.61.668l7.718%207.7%207.7-7.682q.67-.668%201.61-.668z%22%20id%3D%22path6%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A);
background-image: -o-linear-gradient(transparent, transparent), url(/w/load.php?modules=skins.minerva.icons.images.variants&image=arrow&variant=invert&format=rasterized&lang=fr&skin=minerva&version=096qwgg)
}
#bodyContent .panel {
background-color: #eaecf0;
clear: both;
margin-top: 1em;
text-align: center
}
#bodyContent .panel .content {
padding: 1em 16px;
margin: 0
}
.mw-ui-icon-back:after,
.mw-ui-icon-back:before {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAFVBMVEX///9MTExNTU1OTk5PT09VVVVHR0cMG3pKAAAAAXRSTlMAQObYZgAAAHNJREFUeF7N07ENgDAMRFEaepAYgJwl15kFFvD+U0CRBuFfuMu10XMukbzMkTtysMpzcEmRA8kBSJED6QRgVSACW/WGDkDVSo1A2785BvjnBXkI8AGPIoJ1+YH8JYMISSdiSDYiqhezOgkgjotDq8bLOU0eX4Uwm63r+A0AAAAASUVORK5CYII=);
background-image: url(/w/extensions/MobileFrontend/resources/mobile.startup/back-ltr.png?62bff) !ie
}
.overlay-enabled {
background-color: #ffffff
}
.overlay-enabled #mw-mf-page-center {
overflow: hidden;
display: block
}
.overlay-enabled .overlay,
.overlay-enabled #mw-mf-page-center {
height: 100%
}
.overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
background: #fff;
z-index: 1;
padding-top: 3.35em;
display: none
}
.overlay.visible {
display: block
}
.overlay input,
.overlay textarea {
padding: 0.5em
}
.overlay .captcha-word,
.overlay .summary {
margin: 0 0 0.7em;
width: 100%
}
.overlay .wikitext-editor {
min-height: 50%;
line-height: 1.5;
border: 0
}
.overlay .panel {
padding: 12px 16px;
border-bottom: 1px solid #eaecf0
}
.overlay .license {
font-size: 0.9em;
color: #72777d;
margin-top: 0.5em;
line-height: 1.4
}
.overlay .content .cancel {
display: block;
margin: 1em auto
}
.overlay .content-header {
background-color: #f8f9fa;
border-bottom: 1px solid #eaecf0;
padding: 20px 16px;
line-height: inherit
}
.overlay .slider-button {
position: absolute;
top: 3.35em;
width: 40px;
bottom: 0;
z-index: 1
}
.overlay .slider-button.prev {
left: 0
}
.overlay .slider-button.next {
right: 1em
}
.overlay .slider-button>* {
position: absolute;
top: 50%;
margin-top: -50%
}
.overlay-header .overlay-title {
width: 100%
}
.overlay-header .header-action a,
.overlay-header .header-action button {
display: table-cell;
vertical-align: middle;
width: auto;
padding: 0 1.2em;
font-weight: bold;
white-space: nowrap;
text-decoration: none;
border-radius: 0;
height: 3.35em;
cursor: pointer;
position: relative
}
.overlay-header .header-action a:before,
.overlay-header .header-action button:before {
top: 0
}
.overlay-header .header-action a[disabled],
.overlay-header .header-action button[disabled] {
opacity: 0.5
}
.overlay-header .header-action a:focus,
.overlay-header .header-action button:focus {
outline: 0
}
.overlay-header .continue {
background-color: #3366cc;
color: #fff
}
.overlay-header .submit {
background-color: #3366cc;
color: #fff
}
.overlay-header h2 {
display: table;
width: 100%;
font-size: 1em
}
.overlay-header h2>* {
width: 1em;
display: table-cell;
padding-right: 0.4em
}
.overlay-header h2 span {
width: auto;
max-width: 1em
}
.overlay-header>ul,
.overlay-header>div {
display: table-cell;
vertical-align: middle
}
.overlay-header>ul li {
display: block
}
.overlay-header>ul,
.overlay-header button {
width: 3.35em
}
.overlay-header-container,
.overlay-footer-container {
width: 100%;
background: #fff;
z-index: 2
}
.overlay-header-container.position-fixed,
.overlay-footer-container.position-fixed {
left: 0;
right: 0
}
.overlay-header-container {
top: 0
}
.overlay-footer-container {
background-color: #fff;
bottom: 0;
border-top: 1px solid #c8ccd1
}
.overlay-footer-container a {
display: block;
padding: 1em 1em 1em 10px;
text-align: center
}
.overlay-bottom {
border-top: 1px solid #c8ccd1;
top: auto;
bottom: 0;
height: auto !important;
background: #f8f9fa
}
.overlay-bottom .overlay-header-container {
background: #f8f9fa
}
.overlay-ios .overlay-header-container {
position: absolute !important;
top: 1px
}
.overlay-ios .overlay-footer-container {
position: absolute !important
}
.overlay-ios .overlay-content {
overflow-y: scroll;
-webkit-overflow-scrolling: touch
}
@media all and (min-width:720px) {
.overlay .panel {
padding: 12px 3.35em
}
}
@media all and (min-width:62.5em) {
.overlay-header {
max-width: 57.8em
}
}
.drawer {
text-align: center;
padding: 0 16px 1em;
max-width: 500px;
margin: 0 auto
}
.drawer.text {
line-height: 1;
font-size: 0.9em;
text-align: left;
padding-top: 0.5em
}
.drawer p {
line-height: 1.4;
margin-top: 0.5em
}
.drawer p,
.drawer a:not( :last-child),
.drawer .mw-ui-button {
margin-bottom: 1em
}
.drawer .cancel {
display: block;
margin: auto
}
.overlay-enabled .drawer {
display: none !important
}
.drawer {
background-color: #f8f9fa;
position: absolute;
width: 100%
}
.mw-notification,
.toast,
.drawer {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: fixed;
bottom: 0;
left: 0;
right: 0;
box-shadow: 0 -1px 8px 0 rgba(0, 0, 0, 0.35);
word-wrap: break-word;
z-index: 2;
display: none
}
.mw-notification.visible,
.toast.visible,
.drawer.visible,
.mw-notification.mw-notification-visible,
.toast.mw-notification-visible,
.drawer.mw-notification-visible {
display: block
}
.mw-notification,
.toast {
font-size: 0.9em;
padding: 0.9em 1em;
background-color: #222222;
color: #fff;
margin: 0 10% 20px;
width: 80%;
text-align: center;
border-radius: 2px
}
.mw-notification.mw-notification-type-error,
.toast.mw-notification-type-error {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAjUlEQVR42uXUMRGAIBTGcSMQxQhEYGYighFeBCIYhQAORjACDZ4fd7AoBw8ZHX7HMfhX5GBh5pfDWgMEW5pL1CIaGGIe6WuIckRBSGa+iGAfWd4z4oErAihRKL0ZuCFIQxG4Y22Gyk4J0B9D6QfCKQxd4KqhsluDdC3kIAzw0iPieg9KQwa4+Baav4/m3XgJZ5qzdM5hAAAAAElFTkSuQmCC);
background-image: url(/w/extensions/MobileFrontend/resources/mobile.startup/images/error.png?e5236) !ie;
background-position: 16px 50%;
background-repeat: no-repeat;
padding-left: 5%;
width: 75%;
border: 0
}
.mw-notification a,
.toast a {
color: #3366cc
}
.mw-notification a.new,
.toast a.new {
color: #dd3333
}
.mw-notification-area {
z-index: 2;
position: fixed;
bottom: 0;
width: 100%
}
.animations .mw-notification,
.animations .drawer {
display: block;
visibility: hidden;
-webkit-transform: translate(0, 100px);
transform: translate(0, 100px);
bottom: 100px;
opacity: 0
}
.animations .mw-notification.animated,
.animations .drawer.animated,
.animations .mw-notification.mw-notification-tag-toast,
.animations .drawer.mw-notification-tag-toast {
-webkit-backface-visibility: hidden;
-webkit-transition: -webkit-transform 0.25s, opacity 0.25s, visibility 0s 0.25s, bottom 0s 0.25s;
transition: transform 0.25s, opacity 0.25s, visibility 0s 0.25s, bottom 0s 0.25s
}
.animations .mw-notification.visible,
.animations .drawer.visible,
.animations .mw-notification.mw-notification-visible,
.animations .drawer.mw-notification-visible {
bottom: 0;
-webkit-backface-visibility: hidden;
-webkit-transition: -webkit-transform 0.25s, opacity 0.25s;
transition: transform 0.25s, opacity 0.25s;
visibility: visible;
opacity: 1;
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
.drawer-enabled {
overflow: hidden
}
.drawer.references {
background-color: #000000;
color: #c8ccd1;
max-height: 400px;
overflow-y: auto;
padding: 20px
}
.drawer.references.text {
font-size: 1em
}
.drawer.references a {
background-image: none;
color: #5880c0
}
.drawer.references .error {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAjUlEQVR4AWP4//8/Bj4TFRUAxA1AXADiE4OxGeIAxP+B+AOUbiDXoAaoIQJAfACEyXYR1LAFpHgP3ZAJIO+gY6jLBIgyCGQzTCMuw4gyCBa4BLABPoMQMUUYN4xEg0ABCMQXiDToARAnYDMIHlskYgdsBiWA0ggJeAKxWSSBkEZiDQpA9gZ5BlFeHlGOAXgJZ5qs7tNkAAAAAElFTkSuQmCC);
background-image: url(/w/extensions/MobileFrontend/resources/mobile.references/images/error.png?429e4) !ie;
padding-left: 20px;
background-repeat: no-repeat
}
.drawer.references .cite {
padding-bottom: 20px
}
.drawer.references .cite:after {
content: '';
display: table;
clear: both
}
.drawer.references .cite .text {
color: #888888;
cursor: default;
letter-spacing: 0.2em;
float: left;
font-size: 0.75em;
padding-top: 0.25em;
text-transform: uppercase
}
.drawer.references .cite .cancel {
cursor: pointer;
font-size: 0.8em;
margin: -1em -1em -1em 0;
padding: 1em 0;
position: absolute;
right: 20px;
top: 20px
}
.drawer.references .mw-cite-backlink {
display: none
}
.drawer.references .reference-text {
line-height: 1.4
}
.client-js .collapsible-heading,
.client-js .collapsible-block {
clear: both
}
.client-js .collapsible-heading {
cursor: pointer;
position: relative
}
.client-js .collapsible-heading .indicator {
float: left;
margin-top: 0.7em;
font-size: 0.4em
}
.client-js .collapsible-block {
width: 100%
}
@media print {
.collapsible-heading .indicator,
.collapsible-heading .edit-page {
display: none
}
.client-js .collapsible-block {
display: block
}
}
.animations .watch-this-article {
-webkit-backface-visibility: hidden;
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s
}
.animations .watch-this-article.watched {
-webkit-transform: rotate(72deg);
transform: rotate(72deg)
}
.mw-mf-cleanup {
display: block;
margin: 0;
padding: 0;
font-size: 0.8em;
color: #72777d
}
.overlay .cleanup li {
border-bottom: solid 1px #c8ccd1
}
.overlay .cleanup li .issue-notice {
padding: 60px 16px 24px 16px
}
.overlay .cleanup li .issue-notice:before {
top: 24px;
left: 50%;
position: absolute;
height: auto
}
@media all and (min-width:720px) {
.overlay .cleanup li .issue-notice {
padding: 2em 1em 2em 60px;
margin: 0 1em 0 3.35em
}
.overlay .cleanup li .issue-notice:before {
top: 0;
left: 0;
height: 100%;
width: 50px
}
}
.panel-inline {
display: none
}
.panel-inline.visible {
display: block
}
#mw-mf-viewport {
position: relative;
height: 100%
}
#mw-mf-page-center {
width: 100%;
position: relative
}
.main-menu-button.indicator-circle {
overflow: initial
}
.main-menu-button.indicator-circle:after {
content: '';
background-color: #3366cc;
width: 0.65em;
height: 0.65em;
position: absolute;
top: -0.4em;
right: 0.6em;
border: 0.2em solid #fff;
border-radius: 0.5em
}
.notifications-overlay.navigation-drawer {
right: 0;
height: 100%;
width: auto;
box-shadow: -5px 0 0 0 rgba(0, 0, 0, 0.3)
}
nav {
background-color: #eaecf0;
float: left;
min-height: 100%
}
.client-js nav .secondary-action {
border: 0;
position: absolute;
right: 0;
top: 0;
bottom: 0;
padding-right: 0;
border-left: 1px solid #a2a9b1
}
.client-js nav .primary-action {
margin-right: 3.5em
}
nav ul {
padding-bottom: 22px
}
nav ul:first-child li:first-child {
border-top: 0
}
nav ul li {
background-color: #ffffff;
position: relative;
border-top: 1px solid #eaecf0;
margin-top: -1px;
font-size: 0.875em
}
nav ul li:first-child {
border-top: 0
}
nav ul li a {
color: #54595d;
display: block;
padding: 12px 10px 12px 15px
}
nav ul li a:hover {
box-shadow: inset 4px 0 0 0 #3366cc;
text-decoration: none
}
nav ul li a:visited,
nav ul li a:active {
color: #54595d
}
nav ul li a.mw-ui-icon {
font-weight: bold;
line-height: 1.857
}
nav ul li a.mw-ui-icon:before {
font-size: 16px
}
nav ul.hlist li {
background-color: transparent;
border: 0;
margin: 0;
font-size: 0.75em
}
nav ul.hlist li a {
color: #3366cc;
padding: 0.7em 12px
}
nav ul.hlist li a:hover {
background-color: transparent;
box-shadow: none
}
.navigation-enabled #mw-mf-viewport {
overflow: hidden;
min-height: 100%;
height: auto !important
}
.navigation-enabled #mw-mf-page-center {
background: #ffffff;
position: absolute;
height: 100%;
left: 240px
}
.navigation-enabled .navigation-drawer,
.navigation-enabled .transparent-shield {
visibility: visible
}
.navigation-enabled .transparent-shield {
background: rgba(0, 0, 0, 0.8);
opacity: 0.5;
-moz-transition: opacity 0.25s ease-in-out;
-webkit-backface-visibility: hidden;
-webkit-transition: opacity 0.25s ease-in-out;
transition: opacity 0.25s ease-in-out
}
.primary-navigation-enabled {
background-color: #eaecf0
}
.primary-navigation-enabled nav {
width: 240px
}
.primary-navigation-enabled .drawer .position-fixed {
left: 240px !important
}
@media all and (min-width:720px) {
.secondary-navigation-enabled #mw-mf-page-center {
left: -60% !important;
right: 60% !important;
width: auto
}
.secondary-navigation-enabled #mw-mf-page-center .main-header-button {
visibility: hidden
}
.notifications-overlay.navigation-drawer {
left: 40%
}
}
.animations #mw-mf-page-center {
min-height: 100%;
-webkit-backface-visibility: hidden;
-webkit-transition: -webkit-transform 0.25s ease-in-out, height 0s 0.5s;
transition: transform 0.25s ease-in-out, height 0s 0.5s
}
.animations nav {
width: 240px;
-moz-transition: visibility 0s 0.25s;
-webkit-backface-visibility: hidden;
-webkit-transition: visibility 0s 0.25s;
transition: visibility 0s 0.25s
}
.animations .notifications-overlay.navigation-drawer {
display: block;
-webkit-transform: translate(102%, 0);
transform: translate(102%, 0);
-webkit-backface-visibility: hidden;
-webkit-transition: -webkit-transform 0.25s ease-in-out, visibility 0s 0.25s;
transition: transform 0.25s ease-in-out, visibility 0s 0.25s
}
.animations .notifications-overlay.navigation-drawer.visible {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
.navigation-enabled.animations .drawer .position-fixed,
.navigation-enabled.animations #mw-mf-page-center {
-webkit-backface-visibility: hidden;
-webkit-transition: -webkit-transform 0.25s ease-in-out;
transition: transform 0.25s ease-in-out
}
.primary-navigation-enabled.animations .drawer .position-fixed,
.primary-navigation-enabled.animations #mw-mf-page-center {
left: 0 !important;
-webkit-transform: translate(240px, 0);
transform: translate(240px, 0)
}
.primary-navigation-enabled.animations nav {
position: static;
-moz-transition: none;
-webkit-backface-visibility: hidden;
-webkit-transition: none;
transition: none
}
.secondary-navigation-enabled.animations #mw-mf-page-center {
left: 0 !important;
-webkit-transform: translate(-60%, 0);
transform: translate(-60%, 0);
width: 100%
}
.rtl.animations .notifications-overlay.navigation-drawer {
-webkit-transform: translate(-102%, 0);
transform: translate(-102%, 0)
}
.rtl.animations .notifications-overlay.navigation-drawer.visible {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}
.rtl.primary-navigation-enabled.animations .drawer .position-fixed,
.rtl.primary-navigation-enabled.animations #mw-mf-page-center {
-webkit-transform: translate(-240px, 0);
transform: translate(-240px, 0)
}
.rtl.secondary-navigation-enabled.animations #mw-mf-page-center {
-webkit-transform: translate(60%, 0);
transform: translate(60%, 0)
}
.mw-ui-icon-search-content:after,
.mw-ui-icon-search-content:before {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAANlBMVEX///+AgIC/v7+7u7u5ucG+vr68vLy8vL+6vr68vL+7vr66vb+7vb+8vb+6vr+7vb+7vb+7vb8PsB/fAAAAEXRSTlMAAhgeIScuSE5XWmB4iKDA6KJH33wAAABRSURBVHja7dNLDoAgFEPRIspHUGT/mzVh7EvsQKNJz/zOWvDmaku4ULqtKXgtWDbbCvmssBPCmAahKLgZxIMQIb/lJoIDkDsh63FPBb4SPGgngh5Gsy3TD7UAAAAASUVORK5CYII=);
background-image: url(/w/extensions/MobileFrontend/resources/mobile.search/search-content.png?98dc7) !ie
}
.search-overlay {
background: #fff
}
.search-overlay .spinner {
display: none
}
.search-overlay .search-box {
display: block
}
.search-overlay .results,
.search-overlay .search-feedback {
background-color: #fff
}
.search-overlay .overlay-header {
background-color: transparent
}
.search-overlay .overlay-title {
position: relative;
padding-left: 15px
}
.search-overlay .header input {
border: 0;
padding-right: 3em
}
.search-overlay .header input::-ms-clear {
display: none
}
.search-overlay .clear {
position: absolute;
top: 0.925em;
right: 0;
margin-top: -1px
}
.search-overlay .overlay-content {
height: 100%;
width: 100%
}
.search-overlay .search-content {
border-bottom: 1px solid #c8ccd1;
cursor: pointer
}
.search-overlay .search-content .caption {
padding: 1em 0
}
.search-overlay .search-content.overlay-header {
padding: 0
}
.search-overlay .results {
box-shadow: 0 3px 3px 0 rgba(117, 117, 117, 0.3)
}
.search-overlay .results li {
padding-left: 3.35em
}
.search-overlay .results li .list-thumb {
width: 3.35em
}
.search-overlay .results li:last-child {
border-bottom: 0
}
.search-overlay .results h2 {
font: inherit
}
.search-overlay li.page-summary {
display: table;
height: 70px;
padding-left: 85px;
width: 100%
}
.search-overlay li.page-summary .list-thumb {
width: 70px
}
.search-overlay li.page-summary .title {
display: table-cell;
vertical-align: middle
}
.search-overlay li.page-summary h3 {
margin: 0
}
.search-overlay li.page-summary .wikidata-description {
font-size: 0.8em;
margin-top: 0.5em
}
.search-overlay .search-feedback {
box-shadow: 0 3px 3px 0 rgba(117, 117, 117, 0.3);
border-top: 1px solid #c8ccd1;
font-size: 0.8em;
padding: 0.5em 1em
}
.search-overlay.no-results .search-feedback {
border-top: 0
}
@-webkit-keyframes fadeIn {
from {
opacity: 0
}
to {
opacity: 1
}
}
@keyframes fadeIn {
from {
opacity: 0
}
to {
opacity: 1
}
}
@-webkit-keyframes fadeOut {
from {
opacity: 1
}
to {
opacity: 0
}
}
@keyframes fadeOut {
from {
opacity: 1
}
to {
opacity: 0
}
}
.animations .search-overlay.visible {
-webkit-animation: fadeIn 0.5s;
-moz-animation: fadeIn 0.5s;
-o-animation: fadeIn 0.5s;
animation: fadeIn 0.5s
}
.animations .search-overlay.fade-out {
-webkit-animation: fadeOut 0.5s;
-moz-animation: fadeOut 0.5s;
-o-animation: fadeOut 0.5s;
animation: fadeOut 0.5s
}
.animations .search-overlay.overlay-ios {
-webkit-animation: none;
-moz-animation: none;
-o-animation: none;
animation: none
}
.beta .search-overlay .overlay-content {
position: relative
}
.beta .search-overlay .spinner-container {
background-color: #ffffff;
bottom: 0;
display: none;
left: 0;
opacity: 0.7;
right: 0;
top: 3.35em;
z-index: 2
}
.beta .search-overlay .spinner-container .spinner {
display: block;
left: 50%;
margin-left: -1.75em;
position: absolute;
top: 10%
}
@media all and (min-width:720px) {
.search-overlay .search-box {
display: table-cell
}
.search-overlay .search-content,
.search-overlay .results {
width: 23.4375em;
margin-left: 14.5625em
}
.search-overlay .overlay-title {
width: 23.4375em;
padding-left: 14.5625em
}
.search-overlay ul {
width: auto
}
}
@media all and (min-width:62.5em) {
.search-overlay .overlay-content {
max-width: 57.8em
}
}
.mw-ui-icon-toc:before {
background-image: url(/w/load.php?modules=mobile.toc.images&image=toc&format=rasterized&lang=fr&skin=minerva&version=01ruv8j);
background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22%23ABABAB%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M2.176%2037.586v-6.202c0-.17.113-.298.243-.298h35.16c.133%200%20.242.133.242.298v6.202c0%20.164-.11.296-.243.296H2.42c-.13%200-.244-.132-.244-.296z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M37.824%2016.602v6.207c0%20.163-.11.295-.243.295H2.42c-.13%200-.244-.135-.244-.298V16.6c0-.16.113-.296.243-.296h35.16c.133%200%20.242.136.242.296z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M2.176%202.355c0-.132.108-.237.236-.237h21.94c.134%200%20.236.105.236.237v6.677a.234.234%200%200%201-.236.237H2.412a.236.236%200%200%201-.236-.24V2.355z%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A);
background-image: -o-linear-gradient(transparent, transparent), url(/w/load.php?modules=mobile.toc.images&image=toc&format=rasterized&lang=fr&skin=minerva&version=01ruv8j)
}
.client-js .toc-mobile {
background-color: #f8f9fa;
border: solid 1px #eaecf0
}
.client-js .toc-mobile .toc-button {
float: left;
display: block;
font-size: 0.8em
}
.client-js .toc-mobile .collapsible-heading {
visibility: visible;
background-position: right center
}
.client-js .toc-mobile .collapsible-heading .indicator {
margin: 0.2em 0.4em 0 0;
float: right;
font-size: 0.6em
}
.client-js .toc-mobile .collapsible-block {
border-bottom: 0;
margin-left: 52px;
margin-right: 24px;
font-size: 0.7em;
width: auto
}
.client-js .toc-mobile .collapsible-block>ul {
padding-bottom: 1.3em
}
.client-js .toc-mobile .collapsible-block ul {
list-style: none;
margin-bottom: 1px
}
.client-js .toc-mobile .collapsible-block ul li {
padding-top: 0.8em;
line-height: 1.2
}
.client-js .toc-mobile .collapsible-block ul li a {
white-space: pre-wrap;
word-break: break-word
}
</style>
<script src="../-/j/js_modules/script.js" class=""></script>
<script src="../-/j/js_modules/masonry.min.js" class=""></script>
<script src="../-/j/js_modules/article_list_home.js" class=""></script>
<script src="../-/j/js_modules/images_loaded.min.js" class=""></script>
<script src="../-/j/js_modules/details_polyfill.js" class=""></script>
</head>
<body class="mediawiki mw-hide-empty-elt ns-0 ns-subject stable skin-minerva action-view animations">
<div id="mw-mf-viewport" class="feature-header-v2">
<div id="mw-mf-page-center">
<div id="content" class="mw-body">
<a id="top"></a>
<div id="bodyContent" class="content mw-parser-output">
<div id="mw-content-text" style="direction: ltr;">
<h1 class="section-heading" tabindex="0" aria-haspopup="true" data-section-id="0">
<span class="mw-headline" id="title_0">Main Page</span>
</h1>
<div id="mf-section-0" class="mf-section-0" aria-pressed="true" aria-expanded="true">
<div id="mapbanner-container">
<div id="mainpage-map" class="js-proportonal-resize">
<div class="mainpage-shadowbox" id="mainpage-maptext"
style="padding: 10px; background-color: #3366cc;">
<h2><span class="mw-headline" id="Welcome_to_Wikivoyage">Welcome to Wikivoyage</span></h2>
<p id="mainpage-tagline">The free worldwide travel guide that <i>you can edit</i>.<br><span
style="font-size:smaller">The official, non-commercial <a href="#siteContainer">sister site</a>
<b>of Wikipedia</b> for sightseeing, activities, cuisine and accommodation around the
world.</span></p>
</div>
<div id="mainpage-maplinks">
<p>More: <a href="Destinations" title="Destinations">Destinations</a> • <a href="Itineraries"
title="Itineraries">Itineraries</a> • <a href="Phrasebooks" title="Phrasebooks">Phrasebooks</a>
• <a href="Travel_topics" title="Travel topics">Travel topics</a></p>
</div>
</div>
<div id="mobile-mapbanner">
<p> <img alt="" src="../I/Wikivoyage-logo.svg.png.webp" decoding="async" width="65" height="65"
data-file-width="193" data-file-height="193"><strong>Welcome to Wikivoyage</strong>
The free worldwide travel guide that <i>you can edit</i>.
</p>
<div class="center">
<div class="floatnone">
<div class="noresize"><map name="ImageMap_2_1570808682"><area href="Antarctica" shape="poly"
coords="244,135,243,135,243,134,241,134,238,134,237,134,236,134,235,134,234,133,233,132,232,132,231,132,230,132,229,131,226,131,225,131,224,131,224,130,223,129,222,129,221,129,220,129,218,128,215,128,214,128,200,128,198,127,196,127,195,127,194,127,193,126,180,126,178,127,171,127,170,127,167,127,166,128,165,128,161,129,161,133,160,133,155,133,154,133,152,133,152,132,141,132,140,133,138,133,137,132,123,132,122,133,115,133,115,132,107,132,106,132,99,132,98,132,97,132,95,133,88,133,87,133,85,133,83,133,82,134,81,134,80,134,78,135,77,135,76,136,75,136,74,136,72,137,69,137,68,137,65,137,64,138,60,138,59,138,59,138,58,139,58,140,57,142,57,143,56,144,56,145,56,145,57,146,57,147,57,148,58,150,59,150,244,150,244,149,245,148,245,147,245,146,245,144,246,143,246,136,245,136,245,135"
alt="Antarctica" title="Antarctica"><area href="Oceania" shape="poly"
coords="228,92,230,92,232,91,232,91,233,90,234,89,235,89,237,89,238,89,240,89,244,87,245,86,247,85,248,85,249,85,254,85,255,84,256,83,256,83,256,80,256,80,256,74,255,73,255,72,255,72,255,68,254,67,254,66,254,63,254,62,254,57,254,57,254,56,254,55,255,54,256,52,256,48,257,47,257,47,258,45,259,44,259,44,261,43,263,43,264,43,265,43,266,42,267,42,272,42,274,43,277,43,279,43,280,43,281,44,283,44,284,45,286,45,288,46,290,47,290,48,291,48,293,49,294,49,295,51,295,52,295,53,295,56,296,57,296,68,296,68,296,72,296,72,296,95,296,96,296,97,295,99,295,100,295,100,294,101,294,102,294,103,292,107,292,109,292,110,292,111,291,112,291,113,291,114,289,115,287,115,286,115,286,115,284,115,283,116,282,116,282,119,281,120,280,121,280,121,279,122,279,122,278,123,277,124,276,124,276,124,274,124,272,125,271,126,270,126,269,126,266,126,266,126,263,126,261,126,261,125,260,125,259,125,258,124,252,124,250,124,249,124,248,123,247,123,246,123,245,122,244,122,243,121,242,121,241,121,240,121,239,120,238,121,237,120,236,119,233,118,232,117,231,117,230,115,228,115,228,115,227,114,227,113,225,109,225,108,224,107,224,106,225,105,227,104,226,102,226,96,227,95,227,94,228,93,229,93,229,93"
alt="Oceania" title="Oceania"><area href="Asia" shape="poly"
coords="160,40,160,41,162,42,164,42,165,42,167,42,168,43,168,47,168,48,168,49,169,50,169,52,170,55,171,55,172,56,172,57,174,60,174,61,175,62,175,63,176,63,177,63,178,64,180,64,181,63,182,64,182,65,183,65,185,65,186,65,187,65,188,66,188,66,189,67,190,68,192,69,192,69,193,69,194,70,196,72,196,73,197,73,197,78,197,79,197,80,197,80,200,82,201,82,201,82,203,83,203,84,203,85,204,86,204,86,205,86,206,87,208,87,209,88,210,88,211,88,213,88,215,87,217,87,218,88,218,89,220,89,231,89,233,89,234,89,236,89,237,88,239,88,240,87,241,87,241,86,242,86,243,86,245,86,246,85,247,85,248,85,249,85,250,85,256,85,256,84,256,82,256,82,256,78,256,78,256,72,255,71,255,70,255,69,254,69,254,68,254,67,253,66,253,59,254,58,254,57,257,50,257,50,257,48,257,47,257,46,258,45,258,43,258,42,258,41,259,40,259,39,259,38,260,37,260,34,260,32,261,31,261,30,261,28,262,27,262,26,262,26,262,24,263,24,263,21,262,20,262,15,261,13,260,13,259,13,258,12,257,11,257,11,256,10,254,10,253,10,250,10,249,10,243,10,242,9,241,9,240,9,238,9,237,8,234,7,233,6,232,6,230,6,225,6,224,5,223,4,220,4,218,4,217,4,216,3,210,3,210,3,205,3,205,4,204,4,202,4,201,3,200,3,199,2,195,2,194,2,192,2,191,1,189,1,188,2,186,3,185,3,184,5,182,6,182,7,181,7,181,8,181,9,181,10,181,11,181,12,181,13,182,13,183,14,183,15,182,16,182,16,182,19,182,19,182,20,182,21,182,22,181,23,181,29,180,31,179,32,178,34,178,35,178,36,179,37,179,38,177,38,175,37,174,36,174,36,170,36,170,36,168,36,168,35,165,35,165,36,164,36,163,36,160,38,160,39,160,41,161,42,164,42,164,42,167,42,167,42,167,45,168,45"
alt="Asia" title="Asia"><area href="Africa" shape="poly"
coords="124,47,123,49,123,50,122,51,122,52,122,58,122,59,122,60,122,61,123,62,123,63,123,64,123,65,124,66,124,68,125,69,125,73,125,75,125,75,126,76,126,77,129,79,129,81,129,83,130,85,130,86,130,86,130,88,131,89,131,91,132,95,133,98,133,99,134,100,134,101,135,103,136,104,136,105,137,106,138,106,138,107,139,108,139,109,139,109,141,109,141,110,144,110,144,110,145,110,147,111,147,111,149,111,152,111,153,112,159,112,160,112,162,112,163,112,168,112,168,111,173,111,174,111,175,111,176,111,177,110,178,110,181,109,182,107,185,106,185,105,187,104,188,103,188,102,188,101,189,101,190,99,190,99,190,98,191,97,191,96,192,95,193,94,194,93,195,92,195,92,195,91,195,89,195,86,195,85,195,84,194,83,194,82,194,81,193,80,193,78,193,77,193,75,192,74,192,73,191,72,191,71,189,70,188,70,187,70,187,69,186,69,185,66,185,65,183,65,182,63,182,63,180,63,180,63,178,63,178,64,177,64,174,63,174,62,174,61,172,59,172,58,172,57,172,56,171,56,170,53,169,52,168,51,168,50,168,49,168,46,167,45,166,45,165,45,160,45,159,44,159,43,154,43,154,43,152,43,151,42,151,42,150,41,149,40,149,40,144,40,143,40,142,40,141,40,141,41,139,41,138,42,132,42,131,42,130,42,129,43,128,43,128,44,126,45,124,46,124,47"
alt="Africa" title="Africa"><area href="Europe" shape="poly"
coords="133,42,135,42,136,42,139,42,142,40,148,40,148,40,149,40,149,41,151,42,153,42,155,43,158,43,159,43,160,43,162,44,167,44,167,44,168,43,167,42,167,42,166,42,165,42,163,42,160,40,159,39,160,39,160,37,161,38,163,37,164,36,165,35,168,35,169,36,170,36,171,36,173,36,174,37,175,37,175,37,177,38,177,38,178,38,179,37,179,36,178,36,178,34,178,33,179,31,180,31,180,29,181,29,181,23,181,22,181,21,181,20,181,19,181,18,181,13,180,10,180,8,181,8,181,7,181,6,182,4,181,3,180,2,180,1,179,1,178,1,177,1,169,1,168,0,162,0,161,1,152,1,151,1,147,3,146,4,145,5,144,6,142,6,140,6,140,7,140,8,139,9,139,9,138,10,138,10,137,11,136,11,135,12,134,13,133,13,131,13,130,13,129,14,128,14,126,15,125,16,125,17,125,18,124,19,123,20,123,21,122,22,122,22,121,23,120,23,119,24,119,24,118,25,118,26,118,27,117,28,116,29,116,30,116,31,116,35,116,36,116,38,117,39,117,40,117,41,117,42,118,43,118,45,119,46,119,46,120,45,121,45,124,44,124,44,125,43,126,43,127,43,128,42,129,42,130,42,131,42,132,42"
alt="Europe" title="Europe"><area href="North_America" shape="poly"
coords="16,32,17,31,17,30,18,29,19,28,19,28,20,27,20,27,21,26,22,24,22,23,23,23,24,23,26,22,26,22,28,20,29,19,29,18,29,17,30,16,30,16,31,15,32,14,33,14,33,13,34,13,35,12,36,11,37,11,38,10,39,10,40,9,42,9,44,8,46,8,46,3,53,3,54,3,55,3,56,2,57,2,58,2,59,2,60,1,62,1,63,2,71,2,72,1,73,1,73,1,77,1,78,1,85,1,86,0,95,0,96,1,97,0,122,0,123,1,125,1,126,1,127,1,132,1,132,0,134,0,134,1,135,1,136,1,137,2,140,2,142,2,142,3,142,4,141,5,140,6,139,6,139,7,139,8,138,8,138,9,135,10,134,11,131,13,129,13,128,13,127,13,127,14,126,14,125,14,124,15,124,16,123,16,122,17,122,17,121,18,121,18,120,19,119,20,118,21,118,22,117,23,116,23,115,24,113,24,111,24,108,26,108,27,108,28,108,33,107,33,106,33,105,34,104,34,103,34,101,35,99,35,97,36,97,37,96,38,95,39,95,40,94,41,92,42,91,42,91,42,89,42,88,43,86,43,85,44,85,45,84,46,84,48,87,48,88,49,89,50,91,54,91,55,91,56,90,57,90,58,89,59,88,60,86,60,86,60,83,60,82,61,81,61,80,61,79,61,78,62,77,62,77,63,77,64,77,68,76,68,75,69,74,69,73,69,72,70,66,70,62,72,62,72,61,73,60,73,59,73,55,73,55,73,52,73,50,72,48,72,47,72,46,72,45,71,44,70,31,70,30,70,25,70,24,70,20,70,18,69,17,69,17,70,17,67,16,66,16,66,15,65,14,64,13,64,10,61,9,61,9,60,8,59,8,58,9,58,10,57,11,57,11,56,12,55,13,54,13,53,13,51,14,49,14,48,14,47,14,46,14,44,16,41,17,40,17,39,17,38,18,37,18,32,17,32"
alt="North America" title="North America"><area href="South_America" shape="poly"
coords="81,127,82,128,83,129,85,129,86,129,90,129,91,129,92,129,93,130,106,130,107,129,108,128,110,124,111,124,111,119,112,118,114,114,115,114,115,112,115,111,116,109,116,106,116,105,116,104,117,103,117,101,117,100,117,99,118,98,118,96,118,95,118,91,118,90,118,84,120,83,120,79,119,79,119,78,118,76,116,76,115,75,115,75,114,74,114,73,113,71,112,70,111,70,111,69,110,69,110,68,109,68,107,66,106,65,103,63,101,63,100,63,99,63,98,63,97,63,96,62,95,62,95,62,93,62,93,62,81,62,80,62,79,62,78,62,77,63,76,64,76,68,73,69,72,69,71,69,70,69,68,70,67,70,66,70,65,71,64,71,63,71,62,71,62,72,59,72,59,73,57,74,56,74,55,75,54,75,53,75,52,75,51,76,50,76,48,77,47,77,45,78,45,78,45,83,43,84,42,85,42,86,42,89,41,90,41,95,42,96,42,97,43,98,43,100,43,101,43,102,44,103,45,103,47,104,48,105,50,106,50,108,52,109,53,109,53,111,54,111,56,112,56,114,59,116,59,117,60,117,61,118,62,118,63,118,69,120,69,122,71,122,71,123,74,125,76,125,78,125,78,126,80,126,80,126,82,126"
alt="South America" title="South America"></map><img alt="Continents colour2.png"
src="../I/Continents_colour2.png.webp" decoding="async" width="300" height="154"
data-file-width="809" data-file-height="415" usemap="#ImageMap_2_1570808682"></div>
</div>
</div>
<p> <span class=""><a href="Europe" title="Europe"><span class="mw-ui-button mw-ui-progressive"
style="margin:5px; width:40%;">Europe</span></a></span>
<span class=""><a href="Africa" title="Africa"><span class="mw-ui-button mw-ui-progressive"
style="margin:5px; width:40%;">Africa</span></a></span><br><span class=""><a href="Asia"
title="Asia"><span class="mw-ui-button mw-ui-progressive"
style="margin:5px; width:40%;">Asia</span></a></span>
<span class=""><a href="Oceania" title="Oceania"><span class="mw-ui-button mw-ui-progressive"
style="margin:5px; width:40%;">Oceania</span></a></span><br><span class=""><a
href="North_America" title="North America"><span class="mw-ui-button mw-ui-progressive"
style="margin:5px; width:40%;">North America</span></a></span>
<span class=""><a href="South_America" title="South America"><span
class="mw-ui-button mw-ui-progressive" style="margin:5px; width:40%;">South
America</span></a></span><br><span class=""><a href="Antarctica" title="Antarctica"><span
class="mw-ui-button mw-ui-progressive"
style="margin:5px; width:40%;">Antarctica</span></a></span>
<span class=""><a href="Other_destinations" title="Other destinations"><span
class="mw-ui-button mw-ui-progressive" style="margin:5px; width:40%;">Other
destinations</span></a></span><br><span>The official, non-commercial <a
href="#siteContainer">sister site</a> of Wikipedia for sightseeing, activities, cuisine and
accommodation around the world; with 30,110 articles in English written by travellers like
<i>you</i>.</span>
</p>
<p> Read about a location <b>near you</b>.
</p>
<p id="mainpage-touristoffice">Got a specific question?<br> <i>Ask it at the tourist office</i></p>
<p> <span class=""><a href="Destinations" title="Destinations"><span
class="mw-ui-button mw-ui-progressive"
style="margin:5px; width:40%;">Destinations</span></a></span>
<span class=""><a href="Itineraries" title="Itineraries"><span
class="mw-ui-button mw-ui-progressive"
style="margin:5px; width:40%;">Itineraries</span></a></span><br><span class=""><a
href="Phrasebooks" title="Phrasebooks"><span class="mw-ui-button mw-ui-progressive"
style="margin:5px; width:40%;">Phrasebooks</span></a></span>
<span class=""><a href="Travel_topics" title="Travel topics"><span
class="mw-ui-button mw-ui-progressive" style="margin:5px; width:40%;">Travel
topics</span></a></span><br></p>
</div>
</div>
<div class="jcarousel-wrapper">
<div class="jcarousel jcarousel-randomize">
<div class="jcarousel-list">
<div class="jcarousel-item">
<style data-mw-deduplicate="TemplateStyles:r3732050">
.mw-parser-output .mainpage-shadowbox {
color: white;
background: rgb(16, 16, 16);
background: rgba(0, 0, 0, 0.3);
border-radius: 4px
}
.mw-parser-output .mainpage-shadowbox h2,
.mw-parser-output .mainpage-shadowbox h3 {
color: white;
border: none;
font-family: sans-serif;
line-height: 1.2em;
margin: 0;
padding: 0
}
.mw-parser-output .mainpage-shadowbox a {
color: white;
font-weight: bold
}
.mw-parser-output .banner-image {
position: relative;
max-width: 1125px;
height: auto;
margin-bottom: .6em
}
.mw-parser-output .banner-image img {
max-width: 100%;
height: auto
}
.mw-parser-output .banner-box-wide {
width: 80%
}
.mw-parser-output .banner-box-left,
.mw-parser-output .banner-box-right {
padding: 8px 7px;
background: rgb(16, 16, 16);
background: rgba(0, 0, 0, 0.3);
border-radius: 4px;
width: 40%
}
.mw-parser-output .banner-box-left {
text-align: left
}
.mw-parser-output .banner-box-right {
text-align: right
}
.mw-parser-output .banner-box-2 {
position: absolute;
z-index: 2;
min-width: 20em
}
@media screen and (min-width:720px) {
.mw-parser-output .banner-image img.nolink {
display: none
}
.mw-parser-output .mainpage-shadowbox h2 {
font-size: 190%
}
.mw-parser-output .mainpage-shadowbox h3 {
font-size: 150%
}
.mw-parser-output .banner-image {
overflow: hidden
}
.mw-parser-output .banner-box-left {
left: 3%
}
.mw-parser-output .banner-box-right {
right: 3%
}
.mw-parser-output .banner-box-2 {
margin-top: 2em
}
.mw-parser-output .banner-box-2 .quote {
font-size: 80%;
line-height: 1.2em
}
}
@media screen and (max-width:720px) {
.mw-parser-output .banner-image img:not(.nolink) {
display: none
}
.mw-parser-output .banner-image>.mainpage-shadowbox {
width: inherit !important;
min-height: 100%;
margin-left: -150%;
margin-right: 150%;
opacity: 0;
background: black
}
.mw-parser-output .mainpage-shadowbox .quote>a:after {
content: "\a Tap to learn more.";
white-space: pre
}
.mw-parser-output .jcarousel-item:hover .mainpage-shadowbox {
margin: unset;
opacity: 1;
transition: margin 0.5s;
bottom: 50%
}
.mw-parser-output .jcarousel-control-prev,
.mw-parser-output .jcarousel-control-next {
display: none
}
.mw-parser-output .interactiveIcon {
position: absolute;
opacity: 0.4;
height: 75% !important;
width: auto;
bottom: 0;
right: 0
}
}
</style>
<div class="banner-image js-proportonal-resize">
<p> <img alt="Interactive icon.svg" src="../I/Interactive_icon.svg.png.webp" decoding="async"
width="220" height="331" class="nolink interactiveIcon" data-file-width="133"
data-file-height="200"></p>
<div class="mainpage-shadowbox banner-box-2 banner-box-left" style="width:50%">
<h2><span class="mw-headline" id="COVID-19_pandemic"><a href="COVID-19_pandemic"
title="COVID-19 pandemic">COVID-19 pandemic</a></span></h2>
<h3 class="in-block"><span class="mw-headline" id="Stay_healthy"><a href="/wiki/Stay_healthy"
title="Stay healthy">Stay healthy</a></span></h3>
<div class="quote"><a href="COVID-19_pandemic" title="COVID-19 pandemic">Should you cancel
trips? How can you protect yourself if you're travelling? Read about how the pandemic is
affecting travel.</a></div>
</div>
<p> <img alt="COVID-19 pandemic" src="app:///www/I/Hand_sanitizer_banner.jpg" decoding="async"
title="COVID-19 pandemic" width="1700" height="569" class="nolink" data-file-width="3415"
data-file-height="1144"></p>
<a href="COVID-19_pandemic" title="COVID-19 pandemic"><img alt="COVID-19 pandemic"
src="app:///www/I/Hand_sanitizer_banner.jpg" decoding="async" width="1700" height="569"
data-file-width="3415" data-file-height="1144"></a>
</div>
</div>
</div>
</div>
<div class="jcarousel-wrapper">
<div class="jcarousel jcarousel-randomize">
<div class="jcarousel-list">
<div class="jcarousel-item">
<link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r3732050">
<div class="banner-image js-proportonal-resize">
<p> <img alt="Interactive icon.svg" src="../I/Interactive_icon.svg.png.webp" decoding="async"
width="220" height="331" class="nolink interactiveIcon" data-file-width="133"
data-file-height="200"></p>
<div class="mainpage-shadowbox banner-box-2 banner-box-right" style="width:30%">
<h2><span class="mw-headline" id="Arequipa"><a href="Arequipa"
title="Arequipa">Arequipa</a></span></h2>
<h3 class="in-block"><span class="mw-headline" id="Destination_of_the_month"><a
href="Previous_Destinations_of_the_month"
title="Previous Destinations of the month">Destination of the month</a></span></h3>
<div class="quote"><a href="Arequipa" title="Arequipa">Peru's second city (and the world's
alpaca capital)<br>is not only surrounded by volcanoes the lovely Spanish colonial
architecture in the old town is largely built of volcanic rock!</a></div>
</div>
<p> <img alt="Arequipa" src="app:///www/I/ArequipaBanner3.jpg" decoding="async"
title="Arequipa" width="1700" height="567" class="nolink" data-file-width="1710"
data-file-height="570"></p>
<a href="Arequipa" title="Arequipa"><img alt="Arequipa" src="app:///www/I/ArequipaBanner3.jpg"
decoding="async" width="1700" height="567" data-file-width="1710"
data-file-height="570"></a>
</div>
</div>
<div class="jcarousel-item">
<link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r3732050">
<div class="banner-image js-proportonal-resize">
<p> <img alt="Interactive icon.svg" src="../I/Interactive_icon.svg.png.webp" decoding="async"
width="220" height="331" class="nolink interactiveIcon" data-file-width="133"
data-file-height="200"></p>
<div class="mainpage-shadowbox banner-box-2 banner-box-left" style="width:33%">
<h2><span class="mw-headline" id="Iriomote"><a href="Iriomote"
title="Iriomote">Iriomote</a></span></h2>
<h3 class="in-block"><span class="mw-headline" id="Off_the_Beaten_Path"><a
href="Previously_Off_the_beaten_path" title="Previously Off the beaten path">Off the
Beaten Path</a></span></h3>
<div class="quote"><a href="Iriomote" title="Iriomote">One of the few remaining great
wildernesses of Japan, whose jungles are famous for their native wild cats.</a></div>
</div>
<p> <img alt="Iriomote" src="app:///www/I/IriomoteBanner1.jpg" decoding="async"
title="Iriomote" width="1700" height="567" class="nolink" data-file-width="1710"
data-file-height="570"></p>
<a href="Iriomote" title="Iriomote"><img alt="Iriomote" src="app:///www/I/IriomoteBanner1.jpg"
decoding="async" width="1700" height="567" data-file-width="1710"
data-file-height="570"></a>
</div>
</div>
<div class="jcarousel-item">
<link rel="mw-deduplicated-inline-style" href="mw-data:TemplateStyles:r3732050">
<div class="banner-image js-proportonal-resize">
<p> <img alt="Interactive icon.svg" src="../I/Interactive_icon.svg.png.webp" decoding="async"
width="220" height="331" class="nolink interactiveIcon" data-file-width="133"
data-file-height="200"></p>
<div class="mainpage-shadowbox banner-box-2 banner-box-left" style="width:35%">
<h2><span class="mw-headline" id="Aviation_history"><a href="Aviation_history"
title="Aviation history">Aviation history</a></span></h2>
<h3 class="in-block"><span class="mw-headline" id="Featured_Travel_Topic"><a
href="Previous_Featured_travel_topics" class="new"
title="Previous Featured Travel Topics">Featured Travel Topic</a></span></h3>
<div class="quote"><a href="Aviation_history" title="Aviation history">The past, present and
future of flying are ready to explore at a multiplicity of museums and events the world
over.</a></div>
</div>
<p> <img alt="Aviation history" src="app:///www/I/AviationHistoryBanner3.jpg" decoding="async"
title="Aviation history" width="1700" height="567" class="nolink" data-file-width="1710"
data-file-height="570"></p>
<a href="Aviation_history" title="Aviation history"><img alt="Aviation history"
src="app:///www/I/AviationHistoryBanner3.jpg" decoding="async" width="1700" height="567"
data-file-width="1710" data-file-height="570"></a>
</div>
</div>
</div>
</div>
<p><span class="jcarousel-control-prev"><a href="../"></a></span>
<span class="jcarousel-control-next"><a href="../"></a></span>
</p>
<p class="jcarousel-pagination"></p>
</div>
<style data-mw-deduplicate="TemplateStyles:r3728792">
.mw-parser-output #bottombox-d {
background-color: #c5d7f0
}
.mw-parser-output #bottombox-d>div {
width: 48.5%;
display: inline-block;
padding: 0.7em 0 1em 0.75%;
vertical-align: top
}
.mw-parser-output #bottombox-d>div h3 {
margin: 0;
padding: 0
}
@media screen and (max-width:720px) {
.mw-parser-output #bottombox-d>div {
width: 100%;
padding-left: 0
}
}
</style>
<div id="bottombox-d">
<div>
<h3 class="in-block"><span class="mw-headline" id="Discover"><a href="Discover"
title="Discover">Discover</a></span></h3>
<div class="floatright"><a href="../I/Newport_RI_Cliff_Walk.jpg.webp" class="image"><img
alt="Newport RI Cliff Walk" src="../I/Newport_RI_Cliff_Walk.jpg.webp" decoding="async"
width="200" height="135" data-file-width="480" data-file-height="323"></a></div>
<ul>
<li>Every day at midday <b>a trumpeter dressed in historic costume</b> walks up 120 stairs and
plays a tune from the top of the <b>Fire Tower</b> in <a href="Grodno"
title="Grodno">Grodno</a>.</li>
<li>The cliff walk (<i>pictured</i>) in <a href="Newport_(Rhode_Island)"
title="Newport (Rhode Island)">Newport (Rhode Island)</a> offers <b>some of the most beautiful
views in New England</b>, and wildlife can be seen everywhere throughout the walk.</li>
<li>The <a href="Diving_the_Cape_Peninsula_and_False_Bay/SATS_General_Botha"
title="Diving the Cape Peninsula and False Bay/SATS General Botha">SATS General Botha</a> site
is considered <b>one of the more interesting wreck dives of False Bay</b>, and the depth appeals
to the more adventurous divers.</li>
</ul>
</div>
<ul>
<li>New to Wikivoyage and have a question? Post it here!</li>
<li>How to edit a page</li>
<li>Tips on contributing</li>
<li>Community portal</li>
<li>Policies</li>
<li>Expeditions</li>
<li>Requested articles</li>
<li>Travellers' pub</li>
<li>Collaboration of the month: Improving the article for <a href="Rio_de_Janeiro"
title="Rio de Janeiro">Rio de Janeiro</a> by moving listings to district articles</li>
</ul>
</div>
</div>
<style data-mw-deduplicate="TemplateStyles:r3728793">
.mw-parser-output #siteContainer {
text-align: center
}
.mw-parser-output .siteItem {
display: inline-block;
clear: both;
padding: 0 0.1%
}
@media screen and (max-width:720px) {
.mw-parser-output .siteItem {
padding: unset;
width: 49.5%;
margin: 2%0
}
.mw-parser-output .siteItem:nth-of-type(even) {
float: left;
clear: none
}
.mw-parser-output .siteItem:nth-of-type(odd) {
float: right
}
.mw-parser-output #siteContainer:after {
content: "";
clear: both;
display: block
}
}
</style>
<style data-mw-deduplicate="TemplateStyles:r3725829">
.mw-parser-output #siteContainer {
margin-top: 30px;
clear: both;
padding-top: 15px;
border-top: 3px double #CCC;
color: #222;
line-height: 120%
}
.mw-parser-output #siteContainer div:first-child {
background: white;
width: 45px;
margin: 0 auto;
margin-top: -40px
}
.mw-parser-output #siteContainer div:nth-of-type(2) {
color: #222;
font-size: 120%;
margin-bottom: 20px;
padding-top: 10px
}
</style>
<div id="siteContainer">
<div>
<div class="center">
<div class="floatnone"><img alt="Wikimedia-logo.svg" src="../I/Wikimedia-logo.svg.png.webp"
decoding="async" width="45" height="45" data-file-width="1024" data-file-height="1024"></div>
</div>
</div>
<div class="">Wikivoyage is part of the <b><a href="https://foundation.wikimedia.org/wiki/"
class="extiw external" title="wikimedia:">Wikimedia Foundation</a></b> family</div>
<p> <span>
<span class="siteItem"><img alt="Meta Wikimedia" src="../I/Wikimedia_Community_Logo.svg.png.webp"
decoding="async" width="35" height="35" data-file-width="900" data-file-height="900"><br><a
href="https://meta.wikimedia.org/wiki/" class="extiw external"
title="m:">Meta-Wiki</a><br>Coordination</span>
<span class="siteItem"><img alt="Wikipedia" src="../I/Wikipedia-logo-v2.svg.png.webp"
decoding="async" width="35" height="32" data-file-width="103" data-file-height="94"><br><a
href="https://en.wikipedia.org/wiki/" class="extiw external"
title="w:">Wikipedia</a><br>Encyclopedia</span>
<span class="siteItem"><img alt="Wiktionary" src="../I/Wiktionary-logo.svg.png.webp"
decoding="async" width="35" height="33" data-file-width="370" data-file-height="350"><br><a
href="https://en.wiktionary.org/wiki/" class="extiw external"
title="wikt:">Wiktionary</a><br>Dictionary</span>
<span class="siteItem"><img alt="Wikiquote" src="../I/Wikiquote-logo.svg.png.webp" decoding="async"
width="35" height="41" data-file-width="300" data-file-height="355"><br><a
href="https://en.wikiquote.org/wiki/" class="extiw external"
title="q:">Wikiquote</a><br>Quotations</span>
<span class="siteItem"><img alt="Wikisource" src="../I/Wikisource-logo.svg.png.webp"
decoding="async" width="35" height="37" data-file-width="410" data-file-height="430"><br><a
href="https://en.wikisource.org/wiki/" class="extiw external"
title="s:">Wikisource</a><br>Documents</span>
<span class="siteItem"><img alt="Wikibooks" src="../I/Wikibooks-logo.svg.png.webp" decoding="async"
width="35" height="35" data-file-width="300" data-file-height="300"><br><a
href="https://en.wikibooks.org/wiki/" class="extiw external"
title="b:">Wikibooks</a><br>Textbooks</span>
<span class="siteItem"><img alt="Wikiversity" src="../I/Wikiversity-logo.svg.png.webp"
decoding="async" width="35" height="28" data-file-width="1000" data-file-height="800"><br><a
href="https://en.wikiversity.org/wiki/" class="extiw external"
title="v:">Wikiversity</a><br>Learning tools</span>
<span class="siteItem"><img alt="Wikinews" src="../I/Wikinews-logo.svg.png.webp" decoding="async"
width="51" height="28" data-file-width="759" data-file-height="415"><br><a
href="https://en.wikinews.org/wiki/" class="extiw external"
title="n:">Wikinews</a><br>News</span>
<span class="siteItem"><img alt="Wikimedia Commons" src="../I/Commons-logo.svg.png.webp"
decoding="async" width="31" height="42" data-file-width="1024" data-file-height="1376"><br><a
href="https://commons.wikimedia.org/wiki/" class="extiw external"
title="commons:">Commons</a><br>Media</span>
<span class="siteItem"><img alt="Wikispecies" src="../I/Wikispecies-logo.svg.png.webp"
decoding="async" width="35" height="41" data-file-width="941" data-file-height="1103"><br><a
href="https://species.wikimedia.org/wiki/" class="extiw external"
title="wikispecies:">Wikispecies</a><br>Species</span>
<span class="siteItem"><img alt="Wikidata" src="../I/Wikidata-logo.svg.png.webp" decoding="async"
width="35" height="20" data-file-width="1050" data-file-height="590"><br><a
href="https://www.wikidata.org/wiki/" class="extiw external"
title="d:">Wikidata</a><br>Structured data</span>
<span class="siteItem"><img alt="MediaWiki" src="../I/MediaWiki-notext.svg.png.webp"
decoding="async" width="35" height="27" data-file-width="685" data-file-height="530"><br><a
href="https://www.mediawiki.org/wiki/" class="extiw external" title="mw:">MediaWiki</a><br>Wiki
software</span>
</span>
</p>
</div>
<div style="float:right; margin-top:-1em;"><a href="Main_Page%2FPhoto_credits"
title="Main Page/Photo credits"><span style="color:gray">photo credits</span></a></div>
</div>
<!--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;">
This article is issued from
<a class="external text" title="Last edited on 2019-09-30"
href="https://en.wikivoyage.org/wiki/Main_Page?oldid=3854223">
Wikivoyage</a>.
The text is licensed under <a class="external text"
href="https://creativecommons.org/licenses/by-sa/4.0/">Creative
Commons - Attribution - Sharealike</a>.
Additional terms may apply for the media files.
</div>
</div>
<!--/htdig_noindex-->
</div>
</div>
</div>
</div>
</div>
<script src="../-/j/js_modules/jsConfigVars.js" class=""></script>
<script src="../-/j/js_modules/startup.js" class=""></script>
<script src="../-/j/js_modules/jquery.js" class=""></script>
<script src="../-/j/js_modules/mediawiki.js" class=""></script>
<script src="../-/j/js_modules/site.js" class=""></script>
</body>
</html>