مدیاویکی:Common.css: تفاوت بین نسخهها
از پژوهشکده امر به معروف
(صفحهای تازه حاوی « /** * Styling for links generated by MediaWiki:Edittools * @source https://www.mediawiki.org/wiki/Extension:CharInsert#Styling * @...» ایجاد کرد) |
|||
| سطر ۳۴: | سطر ۳۴: | ||
padding-right: 1px; | padding-right: 1px; | ||
margin-left: 1px; | margin-left: 1px; | ||
| + | } | ||
| + | div#mw-edittools-charinsert { | ||
| + | display:block | ||
| + | } | ||
| + | .mw-charinsert-buttons { | ||
| + | margin-top:10px; | ||
| + | border:1px solid #aaaaaa; | ||
| + | padding:1px; | ||
| + | text-align:right; | ||
| + | font-size:110% | ||
| + | } | ||
| + | .mw-charinsert-buttons a { | ||
| + | color:black; | ||
| + | background-color:#cde !important; | ||
| + | font-weight:bold; | ||
| + | font-size:.9em; | ||
| + | text-decoration:none; | ||
| + | border:thin #069 outset; | ||
| + | padding:0 .1em .1em | ||
| + | } | ||
| + | .mw-charinsert-buttons a:hover,.mw-charinsert-buttons a:active { | ||
| + | background-color:#bcd; | ||
| + | border-style:inset | ||
| + | } | ||
| + | .client-js .mw-edittools-section { | ||
| + | display:inline | ||
| + | } | ||
| + | .client-js .mw-edittools-section input[type="button"] { | ||
| + | font-size:0.9em; | ||
| + | padding-left:1px; | ||
| + | padding-right:1px; | ||
| + | margin-left:1px | ||
| + | } | ||
| + | .referencetooltip { | ||
| + | position:absolute; | ||
| + | list-style:none; | ||
| + | list-style-image:none; | ||
| + | opacity:0; | ||
| + | font-size:10px; | ||
| + | margin:0; | ||
| + | z-index:5; | ||
| + | padding:0 | ||
| + | } | ||
| + | .referencetooltip li { | ||
| + | border:#080086 2px solid; | ||
| + | max-width:260px; | ||
| + | padding:10px 8px 13px 8px; | ||
| + | margin:0px; | ||
| + | background-color:#F7F7F7; | ||
| + | box-shadow:2px 4px 2px rgba(0,0,0,0.3); | ||
| + | -moz-box-shadow:2px 4px 2px rgba(0,0,0,0.3); | ||
| + | -webkit-box-shadow:2px 4px 2px rgba(0,0,0,0.3) | ||
| + | } | ||
| + | .referencetooltip li+li { | ||
| + | margin-right:7px; | ||
| + | margin-top:-2px; | ||
| + | border:0; | ||
| + | padding:0; | ||
| + | height:3px; | ||
| + | width:0px; | ||
| + | background-color:transparent; | ||
| + | box-shadow:none; | ||
| + | -moz-box-shadow:none; | ||
| + | -webkit-box-shadow:none; | ||
| + | border-top:12px #080086 solid; | ||
| + | border-right:7px transparent solid; | ||
| + | border-left:7px transparent solid | ||
| + | } | ||
| + | .referencetooltip>li+li::after { | ||
| + | content:''; | ||
| + | border-top:8px #F7F7F7 solid; | ||
| + | border-right:5px transparent solid; | ||
| + | border-left:5px transparent solid; | ||
| + | margin-top:-12px; | ||
| + | margin-right:-5px; | ||
| + | z-index:1; | ||
| + | height:0px; | ||
| + | width:0px; | ||
| + | display:block | ||
| + | } | ||
| + | .client-js body .referencetooltip li li { | ||
| + | border:none; | ||
| + | box-shadow:none; | ||
| + | -moz-box-shadow:none; | ||
| + | -webkit-box-shadow:none; | ||
| + | height:auto; | ||
| + | width:auto; | ||
| + | margin:auto; | ||
| + | padding:0; | ||
| + | position:static | ||
| + | } | ||
| + | .RTflipped { | ||
| + | padding-top:13px | ||
| + | } | ||
| + | .referencetooltip.RTflipped li+li { | ||
| + | position:absolute; | ||
| + | top:2px; | ||
| + | border-top:0; | ||
| + | border-bottom:12px #080086 solid | ||
| + | } | ||
| + | .referencetooltip.RTflipped li+li::after { | ||
| + | border-top:0; | ||
| + | border-bottom:8px #F7F7F7 solid; | ||
| + | position:absolute; | ||
| + | margin-top:7px | ||
| + | } | ||
| + | .RTsettings { | ||
| + | float:left; | ||
| + | height:16px; | ||
| + | width:16px; | ||
| + | cursor:pointer; | ||
| + | background-image:url(//upload.wikimedia.org/wikipedia/commons/e/ed/Cog.png); | ||
| + | margin-top:-9px; | ||
| + | margin-left:-7px; | ||
| + | -webkit-transition:opacity 0.15s; | ||
| + | -moz-transition:opacity 0.15s; | ||
| + | -o-transition:opacity 0.15s; | ||
| + | -ms-transition:opacity 0.15s; | ||
| + | transition:opacity 0.15s; | ||
| + | opacity:0.6; | ||
| + | filter:alpha(opacity=60) | ||
| + | } | ||
| + | .RTsettings:hover { | ||
| + | opacity:1; | ||
| + | filter:alpha(opacity=100) | ||
| + | } | ||
| + | .RTTarget { | ||
| + | border:#080086 2px solid | ||
| + | } | ||
| + | .mw-highlight .hll { | ||
| + | background-color:#ffffcc | ||
| + | } | ||
| + | .mw-highlight { | ||
| + | background:#f8f8f8 | ||
| + | } | ||
| + | .mw-highlight .c { | ||
| + | color:#408080; | ||
| + | font-style:italic | ||
| + | } | ||
| + | .mw-highlight .err { | ||
| + | border:1px solid #FF0000 | ||
| + | } | ||
| + | .mw-highlight .k { | ||
| + | color:#008000; | ||
| + | font-weight:bold | ||
| + | } | ||
| + | .mw-highlight .o { | ||
| + | color:#666666 | ||
| + | } | ||
| + | .mw-highlight .ch { | ||
| + | color:#408080; | ||
| + | font-style:italic | ||
| + | } | ||
| + | .mw-highlight .cm { | ||
| + | color:#408080; | ||
| + | font-style:italic | ||
| + | } | ||
| + | .mw-highlight .cp { | ||
| + | color:#BC7A00 | ||
| + | } | ||
| + | .mw-highlight .cpf { | ||
| + | color:#408080; | ||
| + | font-style:italic | ||
| + | } | ||
| + | .mw-highlight .c1 { | ||
| + | color:#408080; | ||
| + | font-style:italic | ||
| + | } | ||
| + | .mw-highlight .cs { | ||
| + | color:#408080; | ||
| + | font-style:italic | ||
| + | } | ||
| + | .mw-highlight .gd { | ||
| + | color:#A00000 | ||
| + | } | ||
| + | .mw-highlight .ge { | ||
| + | font-style:italic | ||
| + | } | ||
| + | .mw-highlight .gr { | ||
| + | color:#FF0000 | ||
| + | } | ||
| + | .mw-highlight .gh { | ||
| + | color:#000080; | ||
| + | font-weight:bold | ||
| + | } | ||
| + | .mw-highlight .gi { | ||
| + | color:#00A000 | ||
| + | } | ||
| + | .mw-highlight .go { | ||
| + | color:#888888 | ||
| + | } | ||
| + | .mw-highlight .gp { | ||
| + | color:#000080; | ||
| + | font-weight:bold | ||
| + | } | ||
| + | .mw-highlight .gs { | ||
| + | font-weight:bold | ||
| + | } | ||
| + | .mw-highlight .gu { | ||
| + | color:#800080; | ||
| + | font-weight:bold | ||
| + | } | ||
| + | .mw-highlight .gt { | ||
| + | color:#0044DD | ||
| + | } | ||
| + | .mw-highlight .kc { | ||
| + | color:#008000; | ||
| + | font-weight:bold | ||
| + | } | ||
| + | .mw-highlight .kd { | ||
| + | color:#008000; | ||
| + | font-weight:bold | ||
| + | } | ||
| + | .mw-highlight .kn { | ||
| + | color:#008000; | ||
| + | font-weight:bold | ||
| + | } | ||
| + | .mw-highlight .kp { | ||
| + | color:#008000 | ||
| + | } | ||
| + | .mw-highlight .kr { | ||
| + | color:#008000; | ||
| + | font-weight:bold | ||
| + | } | ||
| + | .mw-highlight .kt { | ||
| + | color:#B00040 | ||
| + | } | ||
| + | .mw-highlight .m { | ||
| + | color:#666666 | ||
| + | } | ||
| + | .mw-highlight .s { | ||
| + | color:#BA2121 | ||
| + | } | ||
| + | .mw-highlight .na { | ||
| + | color:#7D9029 | ||
| + | } | ||
| + | .mw-highlight .nb { | ||
| + | color:#008000 | ||
| + | } | ||
| + | .mw-highlight .nc { | ||
| + | color:#0000FF; | ||
| + | font-weight:bold | ||
| + | } | ||
| + | .mw-highlight .no { | ||
| + | color:#880000 | ||
| + | } | ||
| + | .mw-highlight .nd { | ||
| + | color:#AA22FF | ||
| + | } | ||
| + | .mw-highlight .ni { | ||
| + | color:#999999; | ||
| + | font-weight:bold | ||
| + | } | ||
| + | .mw-highlight .ne { | ||
| + | color:#D2413A; | ||
| + | font-weight:bold | ||
| + | } | ||
| + | .mw-highlight .nf { | ||
| + | color:#0000FF | ||
| + | } | ||
| + | .mw-highlight .nl { | ||
| + | color:#A0A000 | ||
| + | } | ||
| + | .mw-highlight .nn { | ||
| + | color:#0000FF; | ||
| + | font-weight:bold | ||
| + | } | ||
| + | .mw-highlight .nt { | ||
| + | color:#008000; | ||
| + | font-weight:bold | ||
| + | } | ||
| + | .mw-highlight .nv { | ||
| + | color:#19177C | ||
| + | } | ||
| + | .mw-highlight .ow { | ||
| + | color:#AA22FF; | ||
| + | font-weight:bold | ||
| + | } | ||
| + | .mw-highlight .w { | ||
| + | color:#bbbbbb | ||
| + | } | ||
| + | .mw-highlight .mb { | ||
| + | color:#666666 | ||
| + | } | ||
| + | .mw-highlight .mf { | ||
| + | color:#666666 | ||
| + | } | ||
| + | .mw-highlight .mh { | ||
| + | color:#666666 | ||
| + | } | ||
| + | .mw-highlight .mi { | ||
| + | color:#666666 | ||
| + | } | ||
| + | .mw-highlight .mo { | ||
| + | color:#666666 | ||
| + | } | ||
| + | .mw-highlight .sb { | ||
| + | color:#BA2121 | ||
| + | } | ||
| + | .mw-highlight .sc { | ||
| + | color:#BA2121 | ||
| + | } | ||
| + | .mw-highlight .sd { | ||
| + | color:#BA2121; | ||
| + | font-style:italic | ||
| + | } | ||
| + | .mw-highlight .s2 { | ||
| + | color:#BA2121 | ||
| + | } | ||
| + | .mw-highlight .se { | ||
| + | color:#BB6622; | ||
| + | font-weight:bold | ||
| + | } | ||
| + | .mw-highlight .sh { | ||
| + | color:#BA2121 | ||
| + | } | ||
| + | .mw-highlight .si { | ||
| + | color:#BB6688; | ||
| + | font-weight:bold | ||
| + | } | ||
| + | .mw-highlight .sx { | ||
| + | color:#008000 | ||
| + | } | ||
| + | .mw-highlight .sr { | ||
| + | color:#BB6688 | ||
| + | } | ||
| + | .mw-highlight .s1 { | ||
| + | color:#BA2121 | ||
| + | } | ||
| + | .mw-highlight .ss { | ||
| + | color:#19177C | ||
| + | } | ||
| + | .mw-highlight .bp { | ||
| + | color:#008000 | ||
| + | } | ||
| + | .mw-highlight .vc { | ||
| + | color:#19177C | ||
| + | } | ||
| + | .mw-highlight .vg { | ||
| + | color:#19177C | ||
| + | } | ||
| + | .mw-highlight .vi { | ||
| + | color:#19177C | ||
| + | } | ||
| + | .mw-highlight .il { | ||
| + | color:#666666 | ||
| + | } | ||
| + | .mw-highlight { | ||
| + | direction:ltr; | ||
| + | unicode-bidi:embed | ||
| + | } | ||
| + | .mw-highlight pre { | ||
| + | -moz-tab-size:4; | ||
| + | -o-tab-size:4; | ||
| + | tab-size:4 | ||
| + | } | ||
| + | code code.mw-highlight { | ||
| + | background-color:transparent; | ||
| + | border:0; | ||
| + | padding:0 | ||
| + | } | ||
| + | .mw-highlight .err { | ||
| + | border:0 | ||
| + | } | ||
| + | .mw-highlight .hll { | ||
| + | display:block | ||
| + | } | ||
| + | .mw-highlight.mw-content-ltr .lineno { | ||
| + | float:left | ||
| + | } | ||
| + | .mw-highlight.mw-content-rtl .lineno { | ||
| + | float:right | ||
| + | } | ||
| + | .badge-goodarticle,.badge-recommendedarticle { | ||
| + | list-style-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAIAAAD0YtNRAAAABnRSTlMAAAAAAABupgeRAAAAVklEQVR4AWIYSFBfX49TDtDWNFgBEEOxhfNOtQbo1lf7mwmA80IIASDEPnLOEUIwyHVdYRLmcf2+L2YJk/59Xdd50V+Pu0yjtc4AfeG9N8a0NtRhEoofjxA1QdE3DGkAAAAASUVORK5CYII=); | ||
| + | list-style-image:url(//fa.wikipedia.org/w/extensions/Wikidata/extensions/WikimediaBadges/resources/images/badge-silver-star.png?50b99)!ie | ||
| + | } | ||
| + | .badge-featuredarticle,.badge-featuredportal,.badge-featuredlist { | ||
| + | list-style-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANBAMAAACJLlk1AAAAJFBMVEX8/vz84pz8viT80mz83pT8ylT8wjT8xkT8xjz81nz88tz82oSJMa9zAAAAAXRSTlMAQObYZgAAAC9JREFUeAFjwA0EwKQCiGBWBhKuSkqpDgzsSkoaQE6SUgMDE1SJ2jSgIq4NDLsYAGRLBV63sSwfAAAAAElFTkSuQmCC); | ||
| + | list-style-image:url(//fa.wikipedia.org/w/extensions/Wikidata/extensions/WikimediaBadges/resources/images/badge-golden-star.png?0edeb)!ie | ||
| + | } | ||
| + | .badge-problematic { | ||
| + | list-style-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAWUlEQVR4AWMYLGDz5v9y69f/X7thw//XULxu48b/KnBJoMA7IP6PjKFisgxQnf9x4NUMQOITHgUfQAo+41HwEWTFBnxWgBypgcORb0GORPfmJ5CxQLwGJgkA1li/0fHRlXsAAAAASUVORK5CYII=); | ||
| + | list-style-image:url(//fa.wikipedia.org/w/extensions/Wikidata/extensions/WikimediaBadges/resources/images/badge-problematic.png?f3177)!ie | ||
| + | } | ||
| + | .badge-proofread { | ||
| + | list-style-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAYElEQVR4AWMYLOD/szS5/8/T1/5/kf4aitf9f5WlgpB8mf4OKPgfGYPFnmbJMoB0wgUxFa1mADI+gTg48AeQgs94FHwEKdiA34pnaRowR6LhtyBHonvzE8jY/8/T1sAkAfA0u7wNTQyVAAAAAElFTkSuQmCC); | ||
| + | list-style-image:url(//fa.wikipedia.org/w/extensions/Wikidata/extensions/WikimediaBadges/resources/images/badge-proofread.png?e81f9)!ie | ||
| + | } | ||
| + | .badge-validated { | ||
| + | list-style-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAW0lEQVR4AWMYLGDi/4lyE/5PWAvEr6F4Xd//PhVkyXdAjA7f9f7vlWWA6MQOgZpXgxR8wqPgA0jBZyDGBT8y9P/v34DXisn/J2vgcORbkCPRvfkJZCwQr4FJAgAYMLC53pOcnQAAAABJRU5ErkJggg==); | ||
| + | list-style-image:url(//fa.wikipedia.org/w/extensions/Wikidata/extensions/WikimediaBadges/resources/images/badge-validated.png?6232c)!ie | ||
| + | } | ||
| + | .mediaContainer,.PopUpMediaTransform { | ||
| + | position :relative; | ||
| + | display:block | ||
| + | } | ||
| + | .thumb .mediaContainer,.thumb .PopUpMediaTransform { | ||
| + | margin:0 auto | ||
| + | } | ||
| + | .client-nojs #pt-uls { | ||
| + | display:none | ||
| + | } | ||
| + | .client-nojs #ca-ve-edit,.client-nojs .mw-editsection-divider,.client-nojs .mw-editsection-visualeditor,.ve-not-available #ca-ve-edit,.ve-not-available .mw-editsection-divider,.ve-not-available .mw-editsection-visualeditor { | ||
| + | display:none | ||
| + | } | ||
| + | .client-js .mw-content-ltr .mw-editsection-bracket:first-of-type,.client-js .mw-content-rtl .mw-editsection-bracket:not( :first-of-type ) { | ||
| + | margin-right:0.25em; | ||
| + | color:#555 | ||
| + | } | ||
| + | .client-js .mw-content-rtl .mw-editsection-bracket:first-of-type,.client-js .mw-content-ltr .mw-editsection-bracket:not( :first-of-type ) { | ||
| + | margin-left:0.25em; | ||
| + | color:#555 | ||
| + | } | ||
| + | @media print { | ||
| + | .noprint,div#jump-to-nav,.mw-jump,div.top,div#column-one,.mw-editsection,.mw-editsection-like,div#f-poweredbyico,div#f-copyrightico,li#about,li#disclaimer,li#mobileview,li#privacy,#footer-places,.mw-hidden-catlinks,.usermessage,.patrollink,.ns-0 .mw-redirectedfrom,#mw-navigation,#siteNotice { | ||
| + | display:none | ||
| + | } | ||
| + | .wikitable,.thumb,img { | ||
| + | page-break-inside:avoid | ||
| + | } | ||
| + | h2,h3,h4,h5,h6 { | ||
| + | page-break-after:avoid | ||
| + | } | ||
| + | p { | ||
| + | widows:3; | ||
| + | orphans:3 | ||
| + | } | ||
| + | body { | ||
| + | background:white; | ||
| + | color:black; | ||
| + | margin:0; | ||
| + | padding:0 | ||
| + | } | ||
| + | ul { | ||
| + | list-style-type:square | ||
| + | } | ||
| + | h1,h2,h3,h4,h5,h6 { | ||
| + | font-weight:bold | ||
| + | } | ||
| + | dt { | ||
| + | font-weight:bold | ||
| + | } | ||
| + | p { | ||
| + | margin:1em 0; | ||
| + | line-height:1.2em | ||
| + | } | ||
| + | pre,.mw-code { | ||
| + | border:1pt dashed black; | ||
| + | white-space:pre; | ||
| + | font-size:8pt; | ||
| + | overflow:auto; | ||
| + | padding:1em 0; | ||
| + | background:white; | ||
| + | color:black | ||
| + | } | ||
| + | #globalWrapper { | ||
| + | width:100% !important; | ||
| + | min-width:0 !important | ||
| + | } | ||
| + | .mw-body { | ||
| + | background:white; | ||
| + | border:none !important; | ||
| + | padding:0 !important; | ||
| + | margin:0 !important; | ||
| + | direction:rtl; | ||
| + | color:black | ||
| + | } | ||
| + | #column-content { | ||
| + | margin:0 !important | ||
| + | } | ||
| + | #column-content .mw-body { | ||
| + | padding:1em; | ||
| + | margin:0 !important | ||
| + | } | ||
| + | #toc { | ||
| + | border:1px solid #aaaaaa; | ||
| + | background-color:#f9f9f9; | ||
| + | padding:5px; | ||
| + | display:table | ||
| + | } | ||
| + | .tocnumber,.toctext { | ||
| + | display:table-cell | ||
| + | } | ||
| + | .tocnumber { | ||
| + | padding-right:0; | ||
| + | padding-left:0.5em | ||
| + | } | ||
| + | .mw-content-ltr .tocnumber { | ||
| + | padding-left:0; | ||
| + | padding-right:0.5em | ||
| + | } | ||
| + | .mw-content-rtl .tocnumber { | ||
| + | padding-left:0.5em; | ||
| + | padding-right:0 | ||
| + | } | ||
| + | #footer { | ||
| + | background:white; | ||
| + | color:black; | ||
| + | margin-top:1em; | ||
| + | border-top:1px solid #AAA; | ||
| + | direction:rtl | ||
| + | } | ||
| + | img { | ||
| + | border:none; | ||
| + | vertical-align:middle | ||
| + | } | ||
| + | a { | ||
| + | background:none !important; | ||
| + | padding:0 !important | ||
| + | } | ||
| + | .mw-body a.external.text:after,.mw-body a.external.autonumber:after { | ||
| + | content:" (" attr(href) ")" | ||
| + | } | ||
| + | .mw-body a.external.text[href^='//']:after,.mw-body a.external.autonumber[href^='//']:after { | ||
| + | content:" (https:" attr(href) ")" | ||
| + | } | ||
| + | a,a.external,a.new,a.stub { | ||
| + | color:black !important; | ||
| + | text-decoration:none !important | ||
| + | } | ||
| + | a,a.external,a.new,a.stub { | ||
| + | color:inherit !important; | ||
| + | text-decoration:inherit !important | ||
| + | } | ||
| + | div.floatright { | ||
| + | float:right; | ||
| + | clear:right; | ||
| + | position:relative; | ||
| + | margin:0.5em 0 0.8em 1.4em | ||
| + | } | ||
| + | div.floatright p { | ||
| + | font-style:italic | ||
| + | } | ||
| + | div.floatleft { | ||
| + | float:left; | ||
| + | clear:left; | ||
| + | position:relative; | ||
| + | margin:0.5em 1.4em 0.8em 0 | ||
| + | } | ||
| + | div.floatleft p { | ||
| + | font-style:italic | ||
| + | } | ||
| + | div.center { | ||
| + | text-align:center | ||
| + | } | ||
| + | div.thumb { | ||
| + | border:none; | ||
| + | width:auto; | ||
| + | margin-top:0.5em; | ||
| + | margin-bottom:0.8em; | ||
| + | background-color:transparent | ||
| + | } | ||
| + | div.thumbinner { | ||
| + | border:1px solid #cccccc; | ||
| + | padding:3px !important; | ||
| + | background-color:White; | ||
| + | font-size:94%; | ||
| + | text-align:center; | ||
| + | overflow:hidden | ||
| + | } | ||
| + | html .thumbimage { | ||
| + | border:1px solid #cccccc | ||
| + | } | ||
| + | html .thumbcaption { | ||
| + | border:none; | ||
| + | text-align:right; | ||
| + | line-height:1.4em; | ||
| + | padding:3px !important; | ||
| + | font-size:94% | ||
| + | } | ||
| + | div.magnify { | ||
| + | display:none | ||
| + | } | ||
| + | div.tright { | ||
| + | float:right; | ||
| + | clear:right; | ||
| + | margin:0.5em 0 0.8em 1.4em | ||
| + | } | ||
| + | div.tleft { | ||
| + | float:left; | ||
| + | clear:left; | ||
| + | margin:0.5em 1.4em 0.8em 0 | ||
| + | } | ||
| + | img.thumbborder { | ||
| + | border:1px solid #dddddd | ||
| + | } | ||
| + | table.wikitable,table.mw_metadata { | ||
| + | margin:1em 0; | ||
| + | border:1px #aaa solid; | ||
| + | background:white; | ||
| + | border-collapse:collapse | ||
| + | } | ||
| + | table.wikitable > tr > th,table.wikitable > tr > td,table.wikitable > * > tr > th,table.wikitable > * > tr > td,.mw_metadata th,.mw_metadata td { | ||
| + | border:1px #aaa solid; | ||
| + | padding:0.2em | ||
| + | } | ||
| + | table.wikitable > tr > th,table.wikitable > * > tr > th,.mw_metadata th { | ||
| + | text-align:center; | ||
| + | background:white; | ||
| + | font-weight:bold | ||
| + | } | ||
| + | table.wikitable > caption,.mw_metadata caption { | ||
| + | font-weight:bold | ||
| + | } | ||
| + | table.listing,table.listing td { | ||
| + | border:1pt solid black; | ||
| + | border-collapse:collapse | ||
| + | } | ||
| + | a.sortheader { | ||
| + | margin:0 0.3em | ||
| + | } | ||
| + | .catlinks ul { | ||
| + | display:inline; | ||
| + | margin:0; | ||
| + | padding:0; | ||
| + | list-style:none; | ||
| + | list-style-type:none; | ||
| + | list-style-image:none | ||
| + | } | ||
| + | .catlinks li { | ||
| + | display:inline-block; | ||
| + | line-height:1.15em; | ||
| + | padding:0 .4em; | ||
| + | border-right:1px solid #AAA; | ||
| + | margin:0.1em 0 | ||
| + | } | ||
| + | .catlinks li:first-child { | ||
| + | padding-right:.2em; | ||
| + | border-right:none | ||
| + | } | ||
| + | .printfooter { | ||
| + | padding:1em 0 1em 0 | ||
| + | } | ||
| + | } | ||
| + | @media screen { | ||
| + | .mw-content-ltr { | ||
| + | direction:ltr | ||
| + | } | ||
| + | .mw-content-rtl { | ||
| + | direction:rtl | ||
| + | } | ||
| + | .sitedir-ltr textarea,.sitedir-ltr input { | ||
| + | direction:ltr | ||
| + | } | ||
| + | .sitedir-rtl textarea,.sitedir-rtl input { | ||
| + | direction:rtl | ||
| + | } | ||
| + | .mw-userlink { | ||
| + | unicode-bidi:embed | ||
| + | } | ||
| + | mark { | ||
| + | background-color:yellow; | ||
| + | color:black | ||
| + | } | ||
| + | wbr { | ||
| + | display:inline-block | ||
| + | } | ||
| + | input[type="submit"],input[type="button"],input[type="reset"],input[type="file"] { | ||
| + | direction:rtl | ||
| + | } | ||
| + | textarea[dir="ltr"],input[dir="ltr"] { | ||
| + | direction:ltr | ||
| + | } | ||
| + | textarea[dir="rtl"],input[dir="rtl"] { | ||
| + | direction:rtl | ||
| + | } | ||
| + | abbr[title],.explain[title] { | ||
| + | border-bottom:1px dotted; | ||
| + | cursor:help | ||
| + | } | ||
| + | @supports (text-decoration:underline dotted) { | ||
| + | abbr[title],.explain[title] { | ||
| + | border-bottom:none; | ||
| + | text-decoration:underline dotted | ||
| + | } | ||
| + | } | ||
| + | .mw-plusminus-pos { | ||
| + | color:#006400 | ||
| + | } | ||
| + | .mw-plusminus-neg { | ||
| + | color:#8b0000 | ||
| + | } | ||
| + | .mw-plusminus-null { | ||
| + | color:#aaa | ||
| + | } | ||
| + | .mw-plusminus-pos,.mw-plusminus-neg,.mw-plusminus-null { | ||
| + | unicode-bidi:-moz-isolate; | ||
| + | unicode-bidi:-webkit-isolate; | ||
| + | unicode-bidi:isolate | ||
| + | } | ||
| + | span.comment { | ||
| + | font-style:italic | ||
| + | } | ||
| + | #wikiPreview.ontop { | ||
| + | margin-bottom:1em | ||
| + | } | ||
| + | #editform,#toolbar,#wpTextbox1 { | ||
| + | clear:both | ||
| + | } | ||
| + | li span.deleted,span.history-deleted { | ||
| + | text-decoration:line-through; | ||
| + | color:#888; | ||
| + | font-style:italic | ||
| + | } | ||
| + | .not-patrolled { | ||
| + | background-color:#ffa | ||
| + | } | ||
| + | .unpatrolled { | ||
| + | font-weight:bold; | ||
| + | color:red | ||
| + | } | ||
| + | div.patrollink { | ||
| + | font-size:75%; | ||
| + | text-align:left | ||
| + | } | ||
| + | td.mw-label { | ||
| + | text-align:left | ||
| + | } | ||
| + | td.mw-input { | ||
| + | text-align:right | ||
| + | } | ||
| + | td.mw-submit { | ||
| + | text-align:right | ||
| + | } | ||
| + | td.mw-label { | ||
| + | vertical-align:middle | ||
| + | } | ||
| + | td.mw-submit { | ||
| + | white-space:nowrap | ||
| + | } | ||
| + | input#wpSummary { | ||
| + | width:80%; | ||
| + | margin-bottom:1em | ||
| + | } | ||
| + | .mw-input-with-label { | ||
| + | white-space:nowrap | ||
| + | } | ||
| + | .mw-content-ltr .thumbcaption { | ||
| + | text-align:left | ||
| + | } | ||
| + | .mw-content-ltr .magnify { | ||
| + | float:right | ||
| + | } | ||
| + | .mw-content-rtl .thumbcaption { | ||
| + | text-align:right | ||
| + | } | ||
| + | .mw-content-rtl .magnify { | ||
| + | float:left | ||
| + | } | ||
| + | #catlinks { | ||
| + | text-align:right | ||
| + | } | ||
| + | .catlinks ul { | ||
| + | display:inline; | ||
| + | margin:0; | ||
| + | padding:0; | ||
| + | list-style:none; | ||
| + | list-style-type:none; | ||
| + | list-style-image:none; | ||
| + | vertical-align:middle !ie | ||
| + | } | ||
| + | .catlinks li { | ||
| + | display:inline-block; | ||
| + | line-height:1.25em; | ||
| + | border-right:1px solid #AAA; | ||
| + | margin:0.125em 0; | ||
| + | padding:0 0.5em; | ||
| + | zoom:1; | ||
| + | display:inline !ie | ||
| + | } | ||
| + | .catlinks li:first-child { | ||
| + | padding-right:0.25em; | ||
| + | border-right:none | ||
| + | } | ||
| + | .catlinks li a.mw-redirect { | ||
| + | font-style:italic | ||
| + | } | ||
| + | .mw-hidden-cats-hidden { | ||
| + | display:none | ||
| + | } | ||
| + | .catlinks-allhidden { | ||
| + | display:none | ||
| + | } | ||
| + | p.mw-protect-editreasons,p.mw-filedelete-editreasons,p.mw-delete-editreasons { | ||
| + | font-size:90%; | ||
| + | text-align:left | ||
| + | } | ||
| + | .autocomment { | ||
| + | color:gray | ||
| + | } | ||
| + | #pagehistory .history-user { | ||
| + | margin-right:0.4em; | ||
| + | margin-left:0.2em | ||
| + | } | ||
| + | #pagehistory li { | ||
| + | border:1px solid white | ||
| + | } | ||
| + | #pagehistory li.selected { | ||
| + | background-color:#f9f9f9; | ||
| + | border:1px dashed #aaa | ||
| + | } | ||
| + | .mw-history-revisionactions { | ||
| + | float:left | ||
| + | } | ||
| + | .newpage,.minoredit,.botedit { | ||
| + | font-weight:bold | ||
| + | } | ||
| + | div.mw-warning-with-logexcerpt { | ||
| + | padding:3px; | ||
| + | margin-bottom:3px; | ||
| + | border:2px solid #2F6FAB; | ||
| + | clear:both | ||
| + | } | ||
| + | div.mw-warning-with-logexcerpt ul li { | ||
| + | font-size:90% | ||
| + | } | ||
| + | span.mw-revdelundel-link,strong.mw-revdelundel-link { | ||
| + | font-size:90% | ||
| + | } | ||
| + | span.mw-revdelundel-hidden,input.mw-revdelundel-hidden { | ||
| + | visibility:hidden | ||
| + | } | ||
| + | td.mw-revdel-checkbox,th.mw-revdel-checkbox { | ||
| + | padding-left:10px; | ||
| + | text-align:center | ||
| + | } | ||
| + | a.new { | ||
| + | color:#BA0000 | ||
| + | } | ||
| + | .plainlinks a.external { | ||
| + | background:none !important; | ||
| + | padding:0 !important | ||
| + | } | ||
| + | .rtl a.external.free,.rtl a.external.autonumber { | ||
| + | direction:ltr; | ||
| + | unicode-bidi:embed | ||
| + | } | ||
| + | table.wikitable { | ||
| + | margin:1em 0; | ||
| + | background-color:#f9f9f9; | ||
| + | border:1px solid #aaa; | ||
| + | border-collapse:collapse; | ||
| + | color:black | ||
| + | } | ||
| + | table.wikitable > tr > th,table.wikitable > tr > td,table.wikitable > * > tr > th,table.wikitable > * > tr > td { | ||
| + | border:1px solid #aaa; | ||
| + | padding:0.2em 0.4em | ||
| + | } | ||
| + | table.wikitable > tr > th,table.wikitable > * > tr > th { | ||
| + | background-color:#f2f2f2; | ||
| + | text-align:center | ||
| + | } | ||
| + | table.wikitable > caption { | ||
| + | font-weight:bold | ||
| + | } | ||
| + | .error,.warning,.success { | ||
| + | font-size:larger | ||
| + | } | ||
| + | .error { | ||
| + | color:#cc0000 | ||
| + | } | ||
| + | .warning { | ||
| + | color:#705000 | ||
| + | } | ||
| + | .success { | ||
| + | color:#009000 | ||
| + | } | ||
| + | .errorbox,.warningbox,.successbox { | ||
| + | border:1px solid; | ||
| + | padding:.5em 1em; | ||
| + | margin-bottom:1em; | ||
| + | display:inline-block; | ||
| + | zoom:1; | ||
| + | *display:inline | ||
| + | } | ||
| + | .errorbox h2,.warningbox h2,.successbox h2 { | ||
| + | font-size:1em; | ||
| + | color:inherit; | ||
| + | font-weight:bold; | ||
| + | display:inline; | ||
| + | margin:0 0 0 .5em; | ||
| + | border:none | ||
| + | } | ||
| + | .errorbox { | ||
| + | color:#cc0000; | ||
| + | border-color:#fac5c5; | ||
| + | background-color:#fae3e3 | ||
| + | } | ||
| + | .warningbox { | ||
| + | color:#705000; | ||
| + | border-color:#fde29b; | ||
| + | background-color:#fdf1d1 | ||
| + | } | ||
| + | .successbox { | ||
| + | color:#008000; | ||
| + | border-color:#b7fdb5; | ||
| + | background-color:#e1fddf | ||
| + | } | ||
| + | .mw-infobox { | ||
| + | border:2px solid #ff7f00; | ||
| + | margin:0.5em; | ||
| + | clear:right; | ||
| + | overflow:hidden | ||
| + | } | ||
| + | .mw-infobox-left { | ||
| + | margin:7px; | ||
| + | float:right; | ||
| + | width:35px | ||
| + | } | ||
| + | .mw-infobox-right { | ||
| + | margin:0.5em 49px 0.5em 0.5em | ||
| + | } | ||
| + | .previewnote { | ||
| + | color:#c00; | ||
| + | margin-bottom:1em | ||
| + | } | ||
| + | .previewnote p { | ||
| + | text-indent:3em; | ||
| + | margin:0.8em 0 | ||
| + | } | ||
| + | .visualClear { | ||
| + | clear:both | ||
| + | } | ||
| + | .mw-datatable { | ||
| + | border-collapse:collapse | ||
| + | } | ||
| + | .mw-datatable,.mw-datatable td,.mw-datatable th { | ||
| + | border:1px solid #aaaaaa; | ||
| + | padding:0 0.15em 0 0.15em | ||
| + | } | ||
| + | .mw-datatable th { | ||
| + | background-color:#ddddff | ||
| + | } | ||
| + | .mw-datatable td { | ||
| + | background-color:#ffffff | ||
| + | } | ||
| + | .mw-datatable tr:hover td { | ||
| + | background-color:#eeeeff | ||
| + | } | ||
| + | table.mw_metadata { | ||
| + | font-size:0.8em; | ||
| + | margin-right:0.5em; | ||
| + | margin-bottom:0.5em; | ||
| + | width:400px | ||
| + | } | ||
| + | table.mw_metadata caption { | ||
| + | font-weight:bold | ||
| + | } | ||
| + | table.mw_metadata th { | ||
| + | font-weight:normal | ||
| + | } | ||
| + | table.mw_metadata td { | ||
| + | padding:0.1em | ||
| + | } | ||
| + | table.mw_metadata { | ||
| + | border:none; | ||
| + | border-collapse:collapse | ||
| + | } | ||
| + | table.mw_metadata td,table.mw_metadata th { | ||
| + | text-align:center; | ||
| + | border:1px solid #aaaaaa; | ||
| + | padding-right:5px; | ||
| + | padding-left:5px | ||
| + | } | ||
| + | table.mw_metadata th { | ||
| + | background-color:#f9f9f9 | ||
| + | } | ||
| + | table.mw_metadata td { | ||
| + | background-color:#fcfcfc | ||
| + | } | ||
| + | table.mw_metadata ul.metadata-langlist { | ||
| + | list-style-type:none; | ||
| + | list-style-image:none; | ||
| + | padding-left:5px; | ||
| + | padding-right:5px; | ||
| + | margin:0 | ||
| + | } | ||
| + | .mw-content-ltr ul,.mw-content-rtl .mw-content-ltr ul { | ||
| + | margin:0.3em 0 0 1.6em; | ||
| + | padding:0 | ||
| + | } | ||
| + | .mw-content-rtl ul,.mw-content-ltr .mw-content-rtl ul { | ||
| + | margin:0.3em 1.6em 0 0; | ||
| + | padding:0 | ||
| + | } | ||
| + | .mw-content-ltr ol,.mw-content-rtl .mw-content-ltr ol { | ||
| + | margin:0.3em 0 0 3.2em; | ||
| + | padding:0 | ||
| + | } | ||
| + | .mw-content-rtl ol,.mw-content-ltr .mw-content-rtl ol { | ||
| + | margin:0.3em 3.2em 0 0; | ||
| + | padding:0 | ||
| + | } | ||
| + | .mw-content-ltr dd,.mw-content-rtl .mw-content-ltr dd { | ||
| + | margin-left:1.6em; | ||
| + | margin-right:0 | ||
| + | } | ||
| + | .mw-content-rtl dd,.mw-content-ltr .mw-content-rtl dd { | ||
| + | margin-right:1.6em; | ||
| + | margin-left:0 | ||
| + | } | ||
| + | .mw-ajax-loader { | ||
| + | background-image:url(//fa.wikipedia.org/w/resources/src/mediawiki.legacy/images/ajax-loader.gif?57f34); | ||
| + | background-position:center center; | ||
| + | background-repeat:no-repeat; | ||
| + | padding:16px; | ||
| + | position:relative; | ||
| + | top:-16px | ||
| + | } | ||
| + | .mw-small-spinner { | ||
| + | padding:10px !important; | ||
| + | margin-left:0.6em; | ||
| + | background-image:url(//fa.wikipedia.org/w/resources/src/mediawiki.legacy/images/spinner.gif?ca65b); | ||
| + | background-position:center center; | ||
| + | background-repeat:no-repeat | ||
| + | } | ||
| + | h1:lang(anp),h1:lang(as),h1:lang(bh),h1:lang(bho),h1:lang(bn),h1:lang(gu),h1:lang(hi),h1:lang(kn),h1:lang(ks),h1:lang(ml),h1:lang(mr),h1:lang(my),h1:lang(mai),h1:lang(ne),h1:lang(new),h1:lang(or),h1:lang(pa),h1:lang(pi),h1:lang(sa),h1:lang(ta),h1:lang(te) { | ||
| + | line-height:1.6em !important | ||
| + | } | ||
| + | h2:lang(anp),h3:lang(anp),h4:lang(anp),h5:lang(anp),h6:lang(anp),h2:lang(as),h3:lang(as),h4:lang(as),h5:lang(as),h6:lang(as),h2:lang(bho),h3:lang(bho),h4:lang(bho),h5:lang(bho),h6:lang(bho),h2:lang(bh),h3:lang(bh),h4:lang(bh),h5:lang(bh),h6:lang(bh),h2:lang(bn),h3:lang(bn),h4:lang(bn),h5:lang(bn),h6:lang(bn),h2:lang(gu),h3:lang(gu),h4:lang(gu),h5:lang(gu),h6:lang(gu),h2:lang(hi),h3:lang(hi),h4:lang(hi),h5:lang(hi),h6:lang(hi),h2:lang(kn),h3:lang(kn),h4:lang(kn),h5:lang(kn),h6:lang(kn),h2:lang(ks),h3:lang(ks),h4:lang(ks),h5:lang(ks),h6:lang(ks),h2:lang(ml),h3:lang(ml),h4:lang(ml),h5:lang(ml),h6:lang(ml),h2:lang(mr),h3:lang(mr),h4:lang(mr),h5:lang(mr),h6:lang(mr),h2:lang(my),h3:lang(my),h4:lang(my),h5:lang(my),h6:lang(my),h2:lang(mai),h3:lang(mai),h4:lang(mai),h5:lang(mai),h6:lang(mai),h2:lang(ne),h3:lang(ne),h4:lang(ne),h5:lang(ne),h6:lang(ne),h2:lang(new),h3:lang(new),h4:lang(new),h5:lang(new),h6:lang(new),h2:lang(or),h3:lang(or),h4:lang(or),h5:lang(or),h6:lang(or),h2:lang(pa),h3:lang(pa),h4:lang(pa),h5:lang(pa),h6:lang(pa),h2:lang(pi),h3:lang(pi),h4:lang(pi),h5:lang(pi),h6:lang(pi),h2:lang(sa),h3:lang(sa),h4:lang(sa),h5:lang(sa),h6:lang(sa),h2:lang(ta),h3:lang(ta),h4:lang(ta),h5:lang(ta),h6:lang(ta),h2:lang(te),h3:lang(te),h4:lang(te),h5:lang(te),h6:lang(te) { | ||
| + | line-height:1.2em | ||
| + | } | ||
| + | ol:lang(azb) li,ol:lang(bcc) li,ol:lang(bgn) li,ol:lang(bqi) li,ol:lang(fa) li,ol:lang(glk) li,ol:lang(kk-arab) li,ol:lang(lrc) li,ol:lang(luz) li,ol:lang(mzn) li { | ||
| + | list-style-type:-moz-persian; | ||
| + | list-style-type:persian | ||
| + | } | ||
| + | ol:lang(ckb) li,ol:lang(sdh) li { | ||
| + | list-style-type:-moz-arabic-indic; | ||
| + | list-style-type:arabic-indic | ||
| + | } | ||
| + | ol:lang(hi) li,ol:lang(mr) li { | ||
| + | list-style-type:-moz-devanagari; | ||
| + | list-style-type:devanagari | ||
| + | } | ||
| + | ol:lang(as) li,ol:lang(bn) li { | ||
| + | list-style-type:-moz-bengali; | ||
| + | list-style-type:bengali | ||
| + | } | ||
| + | ol:lang(or) li { | ||
| + | list-style-type:-moz-oriya; | ||
| + | list-style-type:oriya | ||
| + | } | ||
| + | #toc ul,.toc ul { | ||
| + | margin:.3em 0 | ||
| + | } | ||
| + | .mw-content-ltr .toc ul,.mw-content-ltr #toc ul,.mw-content-rtl .mw-content-ltr .toc ul,.mw-content-rtl .mw-content-ltr #toc ul { | ||
| + | text-align:left | ||
| + | } | ||
| + | .mw-content-rtl .toc ul,.mw-content-rtl #toc ul,.mw-content-ltr .mw-content-rtl .toc ul,.mw-content-ltr .mw-content-rtl #toc ul { | ||
| + | text-align:right | ||
| + | } | ||
| + | .mw-content-ltr .toc ul ul,.mw-content-ltr #toc ul ul,.mw-content-rtl .mw-content-ltr .toc ul ul,.mw-content-rtl .mw-content-ltr #toc ul ul { | ||
| + | margin:0 0 0 2em | ||
| + | } | ||
| + | .mw-content-rtl .toc ul ul,.mw-content-rtl #toc ul ul,.mw-content-ltr .mw-content-rtl .toc ul ul,.mw-content-ltr .mw-content-rtl #toc ul ul { | ||
| + | margin:0 2em 0 0 | ||
| + | } | ||
| + | #toc #toctitle,.toc #toctitle,#toc .toctitle,.toc .toctitle { | ||
| + | direction:rtl | ||
| + | } | ||
| + | .mw-help-field-hint { | ||
| + | display:none; | ||
| + | margin-right:2px; | ||
| + | margin-bottom:-8px; | ||
| + | padding:0 15px 0 0; | ||
| + | background-image:url(//fa.wikipedia.org/w/resources/src/mediawiki.legacy/images/help-question.gif?346d8); | ||
| + | background-position:right center; | ||
| + | background-repeat:no-repeat; | ||
| + | cursor:pointer; | ||
| + | font-size:.8em; | ||
| + | text-decoration:underline; | ||
| + | color:#0645ad | ||
| + | } | ||
| + | .mw-help-field-hint:hover { | ||
| + | background-image:url(//fa.wikipedia.org/w/resources/src/mediawiki.legacy/images/help-question-hover.gif?53eb5) | ||
| + | } | ||
| + | .mw-help-field-data { | ||
| + | display:block; | ||
| + | background-color:#d6f3ff; | ||
| + | padding:5px 8px 4px 8px; | ||
| + | border:1px solid #5dc9f4; | ||
| + | margin-right:20px | ||
| + | } | ||
| + | #mw-clearyourcache,#mw-sitecsspreview,#mw-sitejspreview,#mw-usercsspreview,#mw-userjspreview { | ||
| + | direction:rtl; | ||
| + | unicode-bidi:embed | ||
| + | } | ||
| + | .diff-currentversion-title,.diff { | ||
| + | direction:rtl; | ||
| + | unicode-bidi:embed | ||
| + | } | ||
| + | .diff-contentalign-right td { | ||
| + | direction:rtl; | ||
| + | unicode-bidi:embed | ||
| + | } | ||
| + | .diff-contentalign-left td { | ||
| + | direction:ltr; | ||
| + | unicode-bidi:embed | ||
| + | } | ||
| + | .diff-multi,.diff-otitle,.diff-ntitle,.diff-lineno { | ||
| + | direction:rtl !important; | ||
| + | unicode-bidi:embed | ||
| + | } | ||
| + | #mw-revision-info,#mw-revision-info-current,#mw-revision-nav { | ||
| + | direction:rtl; | ||
| + | display:inline | ||
| + | } | ||
| + | div.tright,div.floatright,table.floatright { | ||
| + | clear:right; | ||
| + | float:right | ||
| + | } | ||
| + | div.tleft,div.floatleft,table.floatleft { | ||
| + | float:left; | ||
| + | clear:left | ||
| + | } | ||
| + | div.floatright,table.floatright,div.floatleft,table.floatleft { | ||
| + | position:relative | ||
| + | } | ||
| + | #mw-credits a { | ||
| + | unicode-bidi:embed | ||
| + | } | ||
| + | .mw-jump,#jump-to-nav { | ||
| + | overflow:hidden; | ||
| + | height:0; | ||
| + | zoom:1 | ||
| + | } | ||
| + | .printfooter { | ||
| + | display:none | ||
| + | } | ||
| + | .xdebug-error { | ||
| + | position:absolute; | ||
| + | z-index:99 | ||
| + | } | ||
| + | .mw-editsection,#jump-to-nav { | ||
| + | -moz-user-select:none; | ||
| + | -webkit-user-select:none; | ||
| + | -ms-user-select:none; | ||
| + | user-select:none | ||
| + | } | ||
| + | .mw-editsection,.mw-editsection-like { | ||
| + | font-size:small; | ||
| + | font-weight:normal; | ||
| + | margin-right:1em; | ||
| + | vertical-align:baseline; | ||
| + | line-height:1em; | ||
| + | display:inline-block | ||
| + | } | ||
| + | .mw-content-ltr .mw-editsection,.mw-content-rtl .mw-content-ltr .mw-editsection { | ||
| + | margin-left:1em | ||
| + | } | ||
| + | .mw-content-rtl .mw-editsection,.mw-content-ltr .mw-content-rtl .mw-editsection { | ||
| + | margin-right:1em | ||
| + | } | ||
| + | sup,sub { | ||
| + | line-height:1 | ||
| + | } | ||
| + | } | ||
| + | .mw-empty-li { | ||
| + | display:none | ||
| + | } | ||
| + | .mw-headline-anchor { | ||
| + | display:none | ||
| + | } | ||
| + | @media screen { | ||
| + | .mw-headline-anchor { | ||
| + | margin-right:-16px; | ||
| + | width:16px | ||
| + | } | ||
| + | .mw-content-ltr .mw-headline-anchor,.mw-content-rtl .mw-content-ltr .mw-headline-anchor { | ||
| + | margin-left:-16px; | ||
| + | margin-right:0 | ||
| + | } | ||
| + | .mw-content-rtl .mw-headline-anchor,.mw-content-ltr .mw-content-rtl .mw-headline-anchor { | ||
| + | margin-left:0; | ||
| + | margin-right:-16px | ||
| + | } | ||
| + | } | ||
| + | @media screen and (min-width:982px) { | ||
| + | .mw-headline-anchor { | ||
| + | margin-right:-20px; | ||
| + | width:20px | ||
| + | } | ||
| + | .mw-content-ltr .mw-headline-anchor,.mw-content-rtl .mw-content-ltr .mw-headline-anchor { | ||
| + | margin-left:-20px; | ||
| + | margin-right:0 | ||
| + | } | ||
| + | .mw-content-rtl .mw-headline-anchor,.mw-content-ltr .mw-content-rtl .mw-headline-anchor { | ||
| + | margin-left:0; | ||
| + | margin-right:-20px | ||
| + | } | ||
| + | } | ||
| + | @media screen { | ||
| + | a { | ||
| + | text-decoration:none; | ||
| + | color:#0645ad; | ||
| + | background:none | ||
| + | } | ||
| + | a:visited { | ||
| + | color:#0b0080 | ||
| + | } | ||
| + | a:active { | ||
| + | color:#faa700 | ||
| + | } | ||
| + | a:hover,a:focus { | ||
| + | text-decoration:underline | ||
| + | } | ||
| + | a:lang(ar),a:lang(kk-arab),a:lang(mzn),a:lang(ps),a:lang(ur) { | ||
| + | text-decoration:none | ||
| + | } | ||
| + | a.stub { | ||
| + | color:#772233 | ||
| + | } | ||
| + | a.new,#p-personal a.new { | ||
| + | color:#ba0000 | ||
| + | } | ||
| + | a.new:visited,#p-personal a.new:visited { | ||
| + | color:#a55858 | ||
| + | } | ||
| + | .mw-body a.extiw,.mw-body a.extiw:active { | ||
| + | color:#36b | ||
| + | } | ||
| + | .mw-body a.extiw:visited { | ||
| + | color:#636 | ||
| + | } | ||
| + | .mw-body a.extiw:active { | ||
| + | color:#b63 | ||
| + | } | ||
| + | .mw-body a.external { | ||
| + | color:#36b | ||
| + | } | ||
| + | .mw-body a.external:visited { | ||
| + | color:#636 | ||
| + | } | ||
| + | .mw-body a.external:active { | ||
| + | color:#b63 | ||
| + | } | ||
| + | .mw-body a.external.free { | ||
| + | word-wrap:break-word | ||
| + | } | ||
| + | img { | ||
| + | border:none; | ||
| + | vertical-align:middle | ||
| + | } | ||
| + | hr { | ||
| + | height:1px; | ||
| + | color:#aaa; | ||
| + | background-color:#aaa; | ||
| + | border:0; | ||
| + | margin:.2em 0 | ||
| + | } | ||
| + | h1,h2,h3,h4,h5,h6 { | ||
| + | color:black; | ||
| + | background:none; | ||
| + | font-weight:normal; | ||
| + | margin:0; | ||
| + | overflow:hidden; | ||
| + | padding-top:.5em; | ||
| + | padding-bottom:.17em; | ||
| + | border-bottom:1px solid #aaa | ||
| + | } | ||
| + | h1 { | ||
| + | font-size:188% | ||
| + | } | ||
| + | h2 { | ||
| + | font-size:150% | ||
| + | } | ||
| + | h3,h4,h5,h6 { | ||
| + | border-bottom:none; | ||
| + | font-weight:bold | ||
| + | } | ||
| + | h3 { | ||
| + | font-size:128% | ||
| + | } | ||
| + | h4 { | ||
| + | font-size:116% | ||
| + | } | ||
| + | h5 { | ||
| + | font-size:108% | ||
| + | } | ||
| + | h6 { | ||
| + | font-size:100% | ||
| + | } | ||
| + | h1,h2 { | ||
| + | margin-bottom:.6em | ||
| + | } | ||
| + | h3,h4,h5 { | ||
| + | margin-bottom:.3em | ||
| + | } | ||
| + | p { | ||
| + | margin:.4em 0 .5em 0 | ||
| + | } | ||
| + | p img { | ||
| + | margin:0 | ||
| + | } | ||
| + | ul { | ||
| + | list-style-type:square; | ||
| + | margin:.3em 1.6em 0 0; | ||
| + | padding:0 | ||
| + | } | ||
| + | ol { | ||
| + | margin:.3em 3.2em 0 0; | ||
| + | padding:0; | ||
| + | list-style-image:none | ||
| + | } | ||
| + | li { | ||
| + | margin-bottom:.1em | ||
| + | } | ||
| + | dt { | ||
| + | font-weight:bold; | ||
| + | margin-bottom:.1em | ||
| + | } | ||
| + | dl { | ||
| + | margin-top:.2em; | ||
| + | margin-bottom:.5em | ||
| + | } | ||
| + | dd { | ||
| + | margin-right:1.6em; | ||
| + | margin-bottom:.1em | ||
| + | } | ||
| + | pre,code,tt,kbd,samp,.mw-code { | ||
| + | font-family:monospace,Courier | ||
| + | } | ||
| + | code { | ||
| + | color:black; | ||
| + | background-color:#f9f9f9; | ||
| + | border:1px solid #ddd; | ||
| + | border-radius:2px; | ||
| + | padding:1px 4px | ||
| + | } | ||
| + | pre,.mw-code { | ||
| + | color:black; | ||
| + | background-color:#f9f9f9; | ||
| + | border:1px solid #ddd; | ||
| + | padding:1em; | ||
| + | white-space:pre-wrap | ||
| + | } | ||
| + | table { | ||
| + | font-size:100% | ||
| + | } | ||
| + | fieldset { | ||
| + | border:1px solid #2f6fab; | ||
| + | margin:1em 0 1em 0; | ||
| + | padding:0 1em 1em | ||
| + | } | ||
| + | fieldset.nested { | ||
| + | margin:0 0 0.5em 0; | ||
| + | padding:0 0.5em 0.5em | ||
| + | } | ||
| + | legend { | ||
| + | padding:.5em; | ||
| + | font-size:95% | ||
| + | } | ||
| + | form { | ||
| + | border:none; | ||
| + | margin:0 | ||
| + | } | ||
| + | textarea { | ||
| + | width:100%; | ||
| + | padding:.1em; | ||
| + | display:block; | ||
| + | -moz-box-sizing:border-box; | ||
| + | -webkit-box-sizing:border-box; | ||
| + | box-sizing:border-box | ||
| + | } | ||
| + | .center { | ||
| + | width:100%; | ||
| + | text-align:center | ||
| + | } | ||
| + | *.center * { | ||
| + | margin-right:auto; | ||
| + | margin-left:auto | ||
| + | } | ||
| + | .small { | ||
| + | font-size:94% | ||
| + | } | ||
| + | table.small { | ||
| + | font-size:100% | ||
| + | } | ||
| + | #toc,.toc,.mw-warning,.toccolours { | ||
| + | border:1px solid #aaa; | ||
| + | background-color:#f9f9f9; | ||
| + | padding:5px; | ||
| + | font-size:95% | ||
| + | } | ||
| + | #toc,.toc { | ||
| + | display:inline-block; | ||
| + | display:table; | ||
| + | zoom:1; | ||
| + | *display:inline; | ||
| + | padding:7px | ||
| + | } | ||
| + | table#toc,table.toc { | ||
| + | border-collapse:collapse | ||
| + | } | ||
| + | table#toc td,table.toc td { | ||
| + | padding:0 | ||
| + | } | ||
| + | #toc h2,.toc h2 { | ||
| + | display:inline; | ||
| + | border:none; | ||
| + | padding:0; | ||
| + | font-size:100%; | ||
| + | font-weight:bold | ||
| + | } | ||
| + | #toc #toctitle,.toc #toctitle,#toc .toctitle,.toc .toctitle { | ||
| + | text-align:center | ||
| + | } | ||
| + | #toc ul,.toc ul { | ||
| + | list-style-type:none; | ||
| + | list-style-image:none; | ||
| + | margin-right:0; | ||
| + | padding:0; | ||
| + | text-align:right | ||
| + | } | ||
| + | #toc ul ul,.toc ul ul { | ||
| + | margin:0 2em 0 0 | ||
| + | } | ||
| + | .tocnumber,.toctext { | ||
| + | display:table-cell; | ||
| + | text-decoration:inherit | ||
| + | } | ||
| + | .tocnumber { | ||
| + | padding-right:0; | ||
| + | padding-left:0.5em | ||
| + | } | ||
| + | .mw-content-ltr .tocnumber { | ||
| + | padding-left:0; | ||
| + | padding-right:0.5em | ||
| + | } | ||
| + | .mw-content-rtl .tocnumber { | ||
| + | padding-left:0.5em; | ||
| + | padding-right:0 | ||
| + | } | ||
| + | .mw-warning { | ||
| + | margin-right:50px; | ||
| + | margin-left:50px; | ||
| + | text-align:center | ||
| + | } | ||
| + | div.floatright,table.floatright { | ||
| + | margin:0 0 .5em .5em; | ||
| + | border:0 | ||
| + | } | ||
| + | div.floatright p { | ||
| + | font-style:italic | ||
| + | } | ||
| + | div.floatleft,table.floatleft { | ||
| + | margin:0 .5em .5em 0; | ||
| + | border:0 | ||
| + | } | ||
| + | div.floatleft p { | ||
| + | font-style:italic | ||
| + | } | ||
| + | div.thumb { | ||
| + | margin-bottom:.5em; | ||
| + | width:auto; | ||
| + | background-color:transparent | ||
| + | } | ||
| + | div.thumbinner { | ||
| + | border:1px solid #ccc; | ||
| + | padding:3px; | ||
| + | background-color:#f9f9f9; | ||
| + | font-size:94%; | ||
| + | text-align:center; | ||
| + | overflow:hidden | ||
| + | } | ||
| + | html .thumbimage { | ||
| + | border:1px solid #ccc | ||
| + | } | ||
| + | html .thumbcaption { | ||
| + | border:none; | ||
| + | line-height:1.4em; | ||
| + | padding:3px; | ||
| + | font-size:94%; | ||
| + | text-align:right | ||
| + | } | ||
| + | div.magnify { | ||
| + | float:left; | ||
| + | margin-right:3px | ||
| + | } | ||
| + | div.magnify a { | ||
| + | display:block; | ||
| + | text-indent:15px; | ||
| + | white-space:nowrap; | ||
| + | overflow:hidden; | ||
| + | width:15px; | ||
| + | height:11px; | ||
| + | background-image:url(//fa.wikipedia.org/w/resources/src/mediawiki.skinning/images/magnify-clip-rtl.png?27d60); | ||
| + | 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%2011%2015%22%20width%3D%2215%22%20height%3D%2211%22%3E%0A%20%20%20%20%3Cg%20id%3D%22magnify-clip%22%20fill%3D%22%23fff%22%20stroke%3D%22%23000%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22bigbox%22%20d%3D%22M9.491%201.865h-10.99v7.919h10.99z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22smallbox%22%20d%3D%22M12.499%206.868h-5.943v4.904h5.943z%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A); | ||
| + | background-image:linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/resources/src/mediawiki.skinning/images/magnify-clip-rtl.svg?96de0)!ie; | ||
| + | -moz-user-select:none; | ||
| + | -webkit-user-select:none; | ||
| + | -ms-user-select:none; | ||
| + | user-select:none | ||
| + | } | ||
| + | img.thumbborder { | ||
| + | border:1px solid #dddddd | ||
| + | } | ||
| + | .mw-content-ltr .thumbcaption { | ||
| + | text-align:left | ||
| + | } | ||
| + | .mw-content-ltr .magnify { | ||
| + | float:right; | ||
| + | margin-left:3px; | ||
| + | margin-right:0 | ||
| + | } | ||
| + | .mw-content-ltr div.magnify a { | ||
| + | background-image:url(//fa.wikipedia.org/w/resources/src/mediawiki.skinning/images/magnify-clip-ltr.png?b5711); | ||
| + | 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%2011%2015%22%20width%3D%2215%22%20height%3D%2211%22%3E%0A%20%20%20%20%3Cg%20id%3D%22magnify-clip%22%20fill%3D%22%23fff%22%20stroke%3D%22%23000%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22bigbox%22%20d%3D%22M1.509%201.865h10.99v7.919h-10.99z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22smallbox%22%20d%3D%22M-1.499%206.868h5.943v4.904h-5.943z%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A); | ||
| + | background-image:linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/resources/src/mediawiki.skinning/images/magnify-clip-ltr.svg?7fa0a)!ie | ||
| + | } | ||
| + | .mw-content-rtl .thumbcaption { | ||
| + | text-align:right | ||
| + | } | ||
| + | .mw-content-rtl .magnify { | ||
| + | float:left; | ||
| + | margin-left:0; | ||
| + | margin-right:3px | ||
| + | } | ||
| + | .mw-content-rtl div.magnify a { | ||
| + | background-image:url(//fa.wikipedia.org/w/resources/src/mediawiki.skinning/images/magnify-clip-rtl.png?27d60); | ||
| + | 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%2011%2015%22%20width%3D%2215%22%20height%3D%2211%22%3E%0A%20%20%20%20%3Cg%20id%3D%22magnify-clip%22%20fill%3D%22%23fff%22%20stroke%3D%22%23000%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22bigbox%22%20d%3D%22M9.491%201.865h-10.99v7.919h10.99z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22smallbox%22%20d%3D%22M12.499%206.868h-5.943v4.904h5.943z%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A); | ||
| + | background-image:linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/resources/src/mediawiki.skinning/images/magnify-clip-rtl.svg?96de0)!ie | ||
| + | } | ||
| + | div.tright { | ||
| + | margin:.5em 0 1.3em 1.4em | ||
| + | } | ||
| + | div.tleft { | ||
| + | margin:.5em 1.4em 1.3em 0 | ||
| + | } | ||
| + | .catlinks { | ||
| + | border:1px solid #aaa; | ||
| + | background-color:#f9f9f9; | ||
| + | padding:5px; | ||
| + | margin-top:1em; | ||
| + | clear:both | ||
| + | } | ||
| + | .editOptions { | ||
| + | background-color:#F0F0F0; | ||
| + | border:1px solid silver; | ||
| + | border-top:none; | ||
| + | padding:1em 1em 1.5em 1em; | ||
| + | margin-bottom:2em | ||
| + | } | ||
| + | .usermessage { | ||
| + | background-color:#ffce7b; | ||
| + | border:1px solid #ffa500; | ||
| + | color:black; | ||
| + | font-weight:bold; | ||
| + | margin:2em 0 1em; | ||
| + | padding:.5em 1em; | ||
| + | vertical-align:middle | ||
| + | } | ||
| + | #siteNotice { | ||
| + | position:relative; | ||
| + | text-align:center; | ||
| + | margin:0 | ||
| + | } | ||
| + | #localNotice { | ||
| + | margin-bottom:0.9em | ||
| + | } | ||
| + | .firstHeading { | ||
| + | margin-bottom:.1em; | ||
| + | line-height:1.2em; | ||
| + | padding-bottom:0 | ||
| + | } | ||
| + | #siteSub { | ||
| + | display:none | ||
| + | } | ||
| + | #jump-to-nav { | ||
| + | margin-top:-1.4em; | ||
| + | margin-bottom:1.4em | ||
| + | } | ||
| + | #contentSub,#contentSub2 { | ||
| + | font-size:84%; | ||
| + | line-height:1.2em; | ||
| + | margin:0 1em 1.4em 0; | ||
| + | color:#545454; | ||
| + | width:auto | ||
| + | } | ||
| + | span.subpages { | ||
| + | display:block | ||
| + | } | ||
| + | } | ||
| + | .mw-wiki-logo { | ||
| + | background-image:url(/static/images/project-logos/fawiki.png) | ||
| + | } | ||
| + | @media (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(min-resolution:1.5dppx),(min-resolution:144dpi) { | ||
| + | .mw-wiki-logo { | ||
| + | background-image:url(/static/images/project-logos/fawiki-1.5x.png); | ||
| + | background-size:135px auto | ||
| + | } | ||
| + | } | ||
| + | @media (-webkit-min-device-pixel-ratio:2),(min--moz-device-pixel-ratio:2),(min-resolution:2dppx),(min-resolution:192dpi) { | ||
| + | .mw-wiki-logo { | ||
| + | background-image:url(/static/images/project-logos/fawiki-2x.png); | ||
| + | background-size:135px auto | ||
| + | } | ||
| + | } | ||
| + | @media screen { | ||
| + | html { | ||
| + | font-size:100% | ||
| + | } | ||
| + | html,body { | ||
| + | height:100%; | ||
| + | margin:0; | ||
| + | padding:0; | ||
| + | font-family:sans-serif | ||
| + | } | ||
| + | body { | ||
| + | background-color:#f6f6f6 | ||
| + | } | ||
| + | .mw-body { | ||
| + | margin-right:10em; | ||
| + | padding:1em; | ||
| + | border:1px solid #a7d7f9; | ||
| + | border-left-width:0; | ||
| + | margin-top:-1px; | ||
| + | background-color:#ffffff; | ||
| + | color:#252525; | ||
| + | direction:rtl | ||
| + | } | ||
| + | .mw-body .mw-editsection,.mw-body .mw-editsection-like { | ||
| + | font-family:sans-serif | ||
| + | } | ||
| + | .mw-body p { | ||
| + | line-height:inherit; | ||
| + | margin:0.5em 0 | ||
| + | } | ||
| + | .mw-body h1,.mw-body h2 { | ||
| + | font-family:"Linux Libertine",Georgia,Times,serif; | ||
| + | line-height:1.3; | ||
| + | margin-bottom:0.25em; | ||
| + | padding:0 | ||
| + | } | ||
| + | .mw-body h1 { | ||
| + | font-size:1.8em | ||
| + | } | ||
| + | .mw-body .mw-body-content h1 { | ||
| + | margin-top:1em | ||
| + | } | ||
| + | .mw-body h2 { | ||
| + | font-size:1.5em; | ||
| + | margin-top:1em | ||
| + | } | ||
| + | .mw-body h3,.mw-body h4,.mw-body h5,.mw-body h6 { | ||
| + | line-height:1.6; | ||
| + | margin-top:0.3em; | ||
| + | margin-bottom:0; | ||
| + | padding-bottom:0 | ||
| + | } | ||
| + | .mw-body h3 { | ||
| + | font-size:1.2em | ||
| + | } | ||
| + | .mw-body h3,.mw-body h4 { | ||
| + | font-weight:bold | ||
| + | } | ||
| + | .mw-body h4,.mw-body h5,.mw-body h6 { | ||
| + | font-size:100% | ||
| + | } | ||
| + | .mw-body #toc h2,.mw-body .toc h2 { | ||
| + | font-size:100%; | ||
| + | font-family:sans-serif | ||
| + | } | ||
| + | .mw-body .firstHeading { | ||
| + | overflow:visible | ||
| + | } | ||
| + | .mw-body .mw-indicators { | ||
| + | float:left; | ||
| + | line-height:1.6; | ||
| + | font-size:0.875em; | ||
| + | position:relative; | ||
| + | z-index:1 | ||
| + | } | ||
| + | .mw-body .mw-indicator { | ||
| + | display:inline-block; | ||
| + | zoom:1; | ||
| + | *display:inline | ||
| + | } | ||
| + | div.emptyPortlet { | ||
| + | display:none | ||
| + | } | ||
| + | ul { | ||
| + | list-style-type:disc; | ||
| + | list-style-image: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%20version%3D%221.1%22%20width%3D%225%22%20height%3D%2213%22%3E%0A%3Ccircle%20cx%3D%222.5%22%20cy%3D%229.5%22%20r%3D%222.5%22%20fill%3D%22%2300528c%22%2F%3E%0A%3C%2Fsvg%3E%0A); | ||
| + | list-style-image:url(//fa.wikipedia.org/w/skins/Vector/images/bullet-icon.svg?90d59)!ie; | ||
| + | list-style-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=) \9; | ||
| + | list-style-image:url(//fa.wikipedia.org/w/skins/Vector/images/bullet-icon.png?785dd) \9!ie | ||
| + | } | ||
| + | pre,.mw-code { | ||
| + | line-height:1.3em | ||
| + | } | ||
| + | #siteNotice { | ||
| + | font-size:0.8em | ||
| + | } | ||
| + | .redirectText { | ||
| + | font-size:140% | ||
| + | } | ||
| + | .redirectMsg p { | ||
| + | margin:0 | ||
| + | } | ||
| + | .mw-body-content { | ||
| + | position:relative; | ||
| + | line-height:1.6; | ||
| + | font-size:0.875em; | ||
| + | z-index:0 | ||
| + | } | ||
| + | #p-personal { | ||
| + | position:absolute; | ||
| + | top:0.33em; | ||
| + | left:0.75em; | ||
| + | z-index:100 | ||
| + | } | ||
| + | #p-personal h3 { | ||
| + | display:none | ||
| + | } | ||
| + | #p-personal ul { | ||
| + | list-style-type:none; | ||
| + | list-style-image:none; | ||
| + | margin:0; | ||
| + | padding-right:10em | ||
| + | } | ||
| + | #p-personal li { | ||
| + | line-height:1.125em; | ||
| + | float:left; | ||
| + | margin-right:0.75em; | ||
| + | margin-top:0.5em; | ||
| + | font-size:0.75em; | ||
| + | white-space:nowrap | ||
| + | } | ||
| + | #pt-userpage,#pt-anonuserpage { | ||
| + | background-position:right top; | ||
| + | background-repeat:no-repeat; | ||
| + | background-image:url(//fa.wikipedia.org/w/skins/Vector/images/user-icon.png?9e7ea); | ||
| + | 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%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%2212px%22%20height%3D%2213.836px%22%20viewBox%3D%220%200%2012%2013.836%22%20enable-background%3D%22new%200%200%2012%2013.836%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23777777%22%20d%3D%22M1.938%2C6.656c-1.32%2C1.485-1.47%2C3.15-0.97%2C4.25c0.323%2C0.707%2C0.78%2C1.127%2C1.313%2C1.375%0A%09c0.496%2C0.229%2C1.074%2C0.273%2C1.658%2C0.282c0.023%2C0%2C0.04%2C0.03%2C0.062%2C0.03h4.187c0.61%2C0%2C1.225-0.125%2C1.75-0.405%0A%09c0.527-0.28%2C0.961-0.718%2C1.188-1.376c0.335-0.964%2C0.175-2.529-1.094-4.03C9.094%2C7.954%2C7.68%2C8.719%2C6.065%2C8.719%0A%09c-1.677%2C0-3.182-0.812-4.125-2.063H1.938z%22%2F%3E%0A%3Cpath%20fill%3D%22%23777777%22%20d%3D%22M6.063%2C0c-1.89%2C0-3.595%2C1.674-3.594%2C3.563C2.467%2C5.45%2C4.173%2C7.155%2C6.06%2C7.155%0A%09c1.89%2C0%2C3.564-1.705%2C3.563-3.593C9.625%2C1.673%2C7.95%2C0%2C6.063%2C0L6.063%2C0z%22%2F%3E%0A%3C%2Fsvg%3E%0A); | ||
| + | background-image:linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/skins/Vector/images/user-icon.svg?7b5d5)!ie; | ||
| + | background-image:-o-linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/skins/Vector/images/user-icon.png?9e7ea); | ||
| + | padding-right:15px !important | ||
| + | } | ||
| + | #pt-anonuserpage { | ||
| + | color:#707070 | ||
| + | } | ||
| + | #p-search { | ||
| + | float:left; | ||
| + | margin-left:0.5em; | ||
| + | margin-right:0.5em | ||
| + | } | ||
| + | #p-search h3 { | ||
| + | display:none | ||
| + | } | ||
| + | #p-search form,#p-search input { | ||
| + | margin:0; | ||
| + | margin-top:0.4em | ||
| + | } | ||
| + | div#simpleSearch { | ||
| + | display:block; | ||
| + | width:12.6em; | ||
| + | width:20vw; | ||
| + | min-width:5em; | ||
| + | max-width:20em; | ||
| + | padding-left:1.4em; | ||
| + | height:1.4em; | ||
| + | margin-top:0.65em; | ||
| + | position:relative; | ||
| + | min-height:1px; | ||
| + | border:solid 1px #aaa; | ||
| + | color:black; | ||
| + | background-color:white; | ||
| + | background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAQCAIAAABY/YLgAAAAJUlEQVQIHQXBsQEAAAjDoND/73UWdnerhmHVsDQZJrNWVg3Dqge6bgMe6bejNAAAAABJRU5ErkJggg==); | ||
| + | background-image:url(//fa.wikipedia.org/w/skins/Vector/images/search-fade.png?50f7b)!ie; | ||
| + | background-position:top right; | ||
| + | background-repeat:repeat-x | ||
| + | } | ||
| + | div#simpleSearch input { | ||
| + | margin:0; | ||
| + | padding:0; | ||
| + | border:0; | ||
| + | background-color:transparent; | ||
| + | color:black | ||
| + | } | ||
| + | div#simpleSearch #searchInput { | ||
| + | width:100%; | ||
| + | padding:0.2em 0.2em 0.2em 0; | ||
| + | font-size:13px; | ||
| + | direction:rtl; | ||
| + | -webkit-appearance:textfield | ||
| + | } | ||
| + | div#simpleSearch #searchInput:focus { | ||
| + | outline:none | ||
| + | } | ||
| + | div#simpleSearch #searchInput.placeholder { | ||
| + | color:#999 | ||
| + | } | ||
| + | div#simpleSearch #searchInput:-ms-input-placeholder { | ||
| + | color:#999 | ||
| + | } | ||
| + | div#simpleSearch #searchInput:-moz-placeholder { | ||
| + | color:#999 | ||
| + | } | ||
| + | div#simpleSearch #searchInput::-webkit-search-decoration,div#simpleSearch #searchInput::-webkit-search-cancel-button,div#simpleSearch #searchInput::-webkit-search-results-button,div#simpleSearch #searchInput::-webkit-search-results-decoration { | ||
| + | -webkit-appearance:textfield | ||
| + | } | ||
| + | div#simpleSearch #searchButton,div#simpleSearch #mw-searchButton { | ||
| + | position:absolute; | ||
| + | top:0; | ||
| + | left:0; | ||
| + | width:1.65em; | ||
| + | height:100%; | ||
| + | cursor:pointer; | ||
| + | text-indent:-99999px; | ||
| + | line-height:1; | ||
| + | direction:ltr; | ||
| + | white-space:nowrap; | ||
| + | overflow:hidden; | ||
| + | background-image:url(//fa.wikipedia.org/w/skins/Vector/images/search-rtl.png?14ed0); | ||
| + | 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%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2213%22%3E%3Cg%20stroke-width%3D%222%22%20stroke%3D%22%236c6c6c%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M.71%2011.71l4-4%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%225%22%20r%3D%224%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E); | ||
| + | background-image:linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/skins/Vector/images/search-rtl.svg?2192a)!ie; | ||
| + | background-image:-o-linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/skins/Vector/images/search-rtl.png?14ed0); | ||
| + | background-position:center center; | ||
| + | background-repeat:no-repeat | ||
| + | } | ||
| + | div#simpleSearch #mw-searchButton { | ||
| + | z-index:1 | ||
| + | } | ||
| + | div.vectorTabs h3 { | ||
| + | display:none | ||
| + | } | ||
| + | div.vectorTabs { | ||
| + | float:left; | ||
| + | height:2.5em; | ||
| + | background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAuCAIAAABmjeQ9AAAARElEQVR42mVO2wrAUAhy/f8fz+niVMTYQ3hLKkgGgN/IPvgIhUYYV/qogdP75J01V+JwrKZr/5YPcnzN3e6t7l+2K+EFX91B1daOi7sAAAAASUVORK5CYII=); | ||
| + | background-image:url(//fa.wikipedia.org/w/skins/Vector/images/tab-break.png?2df0f)!ie; | ||
| + | background-position:bottom right; | ||
| + | background-repeat:no-repeat; | ||
| + | padding-right:1px | ||
| + | } | ||
| + | div.vectorTabs ul { | ||
| + | float:left; | ||
| + | height:100%; | ||
| + | list-style-type:none; | ||
| + | list-style-image:none; | ||
| + | margin:0; | ||
| + | padding:0; | ||
| + | background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAuCAIAAABmjeQ9AAAARElEQVR42mVO2wrAUAhy/f8fz+niVMTYQ3hLKkgGgN/IPvgIhUYYV/qogdP75J01V+JwrKZr/5YPcnzN3e6t7l+2K+EFX91B1daOi7sAAAAASUVORK5CYII=); | ||
| + | background-image:url(//fa.wikipedia.org/w/skins/Vector/images/tab-break.png?2df0f)!ie; | ||
| + | background-position:left bottom; | ||
| + | background-repeat:no-repeat | ||
| + | } | ||
| + | div.vectorTabs ul li { | ||
| + | float:left; | ||
| + | line-height:1.125em; | ||
| + | display:inline-block; | ||
| + | height:100%; | ||
| + | margin:0; | ||
| + | padding:0; | ||
| + | background-color:#f3f3f3; | ||
| + | background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAIAAADITs03AAAAPElEQVR4XuWK2xEAIAzCsPvv5DSu0ahX3yv4wQVyGGCSvg2dnJvduT8sz/IwKOIfjCi2z/76FhHeJcslVZQFLUC06LZ/AAAAAElFTkSuQmCC); | ||
| + | background-image:url(//fa.wikipedia.org/w/skins/Vector/images/tab-normal-fade.png?ae13b)!ie; | ||
| + | background-position:bottom right; | ||
| + | background-repeat:repeat-x; | ||
| + | white-space:nowrap | ||
| + | } | ||
| + | div.vectorTabs ul > li { | ||
| + | display:block | ||
| + | } | ||
| + | div.vectorTabs li { | ||
| + | } | ||
| + | div.vectorTabs li.new a,div.vectorTabs li.new a:visited { | ||
| + | color:#a55858 | ||
| + | } | ||
| + | div.vectorTabs li.selected { | ||
| + | background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkAQAAAABvV2fNAAAADUlEQVQIHWNoYBgWEACJ5TIB0K9KcAAAAABJRU5ErkJggg==); | ||
| + | background-image:url(//fa.wikipedia.org/w/skins/Vector/images/tab-current-fade.png?98160)!ie | ||
| + | } | ||
| + | div.vectorTabs li.selected a,div.vectorTabs li.selected a:visited { | ||
| + | color:#333; | ||
| + | text-decoration:none | ||
| + | } | ||
| + | div.vectorTabs li.icon a { | ||
| + | background-position:bottom left; | ||
| + | background-repeat:no-repeat | ||
| + | } | ||
| + | div.vectorTabs li a { | ||
| + | display:inline-block; | ||
| + | height:1.9em; | ||
| + | padding-right:0.5em; | ||
| + | padding-left:0.5em; | ||
| + | color:#0645ad; | ||
| + | cursor:pointer; | ||
| + | font-size:0.8em | ||
| + | } | ||
| + | div.vectorTabs li > a { | ||
| + | display:block | ||
| + | } | ||
| + | div.vectorTabs span { | ||
| + | display:inline-block; | ||
| + | background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAuCAIAAABmjeQ9AAAARElEQVR42mVO2wrAUAhy/f8fz+niVMTYQ3hLKkgGgN/IPvgIhUYYV/qogdP75J01V+JwrKZr/5YPcnzN3e6t7l+2K+EFX91B1daOi7sAAAAASUVORK5CYII=); | ||
| + | background-image:url(//fa.wikipedia.org/w/skins/Vector/images/tab-break.png?2df0f)!ie; | ||
| + | background-position:bottom left; | ||
| + | background-repeat:no-repeat | ||
| + | } | ||
| + | div.vectorTabs span a { | ||
| + | display:inline-block; | ||
| + | padding-top:1.25em | ||
| + | } | ||
| + | div.vectorTabs span > a { | ||
| + | float:left; | ||
| + | display:block | ||
| + | } | ||
| + | div.vectorMenu { | ||
| + | direction:ltr; | ||
| + | float:left; | ||
| + | cursor:pointer; | ||
| + | position:relative | ||
| + | } | ||
| + | body.rtl div.vectorMenu { | ||
| + | direction:rtl | ||
| + | } | ||
| + | div#mw-head div.vectorMenu h3 { | ||
| + | float:left; | ||
| + | background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAuCAIAAABmjeQ9AAAARElEQVR42mVO2wrAUAhy/f8fz+niVMTYQ3hLKkgGgN/IPvgIhUYYV/qogdP75J01V+JwrKZr/5YPcnzN3e6t7l+2K+EFX91B1daOi7sAAAAASUVORK5CYII=); | ||
| + | background-image:url(//fa.wikipedia.org/w/skins/Vector/images/tab-break.png?2df0f)!ie; | ||
| + | background-repeat:no-repeat; | ||
| + | background-position:bottom left; | ||
| + | font-size:1em; | ||
| + | height:2.5em; | ||
| + | padding-left:1px; | ||
| + | margin-left:-1px | ||
| + | } | ||
| + | div.vectorMenu h3 span { | ||
| + | display:block; | ||
| + | font-size:0.8em; | ||
| + | padding-right:0.7em; | ||
| + | padding-top:1.375em; | ||
| + | margin-left:20px; | ||
| + | font-weight:normal; | ||
| + | color:#4d4d4d | ||
| + | } | ||
| + | div.vectorMenu h3 a { | ||
| + | position:absolute; | ||
| + | top:0; | ||
| + | left:0; | ||
| + | width:20px; | ||
| + | height:2.5em; | ||
| + | background-image:url(//fa.wikipedia.org/w/skins/Vector/images/arrow-down-icon.png?feb5c); | ||
| + | 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%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2216%22%3E%3Cpath%20d%3D%22M15.502%206.001l-5%205.001-5-5.001z%22%20fill%3D%22%23797979%22%2F%3E%3C%2Fsvg%3E); | ||
| + | background-image:linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/skins/Vector/images/arrow-down-icon.svg?92f5b)!ie; | ||
| + | background-image:-o-linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/skins/Vector/images/arrow-down-icon.png?feb5c); | ||
| + | background-position:0% 70%; | ||
| + | background-repeat:no-repeat; | ||
| + | -webkit-transition:background-position 250ms; | ||
| + | -moz-transition:background-position 250ms; | ||
| + | transition:background-position 250ms | ||
| + | } | ||
| + | div.vectorMenu.menuForceShow h3 a { | ||
| + | background-position:0% 100% | ||
| + | } | ||
| + | div.vectorMenuFocus h3 a { | ||
| + | background-image:url(//fa.wikipedia.org/w/skins/Vector/images/arrow-down-focus-icon.png?5c03c); | ||
| + | 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%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2216%22%3E%3Cpath%20d%3D%22M15.502%206.001l-5%205.001-5-5.001z%22%20fill%3D%22%23929292%22%2F%3E%3C%2Fsvg%3E); | ||
| + | background-image:linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/skins/Vector/images/arrow-down-focus-icon.svg?6cc06)!ie; | ||
| + | background-image:-o-linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/skins/Vector/images/arrow-down-focus-icon.png?5c03c) | ||
| + | } | ||
| + | div.vectorMenu div.menu { | ||
| + | min-width:100%; | ||
| + | position:absolute; | ||
| + | top:2.5em; | ||
| + | right:-1px; | ||
| + | background-color:white; | ||
| + | border:solid 1px silver; | ||
| + | border-top-width:0; | ||
| + | clear:both; | ||
| + | text-align:right; | ||
| + | display:none; | ||
| + | z-index:1 | ||
| + | } | ||
| + | div.vectorMenu:hover div.menu,div.vectorMenu.menuForceShow div.menu { | ||
| + | display:block | ||
| + | } | ||
| + | div.vectorMenu ul { | ||
| + | list-style-type:none; | ||
| + | list-style-image:none; | ||
| + | padding:0; | ||
| + | margin:0; | ||
| + | text-align:right | ||
| + | } | ||
| + | div.vectorMenu ul,x:-moz-any-link { | ||
| + | min-width:5em | ||
| + | } | ||
| + | div.vectorMenu ul,x:-moz-any-link,x:default { | ||
| + | min-width:0 | ||
| + | } | ||
| + | div.vectorMenu li { | ||
| + | padding:0; | ||
| + | margin:0; | ||
| + | text-align:right; | ||
| + | line-height:1em | ||
| + | } | ||
| + | div.vectorMenu li a { | ||
| + | display:inline-block; | ||
| + | padding:0.5em; | ||
| + | white-space:nowrap; | ||
| + | color:#0645ad; | ||
| + | cursor:pointer; | ||
| + | font-size:0.8em | ||
| + | } | ||
| + | div.vectorMenu li > a { | ||
| + | display:block | ||
| + | } | ||
| + | div.vectorMenu li.selected a,div.vectorMenu li.selected a:visited { | ||
| + | color:#333; | ||
| + | text-decoration:none | ||
| + | } | ||
| + | @-webkit-keyframes rotate { | ||
| + | from { | ||
| + | -webkit-transform:rotate(0deg); | ||
| + | -moz-transform:rotate(0deg); | ||
| + | transform:rotate(0deg) | ||
| + | } | ||
| + | to { | ||
| + | -webkit-transform:rotate(360deg); | ||
| + | -moz-transform:rotate(360deg); | ||
| + | transform:rotate(360deg) | ||
| + | } | ||
| + | } | ||
| + | @-moz-keyframes rotate { | ||
| + | from { | ||
| + | -webkit-transform:rotate(0deg); | ||
| + | -moz-transform:rotate(0deg); | ||
| + | transform:rotate(0deg) | ||
| + | } | ||
| + | to { | ||
| + | -webkit-transform:rotate(360deg); | ||
| + | -moz-transform:rotate(360deg); | ||
| + | transform:rotate(360deg) | ||
| + | } | ||
| + | } | ||
| + | @keyframes rotate { | ||
| + | from { | ||
| + | -webkit-transform:rotate(0deg); | ||
| + | -moz-transform:rotate(0deg); | ||
| + | transform:rotate(0deg) | ||
| + | } | ||
| + | to { | ||
| + | -webkit-transform:rotate(360deg); | ||
| + | -moz-transform:rotate(360deg); | ||
| + | transform:rotate(360deg) | ||
| + | } | ||
| + | } | ||
| + | #ca-unwatch.icon a,#ca-watch.icon a { | ||
| + | margin:0; | ||
| + | padding:0; | ||
| + | display:block; | ||
| + | width:26px; | ||
| + | padding-top:3.1em; | ||
| + | margin-top:0; | ||
| + | _margin-top:-0.8em; | ||
| + | height:0; | ||
| + | overflow:hidden; | ||
| + | background-position:5px 60% | ||
| + | } | ||
| + | #ca-unwatch.icon a { | ||
| + | background-image:url(//fa.wikipedia.org/w/skins/Vector/images/unwatch-icon.png?c2550); | ||
| + | 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%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22a%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23c2edff%22%2F%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%2368bdff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20x1%3D%2213.47%22%20y1%3D%2214.363%22%20x2%3D%224.596%22%20y2%3D%223.397%22%20id%3D%22b%22%20xlink%3Ahref%3D%22%23a%22%20gradientUnits%3D%22userSpaceOnUse%22%2F%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M8.103%201.146l2.175%204.408%204.864.707-3.52%203.431.831%204.845-4.351-2.287-4.351%202.287.831-4.845-3.52-3.431%204.864-.707z%22%20fill%3D%22url%28%23b%29%22%20stroke%3D%22%237cb5d1%22%20stroke-width%3D%220.9999199999999999%22%2F%3E%3C%2Fsvg%3E); | ||
| + | background-image:linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/skins/Vector/images/unwatch-icon.svg?95d18)!ie; | ||
| + | background-image:-o-linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/skins/Vector/images/unwatch-icon.png?c2550) | ||
| + | } | ||
| + | #ca-watch.icon a { | ||
| + | background-image:url(//fa.wikipedia.org/w/skins/Vector/images/watch-icon.png?0c329); | ||
| + | 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%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Cpath%20d%3D%22M8.103%201.146l2.175%204.408%204.864.707-3.52%203.431.831%204.845-4.351-2.287-4.351%202.287.831-4.845-3.52-3.431%204.864-.707z%22%20fill%3D%22%23fff%22%20stroke%3D%22%237cb5d1%22%20stroke-width%3D%220.9999199999999999%22%2F%3E%3C%2Fsvg%3E); | ||
| + | background-image:linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/skins/Vector/images/watch-icon.svg?200b7)!ie; | ||
| + | background-image:-o-linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/skins/Vector/images/watch-icon.png?0c329) | ||
| + | } | ||
| + | #ca-unwatch.icon a:hover,#ca-unwatch.icon a:focus { | ||
| + | background-image:url(//fa.wikipedia.org/w/skins/Vector/images/unwatch-icon-hl.png?f1f1e); | ||
| + | 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%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22a%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23c2edff%22%2F%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%2368bdff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20x1%3D%2213.47%22%20y1%3D%2214.363%22%20x2%3D%224.596%22%20y2%3D%223.397%22%20id%3D%22b%22%20xlink%3Ahref%3D%22%23a%22%20gradientUnits%3D%22userSpaceOnUse%22%2F%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M8.103%201.146l2.175%204.408%204.864.707-3.52%203.431.831%204.845-4.351-2.287-4.351%202.287.831-4.845-3.52-3.431%204.864-.707z%22%20fill%3D%22url%28%23b%29%22%20stroke%3D%22%23c8b250%22%20stroke-width%3D%220.9999199999999999%22%2F%3E%3C%2Fsvg%3E); | ||
| + | background-image:linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/skins/Vector/images/unwatch-icon-hl.svg?a3932)!ie; | ||
| + | background-image:-o-linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/skins/Vector/images/unwatch-icon-hl.png?f1f1e) | ||
| + | } | ||
| + | #ca-watch.icon a:hover,#ca-watch.icon a:focus { | ||
| + | background-image:url(//fa.wikipedia.org/w/skins/Vector/images/watch-icon-hl.png?df008); | ||
| + | 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%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Cpath%20d%3D%22M8.103%201.146l2.175%204.408%204.864.707-3.52%203.431.831%204.845-4.351-2.287-4.351%202.287.831-4.845-3.52-3.431%204.864-.707z%22%20fill%3D%22%23fff%22%20stroke%3D%22%23c8b250%22%20stroke-width%3D%220.9999199999999999%22%2F%3E%3C%2Fsvg%3E); | ||
| + | background-image:linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/skins/Vector/images/watch-icon-hl.svg?2b77d)!ie; | ||
| + | background-image:-o-linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/skins/Vector/images/watch-icon-hl.png?df008) | ||
| + | } | ||
| + | #ca-unwatch.icon a.loading,#ca-watch.icon a.loading { | ||
| + | background-image:url(//fa.wikipedia.org/w/skins/Vector/images/watch-icon-loading.png?cf2c3); | ||
| + | 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%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Cpath%20d%3D%22M8.103%201.146l2.175%204.408%204.864.707-3.52%203.431.831%204.845-4.351-2.287-4.351%202.287.831-4.845-3.52-3.431%204.864-.707z%22%20fill%3D%22%23fff%22%20stroke%3D%22%23d1d1d1%22%20stroke-width%3D%220.9999199999999999%22%2F%3E%3C%2Fsvg%3E); | ||
| + | background-image:linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/skins/Vector/images/watch-icon-loading.svg?6ca63)!ie; | ||
| + | background-image:-o-linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/skins/Vector/images/watch-icon-loading.png?cf2c3); | ||
| + | -webkit-animation:rotate 700ms infinite linear; | ||
| + | -moz-animation:rotate 700ms infinite linear; | ||
| + | -o-animation:rotate 700ms infinite linear; | ||
| + | animation:rotate 700ms infinite linear; | ||
| + | outline:none; | ||
| + | cursor:default; | ||
| + | pointer-events:none; | ||
| + | background-position:50% 60%; | ||
| + | -webkit-transform-origin:50% 57%; | ||
| + | transform-origin:50% 57% | ||
| + | } | ||
| + | #ca-unwatch.icon a span,#ca-watch.icon a span { | ||
| + | display:none | ||
| + | } | ||
| + | #mw-navigation h2 { | ||
| + | position:absolute; | ||
| + | top:-9999px | ||
| + | } | ||
| + | #mw-page-base { | ||
| + | height:5em; | ||
| + | background-position:bottom right; | ||
| + | background-repeat:repeat-x; | ||
| + | background-image:url(//fa.wikipedia.org/w/skins/Vector/images/page-fade.png?7c7b7); | ||
| + | background-color:#f6f6f6; | ||
| + | background-image:-moz-linear-gradient(top,#ffffff 50%,#f6f6f6 100%); | ||
| + | background-image:-webkit-gradient(linear,right top,right bottom,color-stop(50%,#ffffff),color-stop(100%,#f6f6f6)); | ||
| + | background-image:-webkit-linear-gradient(top,#ffffff 50%,#f6f6f6 100%); | ||
| + | background-image:linear-gradient(#ffffff 50%,#f6f6f6 100%); | ||
| + | background-color:#ffffff | ||
| + | } | ||
| + | #mw-head-base { | ||
| + | margin-top:-5em; | ||
| + | margin-right:10em; | ||
| + | height:5em | ||
| + | } | ||
| + | div#mw-head { | ||
| + | position:absolute; | ||
| + | top:0; | ||
| + | left:0; | ||
| + | width:100% | ||
| + | } | ||
| + | div#mw-head h3 { | ||
| + | margin:0; | ||
| + | padding:0 | ||
| + | } | ||
| + | #left-navigation { | ||
| + | float:right; | ||
| + | margin-right:10em; | ||
| + | margin-top:2.5em; | ||
| + | margin-bottom:-2.5em; | ||
| + | display:inline | ||
| + | } | ||
| + | #right-navigation { | ||
| + | float:left; | ||
| + | margin-top:2.5em | ||
| + | } | ||
| + | #p-logo { | ||
| + | position:absolute; | ||
| + | top:-160px; | ||
| + | right:0; | ||
| + | width:10em; | ||
| + | height:160px | ||
| + | } | ||
| + | #p-logo a { | ||
| + | display:block; | ||
| + | width:10em; | ||
| + | height:160px; | ||
| + | background-repeat:no-repeat; | ||
| + | background-position:center center; | ||
| + | text-decoration:none | ||
| + | } | ||
| + | div#mw-panel { | ||
| + | font-size:inherit; | ||
| + | position:absolute; | ||
| + | top:160px; | ||
| + | padding-top:1em; | ||
| + | width:10em; | ||
| + | right:0 | ||
| + | } | ||
| + | div#mw-panel div.portal { | ||
| + | margin:0 0.7em 0 0.6em; | ||
| + | padding:0.25em 0; | ||
| + | direction:rtl; | ||
| + | background-position:top right; | ||
| + | background-repeat:no-repeat; | ||
| + | background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAABCAAAAAAphRnkAAAAJ0lEQVQIW7XFsQEAIAyAMPD/b7uLWz8wS5youFW1UREfiIpH1Q2VBz7fGPS1dOGeAAAAAElFTkSuQmCC); | ||
| + | background-image:url(//fa.wikipedia.org/w/skins/Vector/images/portal-break.png?3ea1b)!ie | ||
| + | } | ||
| + | div#mw-panel div.portal h3 { | ||
| + | font-size:0.75em; | ||
| + | color:#4d4d4d; | ||
| + | font-weight:normal; | ||
| + | margin:0; | ||
| + | padding:0.25em 0.25em 0.25em 0; | ||
| + | cursor:default; | ||
| + | border:none | ||
| + | } | ||
| + | div#mw-panel div.portal div.body { | ||
| + | margin:0 1.25em 0 0; | ||
| + | padding-top:0 | ||
| + | } | ||
| + | div#mw-panel div.portal div.body ul { | ||
| + | list-style-type:none; | ||
| + | list-style-image:none; | ||
| + | margin:0; | ||
| + | padding:0 | ||
| + | } | ||
| + | div#mw-panel div.portal div.body ul li { | ||
| + | line-height:1.125em; | ||
| + | margin:0; | ||
| + | padding:0.25em 0; | ||
| + | font-size:0.75em; | ||
| + | word-wrap:break-word | ||
| + | } | ||
| + | div#mw-panel div.portal div.body ul li a { | ||
| + | color:#0645ad | ||
| + | } | ||
| + | div#mw-panel div.portal div.body ul li a:visited { | ||
| + | color:#0b0080 | ||
| + | } | ||
| + | div#mw-panel #p-logo + div.portal { | ||
| + | background-image:none; | ||
| + | margin-top:0 | ||
| + | } | ||
| + | div#mw-panel #p-logo + div.portal h3 { | ||
| + | display:none | ||
| + | } | ||
| + | div#mw-panel #p-logo + div.portal div.body { | ||
| + | margin-right:0.5em | ||
| + | } | ||
| + | div#footer { | ||
| + | margin-right:10em; | ||
| + | margin-top:0; | ||
| + | padding:0.75em; | ||
| + | direction:rtl | ||
| + | } | ||
| + | div#footer ul { | ||
| + | list-style-type:none; | ||
| + | list-style-image:none; | ||
| + | margin:0; | ||
| + | padding:0 | ||
| + | } | ||
| + | div#footer ul li { | ||
| + | margin:0; | ||
| + | padding:0; | ||
| + | padding-top:0.5em; | ||
| + | padding-bottom:0.5em; | ||
| + | color:#333; | ||
| + | font-size:0.7em | ||
| + | } | ||
| + | div#footer #footer-icons { | ||
| + | float:left | ||
| + | } | ||
| + | div#footer #footer-icons li { | ||
| + | float:right; | ||
| + | margin-right:0.5em; | ||
| + | line-height:2em; | ||
| + | text-align:left | ||
| + | } | ||
| + | div#footer #footer-info li { | ||
| + | line-height:1.4em | ||
| + | } | ||
| + | div#footer #footer-places li { | ||
| + | float:right; | ||
| + | margin-left:1em; | ||
| + | line-height:2em | ||
| + | } | ||
| + | body.ltr div#footer #footer-places { | ||
| + | float:left | ||
| + | } | ||
| + | .mw-body .external { | ||
| + | background-position:center left; | ||
| + | background-repeat:no-repeat; | ||
| + | background-image:url(//fa.wikipedia.org/w/skins/Vector/images/external-link-rtl-icon.png?33b9b); | ||
| + | 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%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%2306c%22%20d%3D%22M10.5%204.518H4.518V10.5H10.5z%22%2F%3E%3Cpath%20d%3D%22M6.234%201H1v5.39l1.57%201.546%201.31-1.31L6.607%209.35l2.69-2.688-2.81-2.808L7.8%202.544z%22%20fill%3D%22%2306f%22%2F%3E%3Cpath%20d%3D%22M2.004%202.004L1.982%206.89%203.8%205.07l2.88%202.88%201.228-1.227-2.88-2.88%201.85-1.852z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E); | ||
| + | background-image:linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/skins/Vector/images/external-link-rtl-icon.svg?65d3b)!ie; | ||
| + | background-image:-o-linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/skins/Vector/images/external-link-rtl-icon.png?33b9b); | ||
| + | padding-left:13px | ||
| + | } | ||
| + | } | ||
| + | @media screen and (min-width:982px) { | ||
| + | .mw-body { | ||
| + | margin-right:11em; | ||
| + | padding:1.25em 1.5em 1.5em 1.5em | ||
| + | } | ||
| + | #p-logo { | ||
| + | right:0.5em | ||
| + | } | ||
| + | div#footer { | ||
| + | margin-right:11em; | ||
| + | padding:1.25em | ||
| + | } | ||
| + | #mw-panel { | ||
| + | padding-right:0.5em | ||
| + | } | ||
| + | #p-search { | ||
| + | margin-left:1em | ||
| + | } | ||
| + | #left-navigation { | ||
| + | margin-right:11em | ||
| + | } | ||
| + | #p-personal { | ||
| + | left:1em | ||
| + | } | ||
| + | #mw-head-base { | ||
| + | margin-right:11em | ||
| + | } | ||
| + | } | ||
| + | .wb-langlinks-link { | ||
| + | line-height:1.125em; | ||
| + | font-size:0.75em; | ||
| + | float:left | ||
| + | } | ||
| + | .wb-langlinks-link { | ||
| + | list-style:none none; | ||
| + | text-align:left; | ||
| + | padding-left:.5em !important | ||
| + | } | ||
| + | .wb-langlinks-link > a { | ||
| + | padding-right:11px; | ||
| + | background:no-repeat right center | ||
| + | } | ||
| + | .wb-langlinks-link > a:link,.wb-langlinks-link > a:visited { | ||
| + | background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKBAMAAAB/HNKOAAAAD1BMVEUZAAB5eXnY2Niqqqr///8Jvb+KAAAAAXRSTlMAQObYZgAAACVJREFUeAFjAAJGBhAQFAAxFQWBpJCRAJCprIjKFBESAJGOcMUAOtQCNDbJG7QAAAAASUVORK5CYII=); | ||
| + | background-image:url(//fa.wikipedia.org/w/extensions/Wikidata/extensions/Wikibase/client/resources/images/WBC-Asset-Pencil.png?cfa0f)!ie; | ||
| + | color:#797979 !important | ||
| + | } | ||
| + | .wb-langlinks-link > a:hover { | ||
| + | background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKBAMAAAB/HNKOAAAAD1BMVEWBAAAGRa3Y2NgzZrv///8QrIY/AAAAAXRSTlMAQObYZgAAACVJREFUeAFjAAJGBhAQFAAxFQWBpJCRAJCprIjKFBESAJGOcMUAOtQCNDbJG7QAAAAASUVORK5CYII=); | ||
| + | background-image:url(//fa.wikipedia.org/w/extensions/Wikidata/extensions/Wikibase/client/resources/images/WBC-Asset-Pencil-Hover.png?6d5f9)!ie; | ||
| + | color:#0645AD !important | ||
| + | } | ||
| + | div.after-portlet-lang:after { | ||
| + | content:''; | ||
| + | clear:both; | ||
| + | display:block | ||
} | } | ||
نسخهٔ ۹ اسفند ۱۳۹۴، ساعت ۱۳:۵۸
/**
* Styling for links generated by [[MediaWiki:Edittools]]
* @source https://www.mediawiki.org/wiki/Extension:CharInsert#Styling
* @updated 2012-02-29
*/
.mw-charinsert-buttons {
margin-top: 10px;
border: 1px solid #aaaaaa;
padding: 1px;
text-align: center;
font-size: 110%;
}
.mw-charinsert-buttons a {
color: black;
background-color: #cde !important;
font-weight: bold;
font-size: .9em;
text-decoration: none;
border: thin #069 outset;
padding: 0 .1em .1em;
}
.mw-charinsert-buttons a:hover,
.mw-charinsert-buttons a:active {
background-color: #bcd;
border-style: inset;
}
.client-js .mw-edittools-section {
display: inline;
}
.client-js .mw-edittools-section input[type="button"] {
font-size: 0.9em;
padding-left: 1px;
padding-right: 1px;
margin-left: 1px;
}
div#mw-edittools-charinsert {
display:block
}
.mw-charinsert-buttons {
margin-top:10px;
border:1px solid #aaaaaa;
padding:1px;
text-align:right;
font-size:110%
}
.mw-charinsert-buttons a {
color:black;
background-color:#cde !important;
font-weight:bold;
font-size:.9em;
text-decoration:none;
border:thin #069 outset;
padding:0 .1em .1em
}
.mw-charinsert-buttons a:hover,.mw-charinsert-buttons a:active {
background-color:#bcd;
border-style:inset
}
.client-js .mw-edittools-section {
display:inline
}
.client-js .mw-edittools-section input[type="button"] {
font-size:0.9em;
padding-left:1px;
padding-right:1px;
margin-left:1px
}
.referencetooltip {
position:absolute;
list-style:none;
list-style-image:none;
opacity:0;
font-size:10px;
margin:0;
z-index:5;
padding:0
}
.referencetooltip li {
border:#080086 2px solid;
max-width:260px;
padding:10px 8px 13px 8px;
margin:0px;
background-color:#F7F7F7;
box-shadow:2px 4px 2px rgba(0,0,0,0.3);
-moz-box-shadow:2px 4px 2px rgba(0,0,0,0.3);
-webkit-box-shadow:2px 4px 2px rgba(0,0,0,0.3)
}
.referencetooltip li+li {
margin-right:7px;
margin-top:-2px;
border:0;
padding:0;
height:3px;
width:0px;
background-color:transparent;
box-shadow:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
border-top:12px #080086 solid;
border-right:7px transparent solid;
border-left:7px transparent solid
}
.referencetooltip>li+li::after {
content:'';
border-top:8px #F7F7F7 solid;
border-right:5px transparent solid;
border-left:5px transparent solid;
margin-top:-12px;
margin-right:-5px;
z-index:1;
height:0px;
width:0px;
display:block
}
.client-js body .referencetooltip li li {
border:none;
box-shadow:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
height:auto;
width:auto;
margin:auto;
padding:0;
position:static
}
.RTflipped {
padding-top:13px
}
.referencetooltip.RTflipped li+li {
position:absolute;
top:2px;
border-top:0;
border-bottom:12px #080086 solid
}
.referencetooltip.RTflipped li+li::after {
border-top:0;
border-bottom:8px #F7F7F7 solid;
position:absolute;
margin-top:7px
}
.RTsettings {
float:left;
height:16px;
width:16px;
cursor:pointer;
background-image:url(//upload.wikimedia.org/wikipedia/commons/e/ed/Cog.png);
margin-top:-9px;
margin-left:-7px;
-webkit-transition:opacity 0.15s;
-moz-transition:opacity 0.15s;
-o-transition:opacity 0.15s;
-ms-transition:opacity 0.15s;
transition:opacity 0.15s;
opacity:0.6;
filter:alpha(opacity=60)
}
.RTsettings:hover {
opacity:1;
filter:alpha(opacity=100)
}
.RTTarget {
border:#080086 2px solid
}
.mw-highlight .hll {
background-color:#ffffcc
}
.mw-highlight {
background:#f8f8f8
}
.mw-highlight .c {
color:#408080;
font-style:italic
}
.mw-highlight .err {
border:1px solid #FF0000
}
.mw-highlight .k {
color:#008000;
font-weight:bold
}
.mw-highlight .o {
color:#666666
}
.mw-highlight .ch {
color:#408080;
font-style:italic
}
.mw-highlight .cm {
color:#408080;
font-style:italic
}
.mw-highlight .cp {
color:#BC7A00
}
.mw-highlight .cpf {
color:#408080;
font-style:italic
}
.mw-highlight .c1 {
color:#408080;
font-style:italic
}
.mw-highlight .cs {
color:#408080;
font-style:italic
}
.mw-highlight .gd {
color:#A00000
}
.mw-highlight .ge {
font-style:italic
}
.mw-highlight .gr {
color:#FF0000
}
.mw-highlight .gh {
color:#000080;
font-weight:bold
}
.mw-highlight .gi {
color:#00A000
}
.mw-highlight .go {
color:#888888
}
.mw-highlight .gp {
color:#000080;
font-weight:bold
}
.mw-highlight .gs {
font-weight:bold
}
.mw-highlight .gu {
color:#800080;
font-weight:bold
}
.mw-highlight .gt {
color:#0044DD
}
.mw-highlight .kc {
color:#008000;
font-weight:bold
}
.mw-highlight .kd {
color:#008000;
font-weight:bold
}
.mw-highlight .kn {
color:#008000;
font-weight:bold
}
.mw-highlight .kp {
color:#008000
}
.mw-highlight .kr {
color:#008000;
font-weight:bold
}
.mw-highlight .kt {
color:#B00040
}
.mw-highlight .m {
color:#666666
}
.mw-highlight .s {
color:#BA2121
}
.mw-highlight .na {
color:#7D9029
}
.mw-highlight .nb {
color:#008000
}
.mw-highlight .nc {
color:#0000FF;
font-weight:bold
}
.mw-highlight .no {
color:#880000
}
.mw-highlight .nd {
color:#AA22FF
}
.mw-highlight .ni {
color:#999999;
font-weight:bold
}
.mw-highlight .ne {
color:#D2413A;
font-weight:bold
}
.mw-highlight .nf {
color:#0000FF
}
.mw-highlight .nl {
color:#A0A000
}
.mw-highlight .nn {
color:#0000FF;
font-weight:bold
}
.mw-highlight .nt {
color:#008000;
font-weight:bold
}
.mw-highlight .nv {
color:#19177C
}
.mw-highlight .ow {
color:#AA22FF;
font-weight:bold
}
.mw-highlight .w {
color:#bbbbbb
}
.mw-highlight .mb {
color:#666666
}
.mw-highlight .mf {
color:#666666
}
.mw-highlight .mh {
color:#666666
}
.mw-highlight .mi {
color:#666666
}
.mw-highlight .mo {
color:#666666
}
.mw-highlight .sb {
color:#BA2121
}
.mw-highlight .sc {
color:#BA2121
}
.mw-highlight .sd {
color:#BA2121;
font-style:italic
}
.mw-highlight .s2 {
color:#BA2121
}
.mw-highlight .se {
color:#BB6622;
font-weight:bold
}
.mw-highlight .sh {
color:#BA2121
}
.mw-highlight .si {
color:#BB6688;
font-weight:bold
}
.mw-highlight .sx {
color:#008000
}
.mw-highlight .sr {
color:#BB6688
}
.mw-highlight .s1 {
color:#BA2121
}
.mw-highlight .ss {
color:#19177C
}
.mw-highlight .bp {
color:#008000
}
.mw-highlight .vc {
color:#19177C
}
.mw-highlight .vg {
color:#19177C
}
.mw-highlight .vi {
color:#19177C
}
.mw-highlight .il {
color:#666666
}
.mw-highlight {
direction:ltr;
unicode-bidi:embed
}
.mw-highlight pre {
-moz-tab-size:4;
-o-tab-size:4;
tab-size:4
}
code code.mw-highlight {
background-color:transparent;
border:0;
padding:0
}
.mw-highlight .err {
border:0
}
.mw-highlight .hll {
display:block
}
.mw-highlight.mw-content-ltr .lineno {
float:left
}
.mw-highlight.mw-content-rtl .lineno {
float:right
}
.badge-goodarticle,.badge-recommendedarticle {
list-style-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAIAAAD0YtNRAAAABnRSTlMAAAAAAABupgeRAAAAVklEQVR4AWIYSFBfX49TDtDWNFgBEEOxhfNOtQbo1lf7mwmA80IIASDEPnLOEUIwyHVdYRLmcf2+L2YJk/59Xdd50V+Pu0yjtc4AfeG9N8a0NtRhEoofjxA1QdE3DGkAAAAASUVORK5CYII=);
list-style-image:url(//fa.wikipedia.org/w/extensions/Wikidata/extensions/WikimediaBadges/resources/images/badge-silver-star.png?50b99)!ie
}
.badge-featuredarticle,.badge-featuredportal,.badge-featuredlist {
list-style-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANBAMAAACJLlk1AAAAJFBMVEX8/vz84pz8viT80mz83pT8ylT8wjT8xkT8xjz81nz88tz82oSJMa9zAAAAAXRSTlMAQObYZgAAAC9JREFUeAFjwA0EwKQCiGBWBhKuSkqpDgzsSkoaQE6SUgMDE1SJ2jSgIq4NDLsYAGRLBV63sSwfAAAAAElFTkSuQmCC);
list-style-image:url(//fa.wikipedia.org/w/extensions/Wikidata/extensions/WikimediaBadges/resources/images/badge-golden-star.png?0edeb)!ie
}
.badge-problematic {
list-style-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAWUlEQVR4AWMYLGDz5v9y69f/X7thw//XULxu48b/KnBJoMA7IP6PjKFisgxQnf9x4NUMQOITHgUfQAo+41HwEWTFBnxWgBypgcORb0GORPfmJ5CxQLwGJgkA1li/0fHRlXsAAAAASUVORK5CYII=);
list-style-image:url(//fa.wikipedia.org/w/extensions/Wikidata/extensions/WikimediaBadges/resources/images/badge-problematic.png?f3177)!ie
}
.badge-proofread {
list-style-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAYElEQVR4AWMYLOD/szS5/8/T1/5/kf4aitf9f5WlgpB8mf4OKPgfGYPFnmbJMoB0wgUxFa1mADI+gTg48AeQgs94FHwEKdiA34pnaRowR6LhtyBHonvzE8jY/8/T1sAkAfA0u7wNTQyVAAAAAElFTkSuQmCC);
list-style-image:url(//fa.wikipedia.org/w/extensions/Wikidata/extensions/WikimediaBadges/resources/images/badge-proofread.png?e81f9)!ie
}
.badge-validated {
list-style-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAW0lEQVR4AWMYLGDi/4lyE/5PWAvEr6F4Xd//PhVkyXdAjA7f9f7vlWWA6MQOgZpXgxR8wqPgA0jBZyDGBT8y9P/v34DXisn/J2vgcORbkCPRvfkJZCwQr4FJAgAYMLC53pOcnQAAAABJRU5ErkJggg==);
list-style-image:url(//fa.wikipedia.org/w/extensions/Wikidata/extensions/WikimediaBadges/resources/images/badge-validated.png?6232c)!ie
}
.mediaContainer,.PopUpMediaTransform {
position :relative;
display:block
}
.thumb .mediaContainer,.thumb .PopUpMediaTransform {
margin:0 auto
}
.client-nojs #pt-uls {
display:none
}
.client-nojs #ca-ve-edit,.client-nojs .mw-editsection-divider,.client-nojs .mw-editsection-visualeditor,.ve-not-available #ca-ve-edit,.ve-not-available .mw-editsection-divider,.ve-not-available .mw-editsection-visualeditor {
display:none
}
.client-js .mw-content-ltr .mw-editsection-bracket:first-of-type,.client-js .mw-content-rtl .mw-editsection-bracket:not( :first-of-type ) {
margin-right:0.25em;
color:#555
}
.client-js .mw-content-rtl .mw-editsection-bracket:first-of-type,.client-js .mw-content-ltr .mw-editsection-bracket:not( :first-of-type ) {
margin-left:0.25em;
color:#555
}
@media print {
.noprint,div#jump-to-nav,.mw-jump,div.top,div#column-one,.mw-editsection,.mw-editsection-like,div#f-poweredbyico,div#f-copyrightico,li#about,li#disclaimer,li#mobileview,li#privacy,#footer-places,.mw-hidden-catlinks,.usermessage,.patrollink,.ns-0 .mw-redirectedfrom,#mw-navigation,#siteNotice {
display:none
}
.wikitable,.thumb,img {
page-break-inside:avoid
}
h2,h3,h4,h5,h6 {
page-break-after:avoid
}
p {
widows:3;
orphans:3
}
body {
background:white;
color:black;
margin:0;
padding:0
}
ul {
list-style-type:square
}
h1,h2,h3,h4,h5,h6 {
font-weight:bold
}
dt {
font-weight:bold
}
p {
margin:1em 0;
line-height:1.2em
}
pre,.mw-code {
border:1pt dashed black;
white-space:pre;
font-size:8pt;
overflow:auto;
padding:1em 0;
background:white;
color:black
}
#globalWrapper {
width:100% !important;
min-width:0 !important
}
.mw-body {
background:white;
border:none !important;
padding:0 !important;
margin:0 !important;
direction:rtl;
color:black
}
#column-content {
margin:0 !important
}
#column-content .mw-body {
padding:1em;
margin:0 !important
}
#toc {
border:1px solid #aaaaaa;
background-color:#f9f9f9;
padding:5px;
display:table
}
.tocnumber,.toctext {
display:table-cell
}
.tocnumber {
padding-right:0;
padding-left:0.5em
}
.mw-content-ltr .tocnumber {
padding-left:0;
padding-right:0.5em
}
.mw-content-rtl .tocnumber {
padding-left:0.5em;
padding-right:0
}
#footer {
background:white;
color:black;
margin-top:1em;
border-top:1px solid #AAA;
direction:rtl
}
img {
border:none;
vertical-align:middle
}
a {
background:none !important;
padding:0 !important
}
.mw-body a.external.text:after,.mw-body a.external.autonumber:after {
content:" (" attr(href) ")"
}
.mw-body a.external.text[href^='//']:after,.mw-body a.external.autonumber[href^='//']:after {
content:" (https:" attr(href) ")"
}
a,a.external,a.new,a.stub {
color:black !important;
text-decoration:none !important
}
a,a.external,a.new,a.stub {
color:inherit !important;
text-decoration:inherit !important
}
div.floatright {
float:right;
clear:right;
position:relative;
margin:0.5em 0 0.8em 1.4em
}
div.floatright p {
font-style:italic
}
div.floatleft {
float:left;
clear:left;
position:relative;
margin:0.5em 1.4em 0.8em 0
}
div.floatleft p {
font-style:italic
}
div.center {
text-align:center
}
div.thumb {
border:none;
width:auto;
margin-top:0.5em;
margin-bottom:0.8em;
background-color:transparent
}
div.thumbinner {
border:1px solid #cccccc;
padding:3px !important;
background-color:White;
font-size:94%;
text-align:center;
overflow:hidden
}
html .thumbimage {
border:1px solid #cccccc
}
html .thumbcaption {
border:none;
text-align:right;
line-height:1.4em;
padding:3px !important;
font-size:94%
}
div.magnify {
display:none
}
div.tright {
float:right;
clear:right;
margin:0.5em 0 0.8em 1.4em
}
div.tleft {
float:left;
clear:left;
margin:0.5em 1.4em 0.8em 0
}
img.thumbborder {
border:1px solid #dddddd
}
table.wikitable,table.mw_metadata {
margin:1em 0;
border:1px #aaa solid;
background:white;
border-collapse:collapse
}
table.wikitable > tr > th,table.wikitable > tr > td,table.wikitable > * > tr > th,table.wikitable > * > tr > td,.mw_metadata th,.mw_metadata td {
border:1px #aaa solid;
padding:0.2em
}
table.wikitable > tr > th,table.wikitable > * > tr > th,.mw_metadata th {
text-align:center;
background:white;
font-weight:bold
}
table.wikitable > caption,.mw_metadata caption {
font-weight:bold
}
table.listing,table.listing td {
border:1pt solid black;
border-collapse:collapse
}
a.sortheader {
margin:0 0.3em
}
.catlinks ul {
display:inline;
margin:0;
padding:0;
list-style:none;
list-style-type:none;
list-style-image:none
}
.catlinks li {
display:inline-block;
line-height:1.15em;
padding:0 .4em;
border-right:1px solid #AAA;
margin:0.1em 0
}
.catlinks li:first-child {
padding-right:.2em;
border-right:none
}
.printfooter {
padding:1em 0 1em 0
}
}
@media screen {
.mw-content-ltr {
direction:ltr
}
.mw-content-rtl {
direction:rtl
}
.sitedir-ltr textarea,.sitedir-ltr input {
direction:ltr
}
.sitedir-rtl textarea,.sitedir-rtl input {
direction:rtl
}
.mw-userlink {
unicode-bidi:embed
}
mark {
background-color:yellow;
color:black
}
wbr {
display:inline-block
}
input[type="submit"],input[type="button"],input[type="reset"],input[type="file"] {
direction:rtl
}
textarea[dir="ltr"],input[dir="ltr"] {
direction:ltr
}
textarea[dir="rtl"],input[dir="rtl"] {
direction:rtl
}
abbr[title],.explain[title] {
border-bottom:1px dotted;
cursor:help
}
@supports (text-decoration:underline dotted) {
abbr[title],.explain[title] {
border-bottom:none;
text-decoration:underline dotted
}
}
.mw-plusminus-pos {
color:#006400
}
.mw-plusminus-neg {
color:#8b0000
}
.mw-plusminus-null {
color:#aaa
}
.mw-plusminus-pos,.mw-plusminus-neg,.mw-plusminus-null {
unicode-bidi:-moz-isolate;
unicode-bidi:-webkit-isolate;
unicode-bidi:isolate
}
span.comment {
font-style:italic
}
#wikiPreview.ontop {
margin-bottom:1em
}
#editform,#toolbar,#wpTextbox1 {
clear:both
}
li span.deleted,span.history-deleted {
text-decoration:line-through;
color:#888;
font-style:italic
}
.not-patrolled {
background-color:#ffa
}
.unpatrolled {
font-weight:bold;
color:red
}
div.patrollink {
font-size:75%;
text-align:left
}
td.mw-label {
text-align:left
}
td.mw-input {
text-align:right
}
td.mw-submit {
text-align:right
}
td.mw-label {
vertical-align:middle
}
td.mw-submit {
white-space:nowrap
}
input#wpSummary {
width:80%;
margin-bottom:1em
}
.mw-input-with-label {
white-space:nowrap
}
.mw-content-ltr .thumbcaption {
text-align:left
}
.mw-content-ltr .magnify {
float:right
}
.mw-content-rtl .thumbcaption {
text-align:right
}
.mw-content-rtl .magnify {
float:left
}
#catlinks {
text-align:right
}
.catlinks ul {
display:inline;
margin:0;
padding:0;
list-style:none;
list-style-type:none;
list-style-image:none;
vertical-align:middle !ie
}
.catlinks li {
display:inline-block;
line-height:1.25em;
border-right:1px solid #AAA;
margin:0.125em 0;
padding:0 0.5em;
zoom:1;
display:inline !ie
}
.catlinks li:first-child {
padding-right:0.25em;
border-right:none
}
.catlinks li a.mw-redirect {
font-style:italic
}
.mw-hidden-cats-hidden {
display:none
}
.catlinks-allhidden {
display:none
}
p.mw-protect-editreasons,p.mw-filedelete-editreasons,p.mw-delete-editreasons {
font-size:90%;
text-align:left
}
.autocomment {
color:gray
}
#pagehistory .history-user {
margin-right:0.4em;
margin-left:0.2em
}
#pagehistory li {
border:1px solid white
}
#pagehistory li.selected {
background-color:#f9f9f9;
border:1px dashed #aaa
}
.mw-history-revisionactions {
float:left
}
.newpage,.minoredit,.botedit {
font-weight:bold
}
div.mw-warning-with-logexcerpt {
padding:3px;
margin-bottom:3px;
border:2px solid #2F6FAB;
clear:both
}
div.mw-warning-with-logexcerpt ul li {
font-size:90%
}
span.mw-revdelundel-link,strong.mw-revdelundel-link {
font-size:90%
}
span.mw-revdelundel-hidden,input.mw-revdelundel-hidden {
visibility:hidden
}
td.mw-revdel-checkbox,th.mw-revdel-checkbox {
padding-left:10px;
text-align:center
}
a.new {
color:#BA0000
}
.plainlinks a.external {
background:none !important;
padding:0 !important
}
.rtl a.external.free,.rtl a.external.autonumber {
direction:ltr;
unicode-bidi:embed
}
table.wikitable {
margin:1em 0;
background-color:#f9f9f9;
border:1px solid #aaa;
border-collapse:collapse;
color:black
}
table.wikitable > tr > th,table.wikitable > tr > td,table.wikitable > * > tr > th,table.wikitable > * > tr > td {
border:1px solid #aaa;
padding:0.2em 0.4em
}
table.wikitable > tr > th,table.wikitable > * > tr > th {
background-color:#f2f2f2;
text-align:center
}
table.wikitable > caption {
font-weight:bold
}
.error,.warning,.success {
font-size:larger
}
.error {
color:#cc0000
}
.warning {
color:#705000
}
.success {
color:#009000
}
.errorbox,.warningbox,.successbox {
border:1px solid;
padding:.5em 1em;
margin-bottom:1em;
display:inline-block;
zoom:1;
*display:inline
}
.errorbox h2,.warningbox h2,.successbox h2 {
font-size:1em;
color:inherit;
font-weight:bold;
display:inline;
margin:0 0 0 .5em;
border:none
}
.errorbox {
color:#cc0000;
border-color:#fac5c5;
background-color:#fae3e3
}
.warningbox {
color:#705000;
border-color:#fde29b;
background-color:#fdf1d1
}
.successbox {
color:#008000;
border-color:#b7fdb5;
background-color:#e1fddf
}
.mw-infobox {
border:2px solid #ff7f00;
margin:0.5em;
clear:right;
overflow:hidden
}
.mw-infobox-left {
margin:7px;
float:right;
width:35px
}
.mw-infobox-right {
margin:0.5em 49px 0.5em 0.5em
}
.previewnote {
color:#c00;
margin-bottom:1em
}
.previewnote p {
text-indent:3em;
margin:0.8em 0
}
.visualClear {
clear:both
}
.mw-datatable {
border-collapse:collapse
}
.mw-datatable,.mw-datatable td,.mw-datatable th {
border:1px solid #aaaaaa;
padding:0 0.15em 0 0.15em
}
.mw-datatable th {
background-color:#ddddff
}
.mw-datatable td {
background-color:#ffffff
}
.mw-datatable tr:hover td {
background-color:#eeeeff
}
table.mw_metadata {
font-size:0.8em;
margin-right:0.5em;
margin-bottom:0.5em;
width:400px
}
table.mw_metadata caption {
font-weight:bold
}
table.mw_metadata th {
font-weight:normal
}
table.mw_metadata td {
padding:0.1em
}
table.mw_metadata {
border:none;
border-collapse:collapse
}
table.mw_metadata td,table.mw_metadata th {
text-align:center;
border:1px solid #aaaaaa;
padding-right:5px;
padding-left:5px
}
table.mw_metadata th {
background-color:#f9f9f9
}
table.mw_metadata td {
background-color:#fcfcfc
}
table.mw_metadata ul.metadata-langlist {
list-style-type:none;
list-style-image:none;
padding-left:5px;
padding-right:5px;
margin:0
}
.mw-content-ltr ul,.mw-content-rtl .mw-content-ltr ul {
margin:0.3em 0 0 1.6em;
padding:0
}
.mw-content-rtl ul,.mw-content-ltr .mw-content-rtl ul {
margin:0.3em 1.6em 0 0;
padding:0
}
.mw-content-ltr ol,.mw-content-rtl .mw-content-ltr ol {
margin:0.3em 0 0 3.2em;
padding:0
}
.mw-content-rtl ol,.mw-content-ltr .mw-content-rtl ol {
margin:0.3em 3.2em 0 0;
padding:0
}
.mw-content-ltr dd,.mw-content-rtl .mw-content-ltr dd {
margin-left:1.6em;
margin-right:0
}
.mw-content-rtl dd,.mw-content-ltr .mw-content-rtl dd {
margin-right:1.6em;
margin-left:0
}
.mw-ajax-loader {
background-image:url(//fa.wikipedia.org/w/resources/src/mediawiki.legacy/images/ajax-loader.gif?57f34);
background-position:center center;
background-repeat:no-repeat;
padding:16px;
position:relative;
top:-16px
}
.mw-small-spinner {
padding:10px !important;
margin-left:0.6em;
background-image:url(//fa.wikipedia.org/w/resources/src/mediawiki.legacy/images/spinner.gif?ca65b);
background-position:center center;
background-repeat:no-repeat
}
h1:lang(anp),h1:lang(as),h1:lang(bh),h1:lang(bho),h1:lang(bn),h1:lang(gu),h1:lang(hi),h1:lang(kn),h1:lang(ks),h1:lang(ml),h1:lang(mr),h1:lang(my),h1:lang(mai),h1:lang(ne),h1:lang(new),h1:lang(or),h1:lang(pa),h1:lang(pi),h1:lang(sa),h1:lang(ta),h1:lang(te) {
line-height:1.6em !important
}
h2:lang(anp),h3:lang(anp),h4:lang(anp),h5:lang(anp),h6:lang(anp),h2:lang(as),h3:lang(as),h4:lang(as),h5:lang(as),h6:lang(as),h2:lang(bho),h3:lang(bho),h4:lang(bho),h5:lang(bho),h6:lang(bho),h2:lang(bh),h3:lang(bh),h4:lang(bh),h5:lang(bh),h6:lang(bh),h2:lang(bn),h3:lang(bn),h4:lang(bn),h5:lang(bn),h6:lang(bn),h2:lang(gu),h3:lang(gu),h4:lang(gu),h5:lang(gu),h6:lang(gu),h2:lang(hi),h3:lang(hi),h4:lang(hi),h5:lang(hi),h6:lang(hi),h2:lang(kn),h3:lang(kn),h4:lang(kn),h5:lang(kn),h6:lang(kn),h2:lang(ks),h3:lang(ks),h4:lang(ks),h5:lang(ks),h6:lang(ks),h2:lang(ml),h3:lang(ml),h4:lang(ml),h5:lang(ml),h6:lang(ml),h2:lang(mr),h3:lang(mr),h4:lang(mr),h5:lang(mr),h6:lang(mr),h2:lang(my),h3:lang(my),h4:lang(my),h5:lang(my),h6:lang(my),h2:lang(mai),h3:lang(mai),h4:lang(mai),h5:lang(mai),h6:lang(mai),h2:lang(ne),h3:lang(ne),h4:lang(ne),h5:lang(ne),h6:lang(ne),h2:lang(new),h3:lang(new),h4:lang(new),h5:lang(new),h6:lang(new),h2:lang(or),h3:lang(or),h4:lang(or),h5:lang(or),h6:lang(or),h2:lang(pa),h3:lang(pa),h4:lang(pa),h5:lang(pa),h6:lang(pa),h2:lang(pi),h3:lang(pi),h4:lang(pi),h5:lang(pi),h6:lang(pi),h2:lang(sa),h3:lang(sa),h4:lang(sa),h5:lang(sa),h6:lang(sa),h2:lang(ta),h3:lang(ta),h4:lang(ta),h5:lang(ta),h6:lang(ta),h2:lang(te),h3:lang(te),h4:lang(te),h5:lang(te),h6:lang(te) {
line-height:1.2em
}
ol:lang(azb) li,ol:lang(bcc) li,ol:lang(bgn) li,ol:lang(bqi) li,ol:lang(fa) li,ol:lang(glk) li,ol:lang(kk-arab) li,ol:lang(lrc) li,ol:lang(luz) li,ol:lang(mzn) li {
list-style-type:-moz-persian;
list-style-type:persian
}
ol:lang(ckb) li,ol:lang(sdh) li {
list-style-type:-moz-arabic-indic;
list-style-type:arabic-indic
}
ol:lang(hi) li,ol:lang(mr) li {
list-style-type:-moz-devanagari;
list-style-type:devanagari
}
ol:lang(as) li,ol:lang(bn) li {
list-style-type:-moz-bengali;
list-style-type:bengali
}
ol:lang(or) li {
list-style-type:-moz-oriya;
list-style-type:oriya
}
#toc ul,.toc ul {
margin:.3em 0
}
.mw-content-ltr .toc ul,.mw-content-ltr #toc ul,.mw-content-rtl .mw-content-ltr .toc ul,.mw-content-rtl .mw-content-ltr #toc ul {
text-align:left
}
.mw-content-rtl .toc ul,.mw-content-rtl #toc ul,.mw-content-ltr .mw-content-rtl .toc ul,.mw-content-ltr .mw-content-rtl #toc ul {
text-align:right
}
.mw-content-ltr .toc ul ul,.mw-content-ltr #toc ul ul,.mw-content-rtl .mw-content-ltr .toc ul ul,.mw-content-rtl .mw-content-ltr #toc ul ul {
margin:0 0 0 2em
}
.mw-content-rtl .toc ul ul,.mw-content-rtl #toc ul ul,.mw-content-ltr .mw-content-rtl .toc ul ul,.mw-content-ltr .mw-content-rtl #toc ul ul {
margin:0 2em 0 0
}
#toc #toctitle,.toc #toctitle,#toc .toctitle,.toc .toctitle {
direction:rtl
}
.mw-help-field-hint {
display:none;
margin-right:2px;
margin-bottom:-8px;
padding:0 15px 0 0;
background-image:url(//fa.wikipedia.org/w/resources/src/mediawiki.legacy/images/help-question.gif?346d8);
background-position:right center;
background-repeat:no-repeat;
cursor:pointer;
font-size:.8em;
text-decoration:underline;
color:#0645ad
}
.mw-help-field-hint:hover {
background-image:url(//fa.wikipedia.org/w/resources/src/mediawiki.legacy/images/help-question-hover.gif?53eb5)
}
.mw-help-field-data {
display:block;
background-color:#d6f3ff;
padding:5px 8px 4px 8px;
border:1px solid #5dc9f4;
margin-right:20px
}
#mw-clearyourcache,#mw-sitecsspreview,#mw-sitejspreview,#mw-usercsspreview,#mw-userjspreview {
direction:rtl;
unicode-bidi:embed
}
.diff-currentversion-title,.diff {
direction:rtl;
unicode-bidi:embed
}
.diff-contentalign-right td {
direction:rtl;
unicode-bidi:embed
}
.diff-contentalign-left td {
direction:ltr;
unicode-bidi:embed
}
.diff-multi,.diff-otitle,.diff-ntitle,.diff-lineno {
direction:rtl !important;
unicode-bidi:embed
}
#mw-revision-info,#mw-revision-info-current,#mw-revision-nav {
direction:rtl;
display:inline
}
div.tright,div.floatright,table.floatright {
clear:right;
float:right
}
div.tleft,div.floatleft,table.floatleft {
float:left;
clear:left
}
div.floatright,table.floatright,div.floatleft,table.floatleft {
position:relative
}
#mw-credits a {
unicode-bidi:embed
}
.mw-jump,#jump-to-nav {
overflow:hidden;
height:0;
zoom:1
}
.printfooter {
display:none
}
.xdebug-error {
position:absolute;
z-index:99
}
.mw-editsection,#jump-to-nav {
-moz-user-select:none;
-webkit-user-select:none;
-ms-user-select:none;
user-select:none
}
.mw-editsection,.mw-editsection-like {
font-size:small;
font-weight:normal;
margin-right:1em;
vertical-align:baseline;
line-height:1em;
display:inline-block
}
.mw-content-ltr .mw-editsection,.mw-content-rtl .mw-content-ltr .mw-editsection {
margin-left:1em
}
.mw-content-rtl .mw-editsection,.mw-content-ltr .mw-content-rtl .mw-editsection {
margin-right:1em
}
sup,sub {
line-height:1
}
}
.mw-empty-li {
display:none
}
.mw-headline-anchor {
display:none
}
@media screen {
.mw-headline-anchor {
margin-right:-16px;
width:16px
}
.mw-content-ltr .mw-headline-anchor,.mw-content-rtl .mw-content-ltr .mw-headline-anchor {
margin-left:-16px;
margin-right:0
}
.mw-content-rtl .mw-headline-anchor,.mw-content-ltr .mw-content-rtl .mw-headline-anchor {
margin-left:0;
margin-right:-16px
}
}
@media screen and (min-width:982px) {
.mw-headline-anchor {
margin-right:-20px;
width:20px
}
.mw-content-ltr .mw-headline-anchor,.mw-content-rtl .mw-content-ltr .mw-headline-anchor {
margin-left:-20px;
margin-right:0
}
.mw-content-rtl .mw-headline-anchor,.mw-content-ltr .mw-content-rtl .mw-headline-anchor {
margin-left:0;
margin-right:-20px
}
}
@media screen {
a {
text-decoration:none;
color:#0645ad;
background:none
}
a:visited {
color:#0b0080
}
a:active {
color:#faa700
}
a:hover,a:focus {
text-decoration:underline
}
a:lang(ar),a:lang(kk-arab),a:lang(mzn),a:lang(ps),a:lang(ur) {
text-decoration:none
}
a.stub {
color:#772233
}
a.new,#p-personal a.new {
color:#ba0000
}
a.new:visited,#p-personal a.new:visited {
color:#a55858
}
.mw-body a.extiw,.mw-body a.extiw:active {
color:#36b
}
.mw-body a.extiw:visited {
color:#636
}
.mw-body a.extiw:active {
color:#b63
}
.mw-body a.external {
color:#36b
}
.mw-body a.external:visited {
color:#636
}
.mw-body a.external:active {
color:#b63
}
.mw-body a.external.free {
word-wrap:break-word
}
img {
border:none;
vertical-align:middle
}
hr {
height:1px;
color:#aaa;
background-color:#aaa;
border:0;
margin:.2em 0
}
h1,h2,h3,h4,h5,h6 {
color:black;
background:none;
font-weight:normal;
margin:0;
overflow:hidden;
padding-top:.5em;
padding-bottom:.17em;
border-bottom:1px solid #aaa
}
h1 {
font-size:188%
}
h2 {
font-size:150%
}
h3,h4,h5,h6 {
border-bottom:none;
font-weight:bold
}
h3 {
font-size:128%
}
h4 {
font-size:116%
}
h5 {
font-size:108%
}
h6 {
font-size:100%
}
h1,h2 {
margin-bottom:.6em
}
h3,h4,h5 {
margin-bottom:.3em
}
p {
margin:.4em 0 .5em 0
}
p img {
margin:0
}
ul {
list-style-type:square;
margin:.3em 1.6em 0 0;
padding:0
}
ol {
margin:.3em 3.2em 0 0;
padding:0;
list-style-image:none
}
li {
margin-bottom:.1em
}
dt {
font-weight:bold;
margin-bottom:.1em
}
dl {
margin-top:.2em;
margin-bottom:.5em
}
dd {
margin-right:1.6em;
margin-bottom:.1em
}
pre,code,tt,kbd,samp,.mw-code {
font-family:monospace,Courier
}
code {
color:black;
background-color:#f9f9f9;
border:1px solid #ddd;
border-radius:2px;
padding:1px 4px
}
pre,.mw-code {
color:black;
background-color:#f9f9f9;
border:1px solid #ddd;
padding:1em;
white-space:pre-wrap
}
table {
font-size:100%
}
fieldset {
border:1px solid #2f6fab;
margin:1em 0 1em 0;
padding:0 1em 1em
}
fieldset.nested {
margin:0 0 0.5em 0;
padding:0 0.5em 0.5em
}
legend {
padding:.5em;
font-size:95%
}
form {
border:none;
margin:0
}
textarea {
width:100%;
padding:.1em;
display:block;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box
}
.center {
width:100%;
text-align:center
}
*.center * {
margin-right:auto;
margin-left:auto
}
.small {
font-size:94%
}
table.small {
font-size:100%
}
#toc,.toc,.mw-warning,.toccolours {
border:1px solid #aaa;
background-color:#f9f9f9;
padding:5px;
font-size:95%
}
#toc,.toc {
display:inline-block;
display:table;
zoom:1;
*display:inline;
padding:7px
}
table#toc,table.toc {
border-collapse:collapse
}
table#toc td,table.toc td {
padding:0
}
#toc h2,.toc h2 {
display:inline;
border:none;
padding:0;
font-size:100%;
font-weight:bold
}
#toc #toctitle,.toc #toctitle,#toc .toctitle,.toc .toctitle {
text-align:center
}
#toc ul,.toc ul {
list-style-type:none;
list-style-image:none;
margin-right:0;
padding:0;
text-align:right
}
#toc ul ul,.toc ul ul {
margin:0 2em 0 0
}
.tocnumber,.toctext {
display:table-cell;
text-decoration:inherit
}
.tocnumber {
padding-right:0;
padding-left:0.5em
}
.mw-content-ltr .tocnumber {
padding-left:0;
padding-right:0.5em
}
.mw-content-rtl .tocnumber {
padding-left:0.5em;
padding-right:0
}
.mw-warning {
margin-right:50px;
margin-left:50px;
text-align:center
}
div.floatright,table.floatright {
margin:0 0 .5em .5em;
border:0
}
div.floatright p {
font-style:italic
}
div.floatleft,table.floatleft {
margin:0 .5em .5em 0;
border:0
}
div.floatleft p {
font-style:italic
}
div.thumb {
margin-bottom:.5em;
width:auto;
background-color:transparent
}
div.thumbinner {
border:1px solid #ccc;
padding:3px;
background-color:#f9f9f9;
font-size:94%;
text-align:center;
overflow:hidden
}
html .thumbimage {
border:1px solid #ccc
}
html .thumbcaption {
border:none;
line-height:1.4em;
padding:3px;
font-size:94%;
text-align:right
}
div.magnify {
float:left;
margin-right:3px
}
div.magnify a {
display:block;
text-indent:15px;
white-space:nowrap;
overflow:hidden;
width:15px;
height:11px;
background-image:url(//fa.wikipedia.org/w/resources/src/mediawiki.skinning/images/magnify-clip-rtl.png?27d60);
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%2011%2015%22%20width%3D%2215%22%20height%3D%2211%22%3E%0A%20%20%20%20%3Cg%20id%3D%22magnify-clip%22%20fill%3D%22%23fff%22%20stroke%3D%22%23000%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22bigbox%22%20d%3D%22M9.491%201.865h-10.99v7.919h10.99z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22smallbox%22%20d%3D%22M12.499%206.868h-5.943v4.904h5.943z%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A);
background-image:linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/resources/src/mediawiki.skinning/images/magnify-clip-rtl.svg?96de0)!ie;
-moz-user-select:none;
-webkit-user-select:none;
-ms-user-select:none;
user-select:none
}
img.thumbborder {
border:1px solid #dddddd
}
.mw-content-ltr .thumbcaption {
text-align:left
}
.mw-content-ltr .magnify {
float:right;
margin-left:3px;
margin-right:0
}
.mw-content-ltr div.magnify a {
background-image:url(//fa.wikipedia.org/w/resources/src/mediawiki.skinning/images/magnify-clip-ltr.png?b5711);
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%2011%2015%22%20width%3D%2215%22%20height%3D%2211%22%3E%0A%20%20%20%20%3Cg%20id%3D%22magnify-clip%22%20fill%3D%22%23fff%22%20stroke%3D%22%23000%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22bigbox%22%20d%3D%22M1.509%201.865h10.99v7.919h-10.99z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22smallbox%22%20d%3D%22M-1.499%206.868h5.943v4.904h-5.943z%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A);
background-image:linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/resources/src/mediawiki.skinning/images/magnify-clip-ltr.svg?7fa0a)!ie
}
.mw-content-rtl .thumbcaption {
text-align:right
}
.mw-content-rtl .magnify {
float:left;
margin-left:0;
margin-right:3px
}
.mw-content-rtl div.magnify a {
background-image:url(//fa.wikipedia.org/w/resources/src/mediawiki.skinning/images/magnify-clip-rtl.png?27d60);
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%2011%2015%22%20width%3D%2215%22%20height%3D%2211%22%3E%0A%20%20%20%20%3Cg%20id%3D%22magnify-clip%22%20fill%3D%22%23fff%22%20stroke%3D%22%23000%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22bigbox%22%20d%3D%22M9.491%201.865h-10.99v7.919h10.99z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22smallbox%22%20d%3D%22M12.499%206.868h-5.943v4.904h5.943z%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A);
background-image:linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/resources/src/mediawiki.skinning/images/magnify-clip-rtl.svg?96de0)!ie
}
div.tright {
margin:.5em 0 1.3em 1.4em
}
div.tleft {
margin:.5em 1.4em 1.3em 0
}
.catlinks {
border:1px solid #aaa;
background-color:#f9f9f9;
padding:5px;
margin-top:1em;
clear:both
}
.editOptions {
background-color:#F0F0F0;
border:1px solid silver;
border-top:none;
padding:1em 1em 1.5em 1em;
margin-bottom:2em
}
.usermessage {
background-color:#ffce7b;
border:1px solid #ffa500;
color:black;
font-weight:bold;
margin:2em 0 1em;
padding:.5em 1em;
vertical-align:middle
}
#siteNotice {
position:relative;
text-align:center;
margin:0
}
#localNotice {
margin-bottom:0.9em
}
.firstHeading {
margin-bottom:.1em;
line-height:1.2em;
padding-bottom:0
}
#siteSub {
display:none
}
#jump-to-nav {
margin-top:-1.4em;
margin-bottom:1.4em
}
#contentSub,#contentSub2 {
font-size:84%;
line-height:1.2em;
margin:0 1em 1.4em 0;
color:#545454;
width:auto
}
span.subpages {
display:block
}
}
.mw-wiki-logo {
background-image:url(/static/images/project-logos/fawiki.png)
}
@media (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(min-resolution:1.5dppx),(min-resolution:144dpi) {
.mw-wiki-logo {
background-image:url(/static/images/project-logos/fawiki-1.5x.png);
background-size:135px auto
}
}
@media (-webkit-min-device-pixel-ratio:2),(min--moz-device-pixel-ratio:2),(min-resolution:2dppx),(min-resolution:192dpi) {
.mw-wiki-logo {
background-image:url(/static/images/project-logos/fawiki-2x.png);
background-size:135px auto
}
}
@media screen {
html {
font-size:100%
}
html,body {
height:100%;
margin:0;
padding:0;
font-family:sans-serif
}
body {
background-color:#f6f6f6
}
.mw-body {
margin-right:10em;
padding:1em;
border:1px solid #a7d7f9;
border-left-width:0;
margin-top:-1px;
background-color:#ffffff;
color:#252525;
direction:rtl
}
.mw-body .mw-editsection,.mw-body .mw-editsection-like {
font-family:sans-serif
}
.mw-body p {
line-height:inherit;
margin:0.5em 0
}
.mw-body h1,.mw-body h2 {
font-family:"Linux Libertine",Georgia,Times,serif;
line-height:1.3;
margin-bottom:0.25em;
padding:0
}
.mw-body h1 {
font-size:1.8em
}
.mw-body .mw-body-content h1 {
margin-top:1em
}
.mw-body h2 {
font-size:1.5em;
margin-top:1em
}
.mw-body h3,.mw-body h4,.mw-body h5,.mw-body h6 {
line-height:1.6;
margin-top:0.3em;
margin-bottom:0;
padding-bottom:0
}
.mw-body h3 {
font-size:1.2em
}
.mw-body h3,.mw-body h4 {
font-weight:bold
}
.mw-body h4,.mw-body h5,.mw-body h6 {
font-size:100%
}
.mw-body #toc h2,.mw-body .toc h2 {
font-size:100%;
font-family:sans-serif
}
.mw-body .firstHeading {
overflow:visible
}
.mw-body .mw-indicators {
float:left;
line-height:1.6;
font-size:0.875em;
position:relative;
z-index:1
}
.mw-body .mw-indicator {
display:inline-block;
zoom:1;
*display:inline
}
div.emptyPortlet {
display:none
}
ul {
list-style-type:disc;
list-style-image: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%20version%3D%221.1%22%20width%3D%225%22%20height%3D%2213%22%3E%0A%3Ccircle%20cx%3D%222.5%22%20cy%3D%229.5%22%20r%3D%222.5%22%20fill%3D%22%2300528c%22%2F%3E%0A%3C%2Fsvg%3E%0A);
list-style-image:url(//fa.wikipedia.org/w/skins/Vector/images/bullet-icon.svg?90d59)!ie;
list-style-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANAQMAAABb8jbLAAAABlBMVEX///8AUow5QSOjAAAAAXRSTlMAQObYZgAAABNJREFUCB1jYEABBQw/wLCAgQEAGpIDyT0IVcsAAAAASUVORK5CYII=) \9;
list-style-image:url(//fa.wikipedia.org/w/skins/Vector/images/bullet-icon.png?785dd) \9!ie
}
pre,.mw-code {
line-height:1.3em
}
#siteNotice {
font-size:0.8em
}
.redirectText {
font-size:140%
}
.redirectMsg p {
margin:0
}
.mw-body-content {
position:relative;
line-height:1.6;
font-size:0.875em;
z-index:0
}
#p-personal {
position:absolute;
top:0.33em;
left:0.75em;
z-index:100
}
#p-personal h3 {
display:none
}
#p-personal ul {
list-style-type:none;
list-style-image:none;
margin:0;
padding-right:10em
}
#p-personal li {
line-height:1.125em;
float:left;
margin-right:0.75em;
margin-top:0.5em;
font-size:0.75em;
white-space:nowrap
}
#pt-userpage,#pt-anonuserpage {
background-position:right top;
background-repeat:no-repeat;
background-image:url(//fa.wikipedia.org/w/skins/Vector/images/user-icon.png?9e7ea);
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%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%2212px%22%20height%3D%2213.836px%22%20viewBox%3D%220%200%2012%2013.836%22%20enable-background%3D%22new%200%200%2012%2013.836%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20fill%3D%22%23777777%22%20d%3D%22M1.938%2C6.656c-1.32%2C1.485-1.47%2C3.15-0.97%2C4.25c0.323%2C0.707%2C0.78%2C1.127%2C1.313%2C1.375%0A%09c0.496%2C0.229%2C1.074%2C0.273%2C1.658%2C0.282c0.023%2C0%2C0.04%2C0.03%2C0.062%2C0.03h4.187c0.61%2C0%2C1.225-0.125%2C1.75-0.405%0A%09c0.527-0.28%2C0.961-0.718%2C1.188-1.376c0.335-0.964%2C0.175-2.529-1.094-4.03C9.094%2C7.954%2C7.68%2C8.719%2C6.065%2C8.719%0A%09c-1.677%2C0-3.182-0.812-4.125-2.063H1.938z%22%2F%3E%0A%3Cpath%20fill%3D%22%23777777%22%20d%3D%22M6.063%2C0c-1.89%2C0-3.595%2C1.674-3.594%2C3.563C2.467%2C5.45%2C4.173%2C7.155%2C6.06%2C7.155%0A%09c1.89%2C0%2C3.564-1.705%2C3.563-3.593C9.625%2C1.673%2C7.95%2C0%2C6.063%2C0L6.063%2C0z%22%2F%3E%0A%3C%2Fsvg%3E%0A);
background-image:linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/skins/Vector/images/user-icon.svg?7b5d5)!ie;
background-image:-o-linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/skins/Vector/images/user-icon.png?9e7ea);
padding-right:15px !important
}
#pt-anonuserpage {
color:#707070
}
#p-search {
float:left;
margin-left:0.5em;
margin-right:0.5em
}
#p-search h3 {
display:none
}
#p-search form,#p-search input {
margin:0;
margin-top:0.4em
}
div#simpleSearch {
display:block;
width:12.6em;
width:20vw;
min-width:5em;
max-width:20em;
padding-left:1.4em;
height:1.4em;
margin-top:0.65em;
position:relative;
min-height:1px;
border:solid 1px #aaa;
color:black;
background-color:white;
background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAQCAIAAABY/YLgAAAAJUlEQVQIHQXBsQEAAAjDoND/73UWdnerhmHVsDQZJrNWVg3Dqge6bgMe6bejNAAAAABJRU5ErkJggg==);
background-image:url(//fa.wikipedia.org/w/skins/Vector/images/search-fade.png?50f7b)!ie;
background-position:top right;
background-repeat:repeat-x
}
div#simpleSearch input {
margin:0;
padding:0;
border:0;
background-color:transparent;
color:black
}
div#simpleSearch #searchInput {
width:100%;
padding:0.2em 0.2em 0.2em 0;
font-size:13px;
direction:rtl;
-webkit-appearance:textfield
}
div#simpleSearch #searchInput:focus {
outline:none
}
div#simpleSearch #searchInput.placeholder {
color:#999
}
div#simpleSearch #searchInput:-ms-input-placeholder {
color:#999
}
div#simpleSearch #searchInput:-moz-placeholder {
color:#999
}
div#simpleSearch #searchInput::-webkit-search-decoration,div#simpleSearch #searchInput::-webkit-search-cancel-button,div#simpleSearch #searchInput::-webkit-search-results-button,div#simpleSearch #searchInput::-webkit-search-results-decoration {
-webkit-appearance:textfield
}
div#simpleSearch #searchButton,div#simpleSearch #mw-searchButton {
position:absolute;
top:0;
left:0;
width:1.65em;
height:100%;
cursor:pointer;
text-indent:-99999px;
line-height:1;
direction:ltr;
white-space:nowrap;
overflow:hidden;
background-image:url(//fa.wikipedia.org/w/skins/Vector/images/search-rtl.png?14ed0);
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%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2213%22%3E%3Cg%20stroke-width%3D%222%22%20stroke%3D%22%236c6c6c%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M.71%2011.71l4-4%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%225%22%20r%3D%224%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
background-image:linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/skins/Vector/images/search-rtl.svg?2192a)!ie;
background-image:-o-linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/skins/Vector/images/search-rtl.png?14ed0);
background-position:center center;
background-repeat:no-repeat
}
div#simpleSearch #mw-searchButton {
z-index:1
}
div.vectorTabs h3 {
display:none
}
div.vectorTabs {
float:left;
height:2.5em;
background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAuCAIAAABmjeQ9AAAARElEQVR42mVO2wrAUAhy/f8fz+niVMTYQ3hLKkgGgN/IPvgIhUYYV/qogdP75J01V+JwrKZr/5YPcnzN3e6t7l+2K+EFX91B1daOi7sAAAAASUVORK5CYII=);
background-image:url(//fa.wikipedia.org/w/skins/Vector/images/tab-break.png?2df0f)!ie;
background-position:bottom right;
background-repeat:no-repeat;
padding-right:1px
}
div.vectorTabs ul {
float:left;
height:100%;
list-style-type:none;
list-style-image:none;
margin:0;
padding:0;
background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAuCAIAAABmjeQ9AAAARElEQVR42mVO2wrAUAhy/f8fz+niVMTYQ3hLKkgGgN/IPvgIhUYYV/qogdP75J01V+JwrKZr/5YPcnzN3e6t7l+2K+EFX91B1daOi7sAAAAASUVORK5CYII=);
background-image:url(//fa.wikipedia.org/w/skins/Vector/images/tab-break.png?2df0f)!ie;
background-position:left bottom;
background-repeat:no-repeat
}
div.vectorTabs ul li {
float:left;
line-height:1.125em;
display:inline-block;
height:100%;
margin:0;
padding:0;
background-color:#f3f3f3;
background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAIAAADITs03AAAAPElEQVR4XuWK2xEAIAzCsPvv5DSu0ahX3yv4wQVyGGCSvg2dnJvduT8sz/IwKOIfjCi2z/76FhHeJcslVZQFLUC06LZ/AAAAAElFTkSuQmCC);
background-image:url(//fa.wikipedia.org/w/skins/Vector/images/tab-normal-fade.png?ae13b)!ie;
background-position:bottom right;
background-repeat:repeat-x;
white-space:nowrap
}
div.vectorTabs ul > li {
display:block
}
div.vectorTabs li {
}
div.vectorTabs li.new a,div.vectorTabs li.new a:visited {
color:#a55858
}
div.vectorTabs li.selected {
background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkAQAAAABvV2fNAAAADUlEQVQIHWNoYBgWEACJ5TIB0K9KcAAAAABJRU5ErkJggg==);
background-image:url(//fa.wikipedia.org/w/skins/Vector/images/tab-current-fade.png?98160)!ie
}
div.vectorTabs li.selected a,div.vectorTabs li.selected a:visited {
color:#333;
text-decoration:none
}
div.vectorTabs li.icon a {
background-position:bottom left;
background-repeat:no-repeat
}
div.vectorTabs li a {
display:inline-block;
height:1.9em;
padding-right:0.5em;
padding-left:0.5em;
color:#0645ad;
cursor:pointer;
font-size:0.8em
}
div.vectorTabs li > a {
display:block
}
div.vectorTabs span {
display:inline-block;
background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAuCAIAAABmjeQ9AAAARElEQVR42mVO2wrAUAhy/f8fz+niVMTYQ3hLKkgGgN/IPvgIhUYYV/qogdP75J01V+JwrKZr/5YPcnzN3e6t7l+2K+EFX91B1daOi7sAAAAASUVORK5CYII=);
background-image:url(//fa.wikipedia.org/w/skins/Vector/images/tab-break.png?2df0f)!ie;
background-position:bottom left;
background-repeat:no-repeat
}
div.vectorTabs span a {
display:inline-block;
padding-top:1.25em
}
div.vectorTabs span > a {
float:left;
display:block
}
div.vectorMenu {
direction:ltr;
float:left;
cursor:pointer;
position:relative
}
body.rtl div.vectorMenu {
direction:rtl
}
div#mw-head div.vectorMenu h3 {
float:left;
background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAuCAIAAABmjeQ9AAAARElEQVR42mVO2wrAUAhy/f8fz+niVMTYQ3hLKkgGgN/IPvgIhUYYV/qogdP75J01V+JwrKZr/5YPcnzN3e6t7l+2K+EFX91B1daOi7sAAAAASUVORK5CYII=);
background-image:url(//fa.wikipedia.org/w/skins/Vector/images/tab-break.png?2df0f)!ie;
background-repeat:no-repeat;
background-position:bottom left;
font-size:1em;
height:2.5em;
padding-left:1px;
margin-left:-1px
}
div.vectorMenu h3 span {
display:block;
font-size:0.8em;
padding-right:0.7em;
padding-top:1.375em;
margin-left:20px;
font-weight:normal;
color:#4d4d4d
}
div.vectorMenu h3 a {
position:absolute;
top:0;
left:0;
width:20px;
height:2.5em;
background-image:url(//fa.wikipedia.org/w/skins/Vector/images/arrow-down-icon.png?feb5c);
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%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2216%22%3E%3Cpath%20d%3D%22M15.502%206.001l-5%205.001-5-5.001z%22%20fill%3D%22%23797979%22%2F%3E%3C%2Fsvg%3E);
background-image:linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/skins/Vector/images/arrow-down-icon.svg?92f5b)!ie;
background-image:-o-linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/skins/Vector/images/arrow-down-icon.png?feb5c);
background-position:0% 70%;
background-repeat:no-repeat;
-webkit-transition:background-position 250ms;
-moz-transition:background-position 250ms;
transition:background-position 250ms
}
div.vectorMenu.menuForceShow h3 a {
background-position:0% 100%
}
div.vectorMenuFocus h3 a {
background-image:url(//fa.wikipedia.org/w/skins/Vector/images/arrow-down-focus-icon.png?5c03c);
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%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2216%22%3E%3Cpath%20d%3D%22M15.502%206.001l-5%205.001-5-5.001z%22%20fill%3D%22%23929292%22%2F%3E%3C%2Fsvg%3E);
background-image:linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/skins/Vector/images/arrow-down-focus-icon.svg?6cc06)!ie;
background-image:-o-linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/skins/Vector/images/arrow-down-focus-icon.png?5c03c)
}
div.vectorMenu div.menu {
min-width:100%;
position:absolute;
top:2.5em;
right:-1px;
background-color:white;
border:solid 1px silver;
border-top-width:0;
clear:both;
text-align:right;
display:none;
z-index:1
}
div.vectorMenu:hover div.menu,div.vectorMenu.menuForceShow div.menu {
display:block
}
div.vectorMenu ul {
list-style-type:none;
list-style-image:none;
padding:0;
margin:0;
text-align:right
}
div.vectorMenu ul,x:-moz-any-link {
min-width:5em
}
div.vectorMenu ul,x:-moz-any-link,x:default {
min-width:0
}
div.vectorMenu li {
padding:0;
margin:0;
text-align:right;
line-height:1em
}
div.vectorMenu li a {
display:inline-block;
padding:0.5em;
white-space:nowrap;
color:#0645ad;
cursor:pointer;
font-size:0.8em
}
div.vectorMenu li > a {
display:block
}
div.vectorMenu li.selected a,div.vectorMenu li.selected a:visited {
color:#333;
text-decoration:none
}
@-webkit-keyframes rotate {
from {
-webkit-transform:rotate(0deg);
-moz-transform:rotate(0deg);
transform:rotate(0deg)
}
to {
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@-moz-keyframes rotate {
from {
-webkit-transform:rotate(0deg);
-moz-transform:rotate(0deg);
transform:rotate(0deg)
}
to {
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes rotate {
from {
-webkit-transform:rotate(0deg);
-moz-transform:rotate(0deg);
transform:rotate(0deg)
}
to {
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
transform:rotate(360deg)
}
}
#ca-unwatch.icon a,#ca-watch.icon a {
margin:0;
padding:0;
display:block;
width:26px;
padding-top:3.1em;
margin-top:0;
_margin-top:-0.8em;
height:0;
overflow:hidden;
background-position:5px 60%
}
#ca-unwatch.icon a {
background-image:url(//fa.wikipedia.org/w/skins/Vector/images/unwatch-icon.png?c2550);
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%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22a%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23c2edff%22%2F%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%2368bdff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20x1%3D%2213.47%22%20y1%3D%2214.363%22%20x2%3D%224.596%22%20y2%3D%223.397%22%20id%3D%22b%22%20xlink%3Ahref%3D%22%23a%22%20gradientUnits%3D%22userSpaceOnUse%22%2F%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M8.103%201.146l2.175%204.408%204.864.707-3.52%203.431.831%204.845-4.351-2.287-4.351%202.287.831-4.845-3.52-3.431%204.864-.707z%22%20fill%3D%22url%28%23b%29%22%20stroke%3D%22%237cb5d1%22%20stroke-width%3D%220.9999199999999999%22%2F%3E%3C%2Fsvg%3E);
background-image:linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/skins/Vector/images/unwatch-icon.svg?95d18)!ie;
background-image:-o-linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/skins/Vector/images/unwatch-icon.png?c2550)
}
#ca-watch.icon a {
background-image:url(//fa.wikipedia.org/w/skins/Vector/images/watch-icon.png?0c329);
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%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Cpath%20d%3D%22M8.103%201.146l2.175%204.408%204.864.707-3.52%203.431.831%204.845-4.351-2.287-4.351%202.287.831-4.845-3.52-3.431%204.864-.707z%22%20fill%3D%22%23fff%22%20stroke%3D%22%237cb5d1%22%20stroke-width%3D%220.9999199999999999%22%2F%3E%3C%2Fsvg%3E);
background-image:linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/skins/Vector/images/watch-icon.svg?200b7)!ie;
background-image:-o-linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/skins/Vector/images/watch-icon.png?0c329)
}
#ca-unwatch.icon a:hover,#ca-unwatch.icon a:focus {
background-image:url(//fa.wikipedia.org/w/skins/Vector/images/unwatch-icon-hl.png?f1f1e);
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%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22a%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23c2edff%22%2F%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%2368bdff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20x1%3D%2213.47%22%20y1%3D%2214.363%22%20x2%3D%224.596%22%20y2%3D%223.397%22%20id%3D%22b%22%20xlink%3Ahref%3D%22%23a%22%20gradientUnits%3D%22userSpaceOnUse%22%2F%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M8.103%201.146l2.175%204.408%204.864.707-3.52%203.431.831%204.845-4.351-2.287-4.351%202.287.831-4.845-3.52-3.431%204.864-.707z%22%20fill%3D%22url%28%23b%29%22%20stroke%3D%22%23c8b250%22%20stroke-width%3D%220.9999199999999999%22%2F%3E%3C%2Fsvg%3E);
background-image:linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/skins/Vector/images/unwatch-icon-hl.svg?a3932)!ie;
background-image:-o-linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/skins/Vector/images/unwatch-icon-hl.png?f1f1e)
}
#ca-watch.icon a:hover,#ca-watch.icon a:focus {
background-image:url(//fa.wikipedia.org/w/skins/Vector/images/watch-icon-hl.png?df008);
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%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Cpath%20d%3D%22M8.103%201.146l2.175%204.408%204.864.707-3.52%203.431.831%204.845-4.351-2.287-4.351%202.287.831-4.845-3.52-3.431%204.864-.707z%22%20fill%3D%22%23fff%22%20stroke%3D%22%23c8b250%22%20stroke-width%3D%220.9999199999999999%22%2F%3E%3C%2Fsvg%3E);
background-image:linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/skins/Vector/images/watch-icon-hl.svg?2b77d)!ie;
background-image:-o-linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/skins/Vector/images/watch-icon-hl.png?df008)
}
#ca-unwatch.icon a.loading,#ca-watch.icon a.loading {
background-image:url(//fa.wikipedia.org/w/skins/Vector/images/watch-icon-loading.png?cf2c3);
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%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Cpath%20d%3D%22M8.103%201.146l2.175%204.408%204.864.707-3.52%203.431.831%204.845-4.351-2.287-4.351%202.287.831-4.845-3.52-3.431%204.864-.707z%22%20fill%3D%22%23fff%22%20stroke%3D%22%23d1d1d1%22%20stroke-width%3D%220.9999199999999999%22%2F%3E%3C%2Fsvg%3E);
background-image:linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/skins/Vector/images/watch-icon-loading.svg?6ca63)!ie;
background-image:-o-linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/skins/Vector/images/watch-icon-loading.png?cf2c3);
-webkit-animation:rotate 700ms infinite linear;
-moz-animation:rotate 700ms infinite linear;
-o-animation:rotate 700ms infinite linear;
animation:rotate 700ms infinite linear;
outline:none;
cursor:default;
pointer-events:none;
background-position:50% 60%;
-webkit-transform-origin:50% 57%;
transform-origin:50% 57%
}
#ca-unwatch.icon a span,#ca-watch.icon a span {
display:none
}
#mw-navigation h2 {
position:absolute;
top:-9999px
}
#mw-page-base {
height:5em;
background-position:bottom right;
background-repeat:repeat-x;
background-image:url(//fa.wikipedia.org/w/skins/Vector/images/page-fade.png?7c7b7);
background-color:#f6f6f6;
background-image:-moz-linear-gradient(top,#ffffff 50%,#f6f6f6 100%);
background-image:-webkit-gradient(linear,right top,right bottom,color-stop(50%,#ffffff),color-stop(100%,#f6f6f6));
background-image:-webkit-linear-gradient(top,#ffffff 50%,#f6f6f6 100%);
background-image:linear-gradient(#ffffff 50%,#f6f6f6 100%);
background-color:#ffffff
}
#mw-head-base {
margin-top:-5em;
margin-right:10em;
height:5em
}
div#mw-head {
position:absolute;
top:0;
left:0;
width:100%
}
div#mw-head h3 {
margin:0;
padding:0
}
#left-navigation {
float:right;
margin-right:10em;
margin-top:2.5em;
margin-bottom:-2.5em;
display:inline
}
#right-navigation {
float:left;
margin-top:2.5em
}
#p-logo {
position:absolute;
top:-160px;
right:0;
width:10em;
height:160px
}
#p-logo a {
display:block;
width:10em;
height:160px;
background-repeat:no-repeat;
background-position:center center;
text-decoration:none
}
div#mw-panel {
font-size:inherit;
position:absolute;
top:160px;
padding-top:1em;
width:10em;
right:0
}
div#mw-panel div.portal {
margin:0 0.7em 0 0.6em;
padding:0.25em 0;
direction:rtl;
background-position:top right;
background-repeat:no-repeat;
background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAABCAAAAAAphRnkAAAAJ0lEQVQIW7XFsQEAIAyAMPD/b7uLWz8wS5youFW1UREfiIpH1Q2VBz7fGPS1dOGeAAAAAElFTkSuQmCC);
background-image:url(//fa.wikipedia.org/w/skins/Vector/images/portal-break.png?3ea1b)!ie
}
div#mw-panel div.portal h3 {
font-size:0.75em;
color:#4d4d4d;
font-weight:normal;
margin:0;
padding:0.25em 0.25em 0.25em 0;
cursor:default;
border:none
}
div#mw-panel div.portal div.body {
margin:0 1.25em 0 0;
padding-top:0
}
div#mw-panel div.portal div.body ul {
list-style-type:none;
list-style-image:none;
margin:0;
padding:0
}
div#mw-panel div.portal div.body ul li {
line-height:1.125em;
margin:0;
padding:0.25em 0;
font-size:0.75em;
word-wrap:break-word
}
div#mw-panel div.portal div.body ul li a {
color:#0645ad
}
div#mw-panel div.portal div.body ul li a:visited {
color:#0b0080
}
div#mw-panel #p-logo + div.portal {
background-image:none;
margin-top:0
}
div#mw-panel #p-logo + div.portal h3 {
display:none
}
div#mw-panel #p-logo + div.portal div.body {
margin-right:0.5em
}
div#footer {
margin-right:10em;
margin-top:0;
padding:0.75em;
direction:rtl
}
div#footer ul {
list-style-type:none;
list-style-image:none;
margin:0;
padding:0
}
div#footer ul li {
margin:0;
padding:0;
padding-top:0.5em;
padding-bottom:0.5em;
color:#333;
font-size:0.7em
}
div#footer #footer-icons {
float:left
}
div#footer #footer-icons li {
float:right;
margin-right:0.5em;
line-height:2em;
text-align:left
}
div#footer #footer-info li {
line-height:1.4em
}
div#footer #footer-places li {
float:right;
margin-left:1em;
line-height:2em
}
body.ltr div#footer #footer-places {
float:left
}
.mw-body .external {
background-position:center left;
background-repeat:no-repeat;
background-image:url(//fa.wikipedia.org/w/skins/Vector/images/external-link-rtl-icon.png?33b9b);
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%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%2306c%22%20d%3D%22M10.5%204.518H4.518V10.5H10.5z%22%2F%3E%3Cpath%20d%3D%22M6.234%201H1v5.39l1.57%201.546%201.31-1.31L6.607%209.35l2.69-2.688-2.81-2.808L7.8%202.544z%22%20fill%3D%22%2306f%22%2F%3E%3Cpath%20d%3D%22M2.004%202.004L1.982%206.89%203.8%205.07l2.88%202.88%201.228-1.227-2.88-2.88%201.85-1.852z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
background-image:linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/skins/Vector/images/external-link-rtl-icon.svg?65d3b)!ie;
background-image:-o-linear-gradient(transparent,transparent),url(//fa.wikipedia.org/w/skins/Vector/images/external-link-rtl-icon.png?33b9b);
padding-left:13px
}
}
@media screen and (min-width:982px) {
.mw-body {
margin-right:11em;
padding:1.25em 1.5em 1.5em 1.5em
}
#p-logo {
right:0.5em
}
div#footer {
margin-right:11em;
padding:1.25em
}
#mw-panel {
padding-right:0.5em
}
#p-search {
margin-left:1em
}
#left-navigation {
margin-right:11em
}
#p-personal {
left:1em
}
#mw-head-base {
margin-right:11em
}
}
.wb-langlinks-link {
line-height:1.125em;
font-size:0.75em;
float:left
}
.wb-langlinks-link {
list-style:none none;
text-align:left;
padding-left:.5em !important
}
.wb-langlinks-link > a {
padding-right:11px;
background:no-repeat right center
}
.wb-langlinks-link > a:link,.wb-langlinks-link > a:visited {
background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKBAMAAAB/HNKOAAAAD1BMVEUZAAB5eXnY2Niqqqr///8Jvb+KAAAAAXRSTlMAQObYZgAAACVJREFUeAFjAAJGBhAQFAAxFQWBpJCRAJCprIjKFBESAJGOcMUAOtQCNDbJG7QAAAAASUVORK5CYII=);
background-image:url(//fa.wikipedia.org/w/extensions/Wikidata/extensions/Wikibase/client/resources/images/WBC-Asset-Pencil.png?cfa0f)!ie;
color:#797979 !important
}
.wb-langlinks-link > a:hover {
background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKBAMAAAB/HNKOAAAAD1BMVEWBAAAGRa3Y2NgzZrv///8QrIY/AAAAAXRSTlMAQObYZgAAACVJREFUeAFjAAJGBhAQFAAxFQWBpJCRAJCprIjKFBESAJGOcMUAOtQCNDbJG7QAAAAASUVORK5CYII=);
background-image:url(//fa.wikipedia.org/w/extensions/Wikidata/extensions/Wikibase/client/resources/images/WBC-Asset-Pencil-Hover.png?6d5f9)!ie;
color:#0645AD !important
}
div.after-portlet-lang:after {
content:'';
clear:both;
display:block
}






