ایشلدن:Ziraksima/common.css: نوسخه‌لر آراسینداکی فرق

ویکی‌پدیادان، آچیق بیلیک‌لیک‌دن
محتوای حذف‌شده محتوای افزوده‌شده
بدون خلاصۀ ویرایش
اِتیکِت: قایتاریلمیش
بدون خلاصۀ ویرایش
اِتیکِت: قایتاریلمیش
خط ۱: خط ۱:
/* Persian Wikipedia UI fonts configurations, see also MediaWiki:Print.css
/* Reset italic styling set by user agent */
These are written over the time on Monobook.css and Vector.css and shouldn't
cite,
be changed radically without users consensus */
dfn {
body {
font-style: inherit;
/* generally a sans-serif font should be here */
font-family: '.Arabic UI Text', Tahoma, 'Iranian Sans', 'Noto Sans Arabic', 'DejaVu Sans', sans-serif;
}
}


.mw-body h1, .mw-body h2, .mw-body #firstHeading,
/* Straight quote marks for <q> */
.mw-body .mw-editsection, .mw-body .mw-editsection-like,
q {
.mw-body #toc h2, .mw-body .toc h2,
quotes: '"' '"' "'" "'";
#documentation-meta-data {
/* generally a serif font should be here but Arial is not acceptable for Persian */
font-family: '.Arabic UI Display', Tahoma, 'Iranian Serif', 'Noto Naskh Arabic', 'Iranian Sans', 'DejaVu Sans', serif;
}
}


/* Ace editor now supports RTL editing but a monospace font with Arabic should be set for correct functionality */
/* Avoid collision of blockquote with floating elements by swapping margin and padding */
.ace_editor { font-family: 'Courier New', monospace!important; }
blockquote {
overflow: hidden;
margin: 1em 0;
padding: 0 40px;
}


/* force these to use inherited font configuration */
/* Consistent size for <small>, <sub> and <sup> */
.ui-widget, .ui-widget *, button, input, select, optgroup {
small {
font-size: 85%;
font-family: inherit;
}
}
/* end */


dfn {
.mw-body-content sub,
font-style: inherit; /* Reset default styling for <dfn> */
.mw-body-content sup,
span.reference /* for Parsoid */ {
font-size: 80%;
}
}
sup, sub {

line-height: 1em; /* Reduce line-height for <sup> and <sub> */
/* Same spacing for indented and unindented paragraphs on talk pages */
.ns-talk .mw-body-content dd {
margin-top: 0.4em;
margin-bottom: 0.4em;
}
}


/* Main page fixes */
/* Main page fixes */

#interwiki-completelist {
body.page-ویکی‌پدیا_صفحه_تمرین #ca-edit,
font-weight: bold;
body.page-ویکی‌پدیا_آشنایی #ca-edit {
border: 1px dotted #36c;
}
body.page-ویکی‌پدیا_صفحه_تمرین #ca-edit:hover,
body.page-ویکی‌پدیا_آشنایی #ca-edit:hover {
background: none repeat scroll 0 0 white;
border-color: transparent;
}
body.page-آنا_صفحه #mp-topbanner {
clear: both;
}
}


body.page-آنا_صفحه #ca-delete,
/* Reduce page jumps by hiding collapsed/dismissed content */
body.page-آنا_صفحه #deleteconfirm,
.client-js .mw-special-Watchlist #watchlist-message,
body.page-آنا_صفحه #t-cite,
.client-js .collapsible:not( .mw-made-collapsible).collapsed > tbody > tr:not(:first-child),
body.page-آنا_صفحه #lastmod,
body.page-آنا_صفحه #siteSub,
body.page-آنا_صفحه #contentSub,
body.page-آنا_صفحه #catlinks,
body.page-آنا_صفحه h1.firstHeading,
body.page-آنا_صفحه #centralNotice,
body.page-درگاه_ورودی #siteSub,
body.page-درگاه_ورودی h1.firstHeading {
display: none !important;
}


body.page-آنا_صفحه #ca-history,
/* Hide charinsert base for those not using the gadget */
body.page-آنا_صفحه #pagehistory {
#editpage-specialchars {
display: none;
display: none;
}
}


/* تراز راست برای پیوند «ویرایش پیوندهای میان‌ویکی» در نوار کناری پوستهٔ وکتور جدید */
/* Adds padding above Watchlist announcements where new recentchanges/watchlist filters are enabled */
.wb-langlinks-link {
.mw-rcfilters-enabled .mw-specialpage-summary {
margin-top: 1em;
text-align : right;
}
}


/* Highlight linked elements (such as clicked references) in blue */
/* Make the list of references in [[Template:Reflist]] smaller */
.references-small {
.citation:target {
font-size: 90%;
background-color: rgba(0, 127, 255, 0.133);
}
}


/* Highlight clicked reference in blue to help navigation */
/* Styling for citations. Breaks long urls, etc., rather than overflowing box */
ol.references > li:target,
.citation {
sup.reference:target,
span.citation:target, cite:target {
background-color: #ecf0fa;
}

/* Ensure refs in table headers and the like aren't bold or italic */
sup.reference {
font-weight: normal;
font-style: normal;
}

/* Styling for citations */
span.citation, cite {
word-wrap: break-word;
word-wrap: break-word;
}
}


/* If there is an inline link to a full citation, the full citation will turn blue when the inline link is clicked */
/* Make the list of references smaller
cite:target {
* Keep in sync with Template:Refbegin/styles.css
background-color: #ecf0fa;
* And Template:Reflist/styles.css
*/
ol.references {
font-size: 90%;
margin-bottom: 0.5em;
}
}


/* For linked citation numbers and document IDs, where the number need not be shown on a screen or a handheld, but should be included in the printed version */

@media screen, handheld, projection {
cite *.printonly {
display: none;
}
}

/* Style for horizontal lists (separator following item) */

.skin-monobook .hlist dl,
.skin-modern .hlist dl,
.skin-vector .hlist dl {
line-height: 1.5em;
}
/* Style for horizontal lists (separator following item).
/* Style for horizontal lists (separator following item).
IE8-specific classes are assigned in [[MediaWiki:Common.js/IEFixes.js]].
@source mediawiki.org/wiki/Snippets/Horizontal_lists
@source mediawiki.org/wiki/Snippets/Horizontal_lists
@revision 8 (2016-05-21)
@revision 5 (2014-02-24)
@author [[User:Edokter]]
@author [[User:Edokter]]
*/
*/
خط ۸۳: خط ۱۲۵:
padding: 0;
padding: 0;
}
}

/* Display list items inline */
/* Display list items inline */
.hlist dd,
.hlist dd,
.hlist dt,
.hlist dt,
.hlist li {
.hlist li {
margin: 0;
margin: 0; /* don't trust the note that says margin doesn't work with inline
* removing margin: 0 makes dds have margins again */
display: inline;
display: inline;
}
}

/* Display nested lists inline */
/* Display nested lists inline */
.hlist.inline,
.hlist.inline,
خط ۹۸: خط ۱۳۷:
.hlist.inline ol,
.hlist.inline ol,
.hlist.inline ul,
.hlist.inline ul,
.hlist dl dl,
.hlist dl dl, .hlist dl ol, .hlist dl ul,
.hlist dl ol,
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist dl ul,
.hlist ul dl, .hlist ul ol, .hlist ul ul {
.hlist ol dl,
.hlist ol ol,
.hlist ol ul,
.hlist ul dl,
.hlist ul ol,
.hlist ul ul {
display: inline;
display: inline;
}
}

/* Hide empty list items */
.hlist .mw-empty-li {
display: none;
}

/* Generate interpuncts */
/* Generate interpuncts */
.hlist dt:after {
.hlist dt:after {
content: ": ";
content: ": ";
}
}

/**
* Note hlist style usage differs in Minerva and is defined in core as well!
* Please check Minerva desktop (and Minerva.css) when changing
* See https://phabricator.wikimedia.org/T213239
*/
.hlist dd:after,
.hlist dd:after,
.hlist li:after {
.hlist li:after {
content: " · ";
content: " ";
font-weight: bold;
/*font-weight: bold;*/
}
}

.hlist dd:last-child:after,
.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist dt:last-child:after,
خط ۱۳۶: خط ۱۵۶:
content: none;
content: none;
}
}
/* For IE8 */

.hlist dd.hlist-last-child:after,
.hlist dt.hlist-last-child:after,
.hlist li.hlist-last-child:after {
content: none;
}
/* Add parentheses around nested lists */
/* Add parentheses around nested lists */
.hlist dd dd:first-child:before,
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
.hlist dd dt:first-child:before,
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
.hlist dd li:first-child:before,
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
.hlist dt dd:first-child:before,
.hlist dt dt:first-child:before,
.hlist dt li:first-child:before,
.hlist li dd:first-child:before,
.hlist li dt:first-child:before,
.hlist li li:first-child:before {
content: " (";
content: " (";
font-weight: normal;
font-weight: normal;
}
}
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,

.hlist dd dd:last-child:after,
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
.hlist dd dt:last-child:after,
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
content: ") ";
.hlist dd li:last-child:after,
font-weight: normal;
.hlist dt dd:last-child:after,
}
.hlist dt dt:last-child:after,
/* For IE8 */
.hlist dt li:last-child:after,
.hlist li dd:last-child:after,
.hlist dd dd.hlist-last-child:after, .hlist dd dt.hlist-last-child:after, .hlist dd li.hlist-last-child:after,
.hlist li dt:last-child:after,
.hlist dt dd.hlist-last-child:after, .hlist dt dt.hlist-last-child:after, .hlist dt li.hlist-last-child:after,
.hlist li li:last-child:after {
.hlist li dd.hlist-last-child:after, .hlist li dt.hlist-last-child:after, .hlist li li.hlist-last-child:after {
content: ")";
content: ") ";
font-weight: normal;
font-weight: normal;
}
}

/* Put ordinals in front of ordered list items */
/* Put ordinals in front of ordered list items */
.hlist ol {
.hlist ol {
counter-reset: listitem;
counter-reset: listitem;
}
}

.hlist ol > li {
.hlist ol > li {
counter-increment: listitem;
counter-increment: listitem;
}
}

.hlist ol > li:before {
.hlist ol > li:before {
content: " " counter(listitem) "\a0";
content: " " counter(listitem) " ";
content: " " counter(listitem, -moz-persian) " ";
content: " " counter(listitem, persian) " ";
white-space: nowrap;
}
}

.hlist dd ol > li:first-child:before,
.hlist dd ol > li:first-child:before,
.hlist dt ol > li:first-child:before,
.hlist dt ol > li:first-child:before,
.hlist li ol > li:first-child:before {
.hlist li ol > li:first-child:before {
content: " (" counter(listitem) "\a0";
content: " (" counter(listitem) " ";
content: " (" counter(listitem, -moz-persian) " ";
content: " (" counter(listitem, persian) " ";
}
}


/* فهرست بدون گلوله */
/* Unbulleted lists */
.plainlist ol,
.plainlist ul {
.plainlist ul {
line-height: inherit;
line-height: inherit;
خط ۱۹۰: خط ۲۰۹:
margin: 0;
margin: 0;
}
}

.plainlist ol li,
.plainlist ul li {
.plainlist ul li {
margin-bottom: 0;
margin-bottom: 0;
}

/* Normal font styling for table row headers with scope="row" tag */
.wikitable.plainrowheaders th[scope=row] {
font-weight: normal;
/* @noflip */
text-align: right;
}
/* Lists in data cells are always left-aligned */
.wikitable td ul,
.wikitable td ol,
.wikitable td dl {
/* @noflip */
text-align: right;
}
/* ...unless they also use the hlist class */
.wikitable.hlist td ul,
.wikitable.hlist td ol,
.wikitable.hlist td dl {
text-align: inherit;
}
}


خط ۲۰۱: خط ۲۳۹:
border: 1px solid #a2a9b1;
border: 1px solid #a2a9b1;
width: 100%;
width: 100%;
margin: auto;
clear: both;
clear: both;
font-size: 88%;
font-size: 88%;
text-align: center;
text-align: center;
padding: 1px;
padding: 1px;
margin: 1em auto 0; /* Prevent preceding content from clinging to navboxes */
}
}

.navbox .navbox {
margin-top: 0; /* No top margin for nested navboxes */
}

.navbox + .navbox {
margin-top: -1px; /* Single pixel border between adjacent navboxes */
}

.navbox-inner,
.navbox-inner,
.navbox-subgroup {
.navbox-subgroup {
width: 100%;
width: 100%;
}
}

.navbox-group,
.navbox-group,
.navbox-title,
.navbox-title,
خط ۲۲۸: خط ۲۵۶:
text-align: center;
text-align: center;
}
}

th.navbox-group { /* Group style */
th.navbox-group { /* Group style */
white-space: nowrap;
white-space: nowrap;
خط ۲۳۴: خط ۲۶۱:
text-align: right;
text-align: right;
}
}

.navbox,
.navbox,
.navbox-subgroup {
.navbox-subgroup {
background-color: #fdfdfd; /* Background color */
background: #f8f9fa; /* Background color */
}
}

.navbox-list {
.navbox-list {
line-height: 1.5em;
line-height: 1.8em;
border-color: #fdfdfd; /* Must match background color */
border-color: #f8f9fa; /* Must match background color */
}
}

/* cell spacing for navbox cells */
tr + tr > .navbox-abovebelow,
tr + tr > .navbox-group,
tr + tr > .navbox-image,
tr + tr > .navbox-list { /* Borders above 2nd, 3rd, etc. rows */
border-top: 2px solid #fdfdfd; /* Must match background color */
}

.navbox th,
.navbox th,
.navbox-title {
.navbox-title {
background-color: #ccccff; /* Level 1 color */
background: #b3ccff; /* Level 1 color */
}
}

.navbox-abovebelow,
.navbox-abovebelow,
th.navbox-group,
th.navbox-group,
.navbox-subgroup .navbox-title {
.navbox-subgroup .navbox-title {
background-color: #ddddff; /* Level 2 color */
background: #dbe7ff; /* Level 2 color */
}
}

.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
.navbox-subgroup .navbox-abovebelow {
background-color: #e6e6ff; /* Level 3 color */
background: #e5edff; /* Level 3 color */
}
}

.navbox-even {
.navbox-even {
background-color: #f7f7f7; /* Even row striping */
background: #f8f9fa; /* Even row striping */
}
}

.navbox-odd {
.navbox-odd {
background-color: transparent; /* Odd row striping */
background: transparent; /* Odd row striping */
}
table.navbox + table.navbox { /* Single pixel border between adjacent navboxes */
margin-top: -1px; /* (doesn't work for IE6, but that's okay) */
}
}

.navbox .hlist td dl,
.navbox .hlist td dl,
.navbox .hlist td ol,
.navbox .hlist td ol,
خط ۲۸۴: خط ۲۹۸:
.navbox td.hlist ul {
.navbox td.hlist ul {
padding: 0.125em 0; /* Adjust hlist padding in navboxes */
padding: 0.125em 0; /* Adjust hlist padding in navboxes */
}
ol + table.navbox,
ul + table.navbox {
margin-top: 0.5em; /* Prevent lists from clinging to navboxes */
}

/* RTL fix for navbox-list bullet lists; See [[Special:Permalink/24864265#خطای ظاهری]]. */
.navbox-list li {
unicode-bidi: isolate;
}

/* Default styling for Navbar template */
.navbar {
display: inline;
font-size: 88%;
font-weight: normal;
}
.navbar ul {
display: inline;
white-space: nowrap;
}
.navbar li {
word-spacing: -0.125em;
}
.navbar.mini li { /* span is removed */
font-size: xx-small;
}
.nv-talk > a {
color: #002BB8;
}
/* Navbar styling when nested in infobox and navbox */
.infobox .navbar {
font-size: 100%;
}
.navbox .navbar {
display: block;
font-size: 100%;
}
.navbox-title .navbar {
/* @noflip */
float: right;
/* @noflip */
text-align: right;
/* @noflip */
margin-left: 0.5em;
width: 6em;
}

/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
in [[MediaWiki:Common.js]] are styled here so they can be customised. */
.collapseButton {
/* @noflip */
float: left;
font-weight: normal;
/* @noflip */
margin-right: 0.5em;
/* @noflip */
text-align: left;
width: auto;
}
/* In navboxes, the show/hide button balances the v·d·e links
from [[Template:Navbar]], so they need to be the same width. */
.navbox .collapseButton {
width: 6em;
}
}


خط ۲۹۰: خط ۳۶۸:
font-weight: normal;
font-weight: normal;
/* @noflip */
/* @noflip */
text-align: right;
text-align: left;
padding-right: 0.2em;
padding-right: 0.2em;
padding-left: 0.2em;
padding-left: 0.2em;
خط ۲۹۷: خط ۳۷۵:
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
/* @noflip */
/* @noflip */
float: left;
float: right;
/* @noflip */
/* @noflip */
text-align: left;
text-align: right;
}
}


خط ۳۰۹: خط ۳۸۷:
color: black;
color: black;
/* @noflip */
/* @noflip */
margin: 0.5em 0 0.5em 1em;
margin: 0.5em 1em 0.5em 0;
padding: 0.2em;
padding: 0.2em;
/* @noflip */
/* @noflip */
float: right;
float: left;
/* @noflip */
/* @noflip */
clear: right;
clear: left;
font-size: 88%;
font-size: 88%;
line-height: 1.5em;
line-height: 1.5em;
خط ۳۵۸: خط ۴۳۶:
.infobox td {
.infobox td {
/* @noflip */
/* @noflip */
text-align: left;
text-align: right;
}
}


/* remove .infobox when th, td above are removed */
/* remove .infobox from below new class names when live */
.infobox .infobox-above,
.infobox .infobox-above,
.infobox .infobox-title,
.infobox .infobox-title, /* TODO remove caption line when class is live */
.infobox caption{
/* Remove element declaration when both a) infobox3cols is migrated and
* b) when every .infobox thing is using the standard module/templates */
.infobox caption {
font-size: 125%;
font-size: 125%;
font-weight: bold;
font-weight: bold;
خط ۳۷۲: خط ۴۴۸:
}
}


.infobox caption, /* TODO remove caption line when class is live */
.infobox-title,
.infobox-title {
/* Remove element declaration when both a) infobox3cols is migrated and
* b) when every .infobox thing is using the standard module/templates */
.infobox caption {
padding: 0.2em;
padding: 0.2em;
}
}


/* remove .infobox when th, td above are removed */
.infobox .infobox-header,
.infobox .infobox-header,
.infobox .infobox-subheader,
.infobox .infobox-subheader,
خط ۳۸۸: خط ۴۶۱:
}
}


/* remove .infobox when th, td above are removed */
.infobox .infobox-navbar {
.infobox .infobox-navbar {
text-align: left;
/* @noflip */
text-align: right;
}
}


خط ۴۰۸: خط ۴۷۹:
.infobox.bordered .borderless th {
.infobox.bordered .borderless th {
border: 0;
border: 0;
}

.infobox.sisterproject {
width: 20em;
font-size: 90%;
}
}


خط ۴۱۷: خط ۴۹۳:
border-top: 1px solid #a2a9b1;
border-top: 1px solid #a2a9b1;
/* @noflip */
/* @noflip */
border-right: 1px solid #a2a9b1;
border-left: 1px solid #a2a9b1;
}
}


خط ۴۲۵: خط ۵۰۱:
border: 0;
border: 0;
/* @noflip */
/* @noflip */
border-right: 1px solid #a2a9b1;
border-left: 1px solid #a2a9b1;
}
}


خط ۴۷۲: خط ۵۴۸:
}
}


/* Style for "notices" */
/* Normal font styling for wikitable row headers with scope="row" tag */
.notice {
.wikitable.plainrowheaders th[scope=row] {
margin: 1em;
font-weight: normal;
padding: 0.2em;
}

#disambig {
border-top: 1px solid #c8ccd1;
border-bottom: 1px solid #c8ccd1;
}

.notice-text, .toggle-box, .red-button, .goal, div.red-button, div.siteNoticeSmall, div#siteNotice {
font-family: inherit;
}

DIV.siteNoticeSmall {
font-size: 15pt;
}

/* Persondata and other (future) metadata */
table.InChI, /* temporary */
table.persondata {
border: 1px solid #a2a9b1;
display: none;
speak: none;
}
.InChI-label, /* temporary */
.persondata-label {
color: #a2a9b1;
}

/* Icons for medialist templates [[Template:Listen]], [[Template:Multi-listen_start]], [[Template:Video]], [[Template:Multi-video_start]] */
div.listenlist {
background: url("//upload.wikimedia.org/wikipedia/commons/3/3f/Gnome_speakernotes_30px.png");
/* @noflip */
/* @noflip */
text-align: left;
padding-right: 40px;
}
}


div.videolist, div.multivideolist {
/* Lists in wikitable data cells are always left-aligned */
background: url("//upload.wikimedia.org/wikipedia/commons/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png");
.wikitable td ul,
padding-right: 50px;
.wikitable td ol,
}
.wikitable td dl {

/* Change the external link icon to an Adobe icon for all PDF files
in browsers that support these CSS selectors, like Mozilla and Opera */
.mw-body a[href$=".pdf"].external,
.mw-body a[href*=".pdf?"].external,
.mw-body a[href*=".pdf#"].external,
.mw-body a[href$=".PDF"].external,
.mw-body a[href*=".PDF?"].external,
.mw-body a[href*=".PDF#"].external,
div#mw_content a[href$=".pdf"].external,
div#mw_content a[href*=".pdf?"].external,
div#mw_content a[href*=".pdf#"].external,
div#mw_content a[href$=".PDF"].external,
div#mw_content a[href*=".PDF?"].external,
div#mw_content a[href*=".PDF#"].external {
background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat left;
/* @noflip */
/* @noflip */
text-align: left;
padding-left: 18px;
}
}


/* ...unless they also use the hlist class */
/* Change the external link icon to an Adobe icon anywhere the PDFlink class */
/* is used (notably Template:PDFlink). This works in IE, unlike the above. */
.toc.hlist ul,
span.PDFlink a {
#toc.hlist ul,
background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") center left no-repeat !important;
.wikitable.hlist td ul,
padding-left: 18px !important;
.wikitable.hlist td ol,
.wikitable.hlist td dl {
text-align: inherit;
}
}


span.geolink a {
/* Fix for hieroglyphs specificity issue in infoboxes ([[phab:T43869]]) */
background: url(//upload.wikimedia.org/wikipedia/en/a/a7/Monobook-globe.png) center left no-repeat !important;
table.mw-hiero-table td {
padding-left: 11px !important;
vertical-align: middle;
}
}


/* Content in columns with CSS instead of tables [[Template:Columns]] */
/* Change the external link icon to an Adobe icon for all PDF files */
div.columns-2 div.column {
.mw-parser-output a[href$=".pdf"].external,
.mw-parser-output a[href*=".pdf?"].external,
.mw-parser-output a[href*=".pdf#"].external,
.mw-parser-output a[href$=".PDF"].external,
.mw-parser-output a[href*=".PDF?"].external,
.mw-parser-output a[href*=".PDF#"].external {
background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
/* @noflip */
/* @noflip */
float: right;
padding-right: 18px;
width: 50%;
min-width: 300px;
}

div.columns-3 div.column {
/* @noflip */
float: right;
width: 33.3%;
min-width: 200px;
}

div.columns-4 div.column {
/* @noflip */
float: right;
width: 25%;
min-width: 150px;
}

div.columns-5 div.column {
/* @noflip */
float: right;
width: 20%;
min-width: 120px;
}

/*Add formatting to make sure that "external references" from [[Template:Ref]] do
not get URL expansion, not even when printed. The mechanism up to MediaWiki 1.4 was
that the HTML code contained a SPAN following the anchor A; this SPAN had the class
"urlexpansion", which was not displayed on screen, but was shown when the medium was
"print". The rules below ensure (a) that there is no extra padding to the left of
the anchor (displayed as "[<number>]"), (b) that there is no "external link arrow" for
the link, and (c) that this SPAN of class "urlexpansion" is never shown.
*/

.plainlinksneverexpand {
background: none ! important;
padding: 0 ! important;
}

.plainlinksneverexpand .urlexpansion {
display: none ! important;
}

/* Make sure that ext links displayed within "plainlinksneverexpand" don't get
the arrow...
*/
.plainlinksneverexpand a {
background: none !important;
padding: 0 !important;
}
}


خط ۵۲۱: خط ۶۸۵:
padding: .2em;
padding: .2em;
}
}

.messagebox.merge {
.messagebox.merge {
border: 1px solid #c0b8cc;
border: 1px solid #c0b8cc;
خط ۵۲۷: خط ۶۹۰:
text-align: center;
text-align: center;
}
}

.messagebox.cleanup {
.messagebox.cleanup {
border: 1px solid #9f9fff;
border: 1px solid #9f9fff;
خط ۵۳۳: خط ۶۹۵:
text-align: center;
text-align: center;
}
}

.messagebox.standard-talk {
.messagebox.standard-talk {
border: 1px solid #c0c090;
border: 1px solid #c0c090;
background-color: #f8eaba;
background-color: #f8eaba;
margin: 4px auto;
}
}
.messagebox.nested-talk {

/* For old WikiProject banners inside banner shells. */
.mbox-inside .standard-talk {
border: 1px solid #c0c090;
border: 1px solid #c0c090;
background-color: #f8eaba;
background-color: #f8eaba;
width: 100%;
width: 100%;
margin: 2px 0;
margin: 2px 4px 2px 4px;
padding: 2px;
}
}

.messagebox.small {
.messagebox.small {
width: 238px;
width: 238px;
font-size: 85%;
font-size: 85%;
/* @noflip */
/* @noflip */
float: right;
float: left;
clear: both;
clear: both;
/* @noflip */
/* @noflip */
margin: 0 0 1em 1em;
margin: 0 0 1em 1em;
line-height: 1.25em;
line-height: 1.25em;
}
}

.messagebox.small-talk {
.messagebox.small-talk {
width: 238px;
width: 238px;
font-size: 85%;
font-size: 85%;
/* @noflip */
/* @noflip */
float: right;
float: left;
clear: both;
clear: both;
/* @noflip */
/* @noflip */
margin: 0 0 1em 1em;
margin: 0 0 1em 1em;
line-height: 1.25em;
line-height: 1.25em;
background-color: #f8eaba;
background: #fff2cc;
}

/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
th.mbox-text, td.mbox-text { /* The message body cell(s) */
border: none;
/* @noflip */
padding: 0.25em 0.9em; /* 0.9em left/right */
width: 100%; /* Make all mboxes the same width regardless of text length */
}

td.mbox-image { /* The left image cell */
border: none;
/* @noflip */
padding: 2px 0 2px 0.9em; /* 0.9em left, 0px right */
text-align: center;
}

td.mbox-imageright { /* The right image cell */
border: none;
/* @noflip */
padding: 2px 0.9em 2px 0; /* 0px left, 0.9em right */
text-align: center;
}

td.mbox-empty-cell { /* An empty narrow cell */
border: none;
padding: 0;
width: 1px;
}
}


/* Article message box styles */
/* Article message box styles */
table.ambox {
table.ambox {
margin: 0 10%; /* 10% = Will not overlap with other elements */
margin: 0px 10%; /* 10% = Will not overlap with other elements */
border: 1px solid #a2a9b1;
border: 1px solid #a2a9b1;
border-right: 10px solid #36c; /* Default "notice" blue */
/* @noflip */
background: #f8f9fa;
border-left: 10px solid #36c; /* Default "notice" blue */
background-color: #fbfbfb;
box-sizing: border-box;
}
}

table.ambox + table.ambox { /* Single border between stacked boxes. */
table.ambox + table.ambox { /* Single border between stacked boxes. */
margin-top: -1px;
margin-top: -1px;
}
}
.ambox th.mbox-text,

.ambox th.mbox-text,
.ambox td.mbox-text { /* The message body cell(s) */
.ambox td.mbox-text { /* The message body cell(s) */
padding: 0.25em 0.5em; /* 0.5em left/right */
padding: 0.25em 0.5em; /* 0.5em left/right */
}
}

.ambox td.mbox-image { /* The left image cell */
.ambox td.mbox-image { /* The left image cell */
padding: 2px 0.5em 2px 0; /* 0.5em right, 0px left */
/* @noflip */
padding: 2px 0 2px 0.5em; /* 0.5em left, 0px right */
}
}

.ambox td.mbox-imageright { /* The right image cell */
.ambox td.mbox-imageright { /* The right image cell */
padding: 2px 0 2px 0.5em; /* 0px right, 0.5em left */
/* @noflip */
padding: 2px 0.5em 2px 0; /* 0px left, 0.5em right */
}
}

table.ambox-notice {
table.ambox-notice {
border-right: 10px solid #36c; /* Blue */
/* @noflip */
border-left: 10px solid #36c; /* Blue */
}
}

table.ambox-speedy {
table.ambox-speedy {
border-right: 10px solid #DD0000; /* Red */
/* @noflip */
border-left: 10px solid #b32424; /* Red */
background: #fee7e6; /* Pink */
background-color: #fee7e6; /* Pink */
}
}

table.ambox-delete {
table.ambox-delete {
border-right: 10px solid #DD0000; /* Red */
/* @noflip */
border-left: 10px solid #b32424; /* Red */
}
}

table.ambox-content {
table.ambox-content {
border-right: 10px solid #FF5D00; /* Orange */
/* @noflip */
border-left: 10px solid #f28500; /* Orange */
}
}

table.ambox-style {
table.ambox-style {
border-right: 10px solid #fc3; /* Yellow */
/* @noflip */
border-left: 10px solid #fc3; /* Yellow */
}
}

table.ambox-move {
table.ambox-move {
border-right: 10px solid #9932cc; /* Purple */
/* @noflip */
border-left: 10px solid #9932cc; /* Purple */
}
}

table.ambox-protection {
table.ambox-protection {
border-right: 10px solid #a2a9b1; /* Gray-gold */
/* @noflip */
border-left: 10px solid #a2a9b1; /* Gray-gold */
}
}


/* Image message box styles */
/* Disambig and set index box styles */
table.imbox {
table.dmbox {
margin: 4px 10%;
clear: both;
margin: 0.9em 1em;
border-collapse: collapse;
border: 3px solid #36c; /* Default "notice" blue */
border-top: 1px solid #c8ccd1;
border-bottom: 1px solid #c8ccd1;
background-color: #fbfbfb;
background: transparent;
box-sizing: border-box;
}
}

/* Footer and header message box styles */
.imbox .mbox-text .imbox { /* For imboxes inside imbox-text cells. */
table.fmbox {
margin: 0 -0.5em; /* 0.9 - 0.5 = 0.4em left/right. */
clear: both;
display: block; /* Fix for webkit to force 100% width. */
margin: 0.2em 0;
width: 100%;
border: 1px solid #a2a9b1;
background: #f8f9fa; /* Default "system" gray */
}
}
table.fmbox-system {

background: #f8f9fa;
.mbox-inside .imbox { /* For imboxes inside other templates. */
margin: 4px;
}
}
table.fmbox-warning {

border: 1px solid #DD0000; /* Dark pink */
table.imbox-notice {
border: 3px solid #36c; /* Blue */
background: #fee7e6; /* Pink */
}
}
table.fmbox-editnotice {

background: transparent;
table.imbox-speedy {
border: 3px solid #b32424; /* Red */
background-color: #fee7e6; /* Pink */
}
}
/* Div based "warning" style fmbox messages. */

div.mw-warning-with-logexcerpt,
table.imbox-delete {
div.mw-lag-warn-high,
border: 3px solid #b32424; /* Red */
div.mw-cascadeprotectedwarning,
div#mw-protect-cascadeon {
clear: both;
margin: 0.2em 0;
border: 1px solid #DD0000;
background: #fee7e6;
padding: 0.25em 0.9em;
}
}
/* Div based "system" style fmbox messages.

Used in [[MediaWiki:Readonly lag]]. */
table.imbox-content {
div.mw-lag-warn-normal,
border: 3px solid #f28500; /* Orange */
div.fmbox-system {
clear: both;
margin: 0.2em 0;
border: 1px solid #a2a9b1;
background: #f8f9fa;
padding: 0.25em 0.9em;
}
}

/* These mbox-small classes must be placed after all other
table.imbox-style {
ambox/tmbox/ombox etc classes. "body.mediawiki" is so
border: 3px solid #fc3; /* Yellow */
they override "table.ambox + table.ambox" above. */
html body.mediawiki .mbox-small { /* For the "small=yes" option. */
/* @noflip */
clear: left;
/* @noflip */
float: left;
/* @noflip */
margin: 4px 1em 4px 0;
box-sizing: border-box;
width: 238px;
font-size: 88%;
line-height: 1.25em;
}
}
html body.mediawiki .mbox-small-right { /* For the "small=right" option. */

/* @noflip */
table.imbox-move {
margin: 4px 0 4px 1em;
border: 3px solid #9932cc; /* Purple */
box-sizing: border-box;
overflow: hidden;
width: 238px;
border-collapse: collapse;
font-size: 88%;
line-height: 1.25em;
}
}


/* Put a checker background at the image description page only visible if the image has transparent background */
table.imbox-protection {
#file img {
border: 3px solid #a2a9b1; /* Gray-gold */
background: url("//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;
}
}


#wpSave {
table.imbox-license {
font-weight: bold;
border: 3px solid #88a; /* Dark gray */
background-color: #f7f8ff; /* Light gray */
}
}


/* suppress missing interwiki image links where #ifexist cannot be used due to high number of requests */
table.imbox-featured {
/* use restricted to rail icon management pages */
border: 3px solid #cba135; /* Brown-gold */
/* see .hidden-redlink on //meta.wikimedia.org/wiki/MediaWiki:Common.css */
.check-icon a.new {
display: none;
speak:none;
}
}


/* Category message box styles */
/* Removes underlines from links */
.nounderlines a {
table.cmbox {
text-decoration: none;
margin: 3px 10%;
border-collapse: collapse;
border: 1px solid #a2a9b1;
background-color: #dfe8ff; /* Default "notice" blue */
box-sizing: border-box;
}
}


/* Remove underline from IPA links */
table.cmbox-notice {
.IPA a:link, .IPA a:visited {
background-color: #d8e8ff; /* Blue */
text-decoration: none;
}
}


/* Removes useless links from printout */
table.cmbox-speedy {
@media print {
margin-top: 4px;
#privacy, #about, #disclaimer {display:none;}
margin-bottom: 4px;
border: 4px solid #b32424; /* Red */
background-color: #ffdbdb; /* Pink */
}
}


#EnWpMpBook { background-image: url(//upload.wikimedia.org/wikipedia/en/7/7e/MP-open-book.png); }
table.cmbox-delete {
#EnWpMpSearch { background: url(//upload.wikimedia.org/wikipedia/en/a/ae/MP-magnifying-glass.png) no-repeat top left; }
background-color: #ffdbdb; /* Pink */
#EnWpMpSearchInner { float: left; width: 20em; text-align: center; }
}
#EnWpMpBook2 { background-image: url(//upload.wikimedia.org/wikipedia/commons/8/8e/MP-open-book2.png); }


/* Standard Navigationsleisten, aka box hiding thingy from .de. Documentation at [[Wikipedia:NavFrame]]. */
table.cmbox-content {
background-color: #ffe7ce; /* Orange */
}


div.Boxmerge,
table.cmbox-style {
div.NavFrame {
background-color: #fff9db; /* Yellow */
margin: 0px;
padding: 4px;
border: 1px solid #a2a9b1;
text-align: center;
border-collapse: collapse;
font-size: 95%;
}
}
div.Boxmerge div.NavFrame {

border-style: none;
table.cmbox-move {
border-style: hidden;
background-color: #e4d8ff; /* Purple */
}
}
div.NavFrame + div.NavFrame {

border-top-style: none;
table.cmbox-protection {
border-top-style: hidden;
background-color: #efefe1; /* Gray-gold */
}
}
div.NavPic {

background-color: #fff;
/* Other pages message box styles */
margin: 0px;
table.ombox {
margin: 4px 10%;
padding: 2px;
float: right;
border-collapse: collapse;
border: 1px solid #a2a9b1; /* Default "notice" gray */
background-color: #f8f9fa;
box-sizing: border-box;
}
}
div.NavFrame div.NavHead {

height: 1.6em;
table.ombox-notice {
font-weight: bold;
border: 1px solid #a2a9b1; /* Gray */
background-color: #b3ccff;
position:relative;
}
}
div.NavFrame div.NavHead:hover {

background-color: #aaf;
table.ombox-speedy {
border: 2px solid #b32424; /* Red */
background-color: #fee7e6; /* Pink */
}
}
div.NavFrame p {

font-size: 100%;
table.ombox-delete {
border: 2px solid #b32424; /* Red */
}
}
div.NavFrame div.NavContent {

font-size: 100%;
table.ombox-content {
border: 1px solid #f28500; /* Orange */
}
}
div.NavFrame div.NavContent p {

font-size: 100%;
table.ombox-style {
border: 1px solid #fc3; /* Yellow */
}
}
div.NavEnd {

margin: 0px;
table.ombox-move {
padding: 0px;
border: 1px solid #9932cc; /* Purple */
line-height: 1px;
clear: both;
}
}
a.NavToggle {

position:absolute;
table.ombox-protection {
top:0px;
border: 2px solid #a2a9b1; /* Gray-gold */
left:3px;
font-weight:normal;
font-size:smaller;
}
}


/* Hatnotes and disambiguation notices */
/* Talk page message box styles */
.rellink,
table.tmbox {
.dablink,
margin: 4px 10%;
.hatnote {
border-collapse: collapse;
font-style: italic;
border: 1px solid #c0c090; /* Default "notice" gray-brown */
background-color: #f8eaba;
min-width: 80%;
box-sizing: border-box;
}
}
.rellink i,

.dablink i,
.tmbox.mbox-small {
.hatnote i {
min-width: 0; /* reset the min-width of tmbox above */
font-style: normal;
}
}
div.rellink,

div.dablink,
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */
div.hatnote {
margin: 2px 0; /* this declaration overrides other styles (including mbox-small above) */
/* @noflip */
width: 100%; /* For Safari and Opera */
padding-right: 1.6em;
margin-bottom: 0.5em;
}
}


span.updatedmarker {
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when */
background-color: transparent;
line-height: 1.5em; /* also "nested", so reset styles that are */
color: #006400;
font-size: 100%; /* set in "mbox-small" above. */
}
}


/* Coloured watchlist numbers */
table.tmbox-speedy {
.mw-plusminus-pos {
border: 2px solid #b32424; /* Red */
background-color: #fee7e6; /* Pink */
color: #006400; /* darkgreen */
}
}


/* .mw-plusminus-null currently at developer default */
table.tmbox-delete {
border: 2px solid #b32424; /* Red */
}


.mw-plusminus-neg {
table.tmbox-content {
border: 2px solid #f28500; /* Orange */
color: #8B0000; /* darkred */
}
}


.dablink {
table.tmbox-style {
font-style: italic;
border: 2px solid #fc3; /* Yellow */
padding-right: 2em;
}
}


.dablink i {
table.tmbox-move {
font-style: normal;
border: 2px solid #9932cc; /* Purple */
}
}


/* Style for horizontal UL lists */
table.tmbox-protection,
.horizontal ul {
table.tmbox-notice {
padding: 0;
border: 1px solid #c0c090; /* Gray-brown */
margin: 0;
}
}


.horizontal li {
/* Footer and header message box styles */
padding: 0 0.6em 0 0.4em;
table.fmbox {
clear: both;
display: inline;
border-left: 1px solid;
margin: 0.2em 0;
width: 100%;
border: 1px solid #a2a9b1;
background-color: #f8f9fa; /* Default "system" gray */
box-sizing: border-box;
}
}


/* Geographical coordinates
table.fmbox-system {
background-color: #f8f9fa;
}


To display coordinates using the notation in the source code, write this in your User:Username/monobook.css:
table.fmbox-warning {
.geo-default { display: inline } .geo-nondefault { display: none }
border: 1px solid #bb7070; /* Dark pink */
.geo-dec { display: inline } .geo-dms { display: inline }
background-color: #ffdbdb; /* Pink */
}


To display coordinates using decimal notation, write this in your User:Username/monobook.css:
table.fmbox-editnotice {
.geo-default { display: inline } .geo-nondefault { display: inline }
background-color: transparent;
.geo-dec { display: inline } .geo-dms { display: none }
}


To display coordinates using DMS notation, write this in your User:Username/monobook.css:
/* Div based "warning" style fmbox messages. */
.geo-default { display: inline } .geo-nondefault { display: inline }
div.mw-warning-with-logexcerpt,
.geo-dec { display: none } .geo-dms { display: inline }
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning,
div#mw-protect-cascadeon,
div.titleblacklist-warning,
div.locked-warning {
clear: both;
margin: 0.2em 0;
border: 1px solid #bb7070;
background-color: #ffdbdb;
padding: 0.25em 0.9em;
box-sizing: border-box;
}


To display coordinates in both decimal and DMS notation, write this in your User:Username/monobook.css:
/* Use default color for partial block fmbox banner per [[Special:PermaLink/1028105567#pblock-style]] */
.geo-default { display: inline } .geo-nondefault { display: inline }
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt {
.geo-dec { display: inline } .geo-dms { display: inline }
border-color: #fc3;
.geo-multi-punct { display: inline }
background-color: #fef6e7;
}


See [[Template:Coor link]] for how these are used.
/* These mbox-small classes must be placed after all other
ambox/tmbox/ombox etc classes. "html body.mediawiki" is so
they override "table.ambox + table.ambox" above. */
html body.mediawiki .mbox-small { /* For the "small=yes" option. */
/* @noflip */
clear: right;
/* @noflip */
float: right;
/* @noflip */
margin: 4px 0 4px 1em;
box-sizing: border-box;
width: 238px;
font-size: 88%;
line-height: 1.25em;
}


Note that the classes "geo", "longitude", and "latitude" are not just styles but also used by the [[Geo microformat]], so the names should not be changed.
html body.mediawiki .mbox-small-left { /* For the "small=left" option. */
/* @noflip */
margin: 4px 1em 4px 0;
box-sizing: border-box;
overflow: hidden;
width: 238px;
border-collapse: collapse;
font-size: 88%;
line-height: 1.25em;
}


*/
/* Style for compact ambox */
/* Hide the images */
.compact-ambox table .mbox-image,
.compact-ambox table .mbox-imageright,
.compact-ambox table .mbox-empty-cell {
display: none;
}


.geo-default { display: inline; }
/* Remove borders, backgrounds, padding, etc. */
.geo-nondefault { display: none; }
.compact-ambox table.ambox {
.geo-dms { display: inline; }
border: none;
.geo-dec { display: inline; }
border-collapse: collapse;
.geo-multi-punct { display: none; }
background-color: transparent;
margin: 0 0 0 1.6em !important;
padding: 0 !important;
width: auto;
display: block;
}


.longitude .latitude {
body.mediawiki .compact-ambox table.mbox-small-left {
font-size: 100%;
white-space: nowrap;
width: auto;
margin: 0;
}
}


/* Style the text cell as a list item and remove its padding */
/* This is used for the Geo microformat, but no style is needed for now other than .geo-dec. */
.geo { }
.compact-ambox table .mbox-text {
padding: 0 !important;
margin: 0 !important;
}


/***** end Geo-related */
.compact-ambox table .mbox-text-span {

display: list-item;
/* When <div class="nonumtoc"> is used on the table of contents, the ToC will display without numbers */
.nonumtoc .tocnumber { display:none; }
.nonumtoc #toc ul,
.nonumtoc .toc ul {
line-height: 1.5em;
line-height: 1.5em;
list-style-type: square;
list-style: none;
margin: .3em 0 0;
list-style-image: url(/w/skins/MonoBook/resources/images/bullet.svg);
padding: 0;
}
}
.nonumtoc #toc ul ul,

.nonumtoc .toc ul ul {
/* Allow for hiding text in compact form */
margin: 0 0 0 2em;
.compact-ambox .hide-when-compact {
display: none;
}
}


/* Allow limiting of which header levels are shown in a TOC; <div class="toclimit-3">, for
/* Remove underlines from certain links */
instance, will limit to showing ==headings== and ===headings=== but no further (as long as
.nounderlines a,
there are no =headings= on the page, which there shouldn't be according to the MoS). */
.IPA a:link,
.toclimit-2 .toclevel-2 {display:none;}
.IPA a:visited {
.toclimit-3 .toclevel-3 {display:none;}
text-decoration: none !important;
.toclimit-4 .toclevel-4 {display:none;}
}
.toclimit-5 .toclevel-5 {display:none;}
.toclimit-6 .toclevel-6 {display:none;}
.toclimit-7 .toclevel-7 {display:none;}


/* Allow transcluded pages to display in lists rather than a table. Compatible in Firefox; incompatible in IE6. */
/* Prevent line breaks in silly places where desired (nowrap)
.listify td {display:list-item;}
and links when we don't want them to (nowraplinks a) */
.listify tr {display:block;}
.nowrap,
.listify table {display:block;}
.nowraplinks a {
white-space: nowrap;
}


div.user-block {
/* But allow wrapping where desired: */
padding: 5px;
.wrap,
border: 1px solid #a2a9b1;
.wraplinks a {
background-color: #fee7e6;
white-space: normal;
}
}
/* Prevent line breaks in silly places:
1) links when we don't want them to
2) HTML formulae
3) Ref tags with group names <ref group="Note"> --> "[Note 1]"
*/
.nowrap,
.nowraplinks a,
span.texhtml,
sup.reference a { white-space: nowrap; }


/* Increase the height of the image upload box */
/* Contents of <math> tag should have an ltr layout */
span.texhtml {
#wpUploadDescription {
height: 13em;
direction: ltr;
unicode-bidi: isolate;
}
}


/* Minimum thumb width */
.thumbinner {
.thumbinner {
min-width: 100px;
min-width: 100px;
}
}


/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
/* Prevent floating boxes from overlapping any category listings,
th.mbox-text, td.mbox-text { /* The message body cell(s) */
file histories, edit previews, and edit [Show changes] views. */
border: none;
#mw-subcategories,
padding: 0.25em 0.9em; /* 0.9em left/right */
#mw-pages,
width: 100%; /* Make all mboxes the same width regardless of text length */
#mw-category-media,
}
#filehistory,
td.mbox-image { /* The left image cell */
#wikiPreview,
border: none;
#wikiDiff {
padding: 2px 0.9em 2px 0px; /* 0.9em right, 0px left */
clear: both;
text-align: center;
}
td.mbox-imageright { /* The right image cell */
border: none;
padding: 2px 0px 2px 0.9em; /* 0px left, 0.9em right */
text-align: center;
}
/* Reduce line-height for <sup> and <sub> */
sup, sub {
line-height: 1em;
}
}


خط ۱٬۰۲۰: خط ۱٬۱۲۷:
/* Styling for Abuse Filter tags */
/* Styling for Abuse Filter tags */
.mw-tag-markers {
.mw-tag-markers {
font-style: italic;
font-style:italic;
font-size: 90%;
font-size:90%;
}
}


خط ۱٬۰۳۹: خط ۱٬۱۴۶:
}
}


/* Für <nowiki><hiero>…</hiero></nowiki> */
/* Hide the redlink generated by {{Editnotice}},
.mw-hierotable, .hierotable-mw,
this overrides the ".sysop-show { display: none; }" above that applies
.mw-hierotable th, .hierotable mw-th,
to the same link as well. See [[phab:T45013]]
.mw-hierotable td, .hierotable mw-td {

border: 0px;
Hide the images in editnotices to keep them readable in VE view.
padding: 0px;
Long term, editnotices should become a core feature so that they can be designed responsive. */
}
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,
/* With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class "urlexpansion"
.ve-ui-mwNoticesPopupTool-item .mbox-image,
following the anchor A, the anchor itself now has class "external autonumber" and the
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {
expansion is inserted when printing (see the common printing style sheet at
//en.wikipedia.org/w/skins/common/commonPrint.css) using the ":after" pseudo-
element of CSS. We have to switch this off for links due to Template:Ref!
*/
.plainlinksneverexpand a.external.text:after {
display: none !important;
display: none !important;
}
}
.plainlinksneverexpand a.external.autonumber:after {
display: none !important;
}
/* for Main Page */
.globegris {
background: url(//upload.wikimedia.org/wikipedia/commons/1/10/Wikipedia-logo-v2-200px-transparent.png);
}
/* End */


.prefsection fieldset {
/* Remove bullets when there are multiple edit page warnings */
float: right;
ul.permissions-errors > li {
list-style: none none;
}
}


/* Small font-size for hidden categories */
ul.permissions-errors {
#mw-hidden-catlinks { font-size: 87% !important; }
margin: 0;

.listify {
margin-left:0;
margin-right:2em;
}
#wpFilterRules {
direction: ltr;
}
}


/* این نیز باگ است که وقتی عنوان یک بخش انگلیسی است، فارسی درون خلاصهٔ ویرایش در تاریخچه به هم می‌ریزد */
/* texhtml class for inline math (based on generic times-serif class) */
.comment > span { unicode-bidi: normal; }
span.texhtml {

font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
/* نمایش بهتر خلاصه ویرایش‌های خیلی طولانی */
font-size: 118%;
.comment {
line-height: 1;
overflow-wrap: break-word;
white-space: nowrap;
word-break: break-word;
/* Force tabular and lining display for texhtml */
-moz-font-feature-settings: "lnum", "tnum", "kern" 0;
-webkit-font-feature-settings: "lnum", "tnum", "kern" 0;
font-feature-settings: "lnum", "tnum", "kern" 0;
font-variant-numeric: lining-nums tabular-nums;
font-kerning: none;
}
}


/* زیاد کردن اندازهٔ توضیحات صفحهٔ بارگذاری */
span.texhtml span.texhtml {
#wpUploadDescription {
font-size: 100%;
height: 25em;
}
}


/*ابزار پررنگ کنندهٔ نظرهای کاربر*/
span.mwe-math-mathml-inline {
.mycomment { background: #ff9; }
font-size: 118%;

/* Pie chart test: Transparent borders */
.transborder {
border: solid transparent;
}
}


/* Hide edittools base for those not using the gadget */
/* Make <math display="block"> be left aligned with one space indent for
#mw-edittools-charinsert {
* compatibility with style conventions
display: none;
*/
.mwe-math-fallback-image-display,
.mwe-math-mathml-display {
margin-left: 1.6em !important;
margin-top: 0.6em;
margin-bottom: 0.6em;
}
}


/* Category tree styling. Works in conjuction with [[MediaWiki:Categorytree-expand-bullet]],
.mwe-math-mathml-display math {
[[MediaWiki:Categorytree-collapse-bullet]] and [[MediaWiki:Categorytree-empty-bullet]]. */
display: inline;
#mw-subcategories ul {
list-style: none none;
margin-left: 0.25em;
}
.CategoryTreeChildren {
margin-left: 1.25em;
}
.CategoryTreeToggle {
color: #36c;
}
.CategoryTreeEmptyBullet {
color: #c8ccd1;
}
}


/* توضیح به کاربران دربارهٔ صفحهٔ تمرین */
/* Work-around for [[phab:T25965]] / [[phab:T100106]] (Kaltura advertisement) */
body.ns-2[class*="_صفحه_تمرین"] #firstHeading::after {
.k-player .k-attribution {
color: #72777d;
visibility: hidden;
content: "توجه:این صفحه بخشی از دانشنامه نیست و صرفاً جهت ویرایش آزمایشی در ویکی‌پدیا کاربرد دارد.";
float: left;
width: 40%;
font-size: 40%;
}
}


/*اصلاح اندازه فونت در تغییرات اخیر برای [ویرایش‌های در حال انتظار] برگرفته از ویکی‌روسی*/
/* Move 'play' button of video player to bottom left corner */
.mw-fr-reviewlink, .fr-hist-basic-user, .fr-hist-basic-auto {
.PopUpMediaTransform a .play-btn-large {
font-weight: normal;
margin: 0;
font-size: smaller;
top: auto;
right: auto;
bottom: 0;
left: 0;
}
}


/* temporary fix for T86979 */
@media screen {
.ui-dialog { right: auto; }
/* Gallery styles background changes are restricted to screen view.
In printing we should avoid applying backgrounds. */
/* The backgrounds for galleries. */
#content .gallerybox div.thumb {
/* Light gray padding */
background-color: #f8f9fa;
}
/* Put a chequered background behind images, only visible if they have transparency.
'.filehistory a img' and '#file img:hover' are handled by MediaWiki core (as of 1.19) */
.gallerybox .thumb img {
background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;
}
/* But not on articles, user pages, portals or with opt-out. */
.ns-0 .gallerybox .thumb img,
.ns-2 .gallerybox .thumb img,
.ns-100 .gallerybox .thumb img,
.nochecker .gallerybox .thumb img {
background-image: none;
}


/* Make it possible to hide checkboxes in <inputbox> */
/* Display "From Wikipedia, the free encyclopedia" in skins that support it,
.inputbox-hidecheckboxes form .inputbox-element {
do not apply to print mode */
display: none !important;
#siteSub {
display: block;
}
}
}


/* این برچسپ بهتر است فقط برای Gadget-taghighlighter.css را فعال کرده اند دیده شوند */
/* Hide FlaggedRevs notice UI when there are no pending changes */
.mw-tag-marker-نیازمند_بازبینی { display: none; }
.flaggedrevs_draft_synced,

.flaggedrevs_stable_synced,
/* Reduce page jumps by hiding collapsed/dismissed content */
/* "Temporary" to remove links in sidebar T255381 */
.client-js .mw-special-Watchlist #watchlist-message {
#t-upload,
/* Hide broken download box on Special:Book pending T285400 */
.mw-special-Book #coll-downloadbox {
display: none;
display: none;
}

/* کمی پیوند ایجاد مقاله بزرگتر شود که پس از حذف بیشتر استفاده شود */
.mw-warning-with-logexcerpt a[title="ویکی‌پدیا:ایجاد مقاله"] { font-size: 120%; font-weight: bold; }

/* Make the textarea pink when an admin is editing a protected page */
.mw-textarea-protected {
background-color: #fee7e6;
}

/* Made diffs use Wikimedia UI color palette ([[phab:M82]]) */
td.diff-addedline {
border-color: #36c;
}
td.diff-deletedline {
border-color: #fc3;
}
td.diff-addedline .diffchange {
background: #e9eef9;
}
td.diff-deletedline .diffchange {
background: #fff4d6;
}

/* Spacing between the rows of navbox */
tr + tr > .navbox-abovebelow,
tr + tr > .navbox-group,
tr + tr > .navbox-image,
tr + tr > .navbox-list { /* Borders above 2nd, 3rd, etc. rows */
border-top: 2px solid #fdfdfd; /* Must match background color */
}
/* End of Spacing between the rows of navbox */

/* Color diff links */
.mw-diff-edit a {
color: #2a4b8d;
}

.mw-diff-undo a, .mw-history-undo a, .mw-rollback-link a {
color: #d33;
}

a.mw-thanks-thank-link {
color: #14866d;
}

/* Make sure cite and dfn are not italicized thorugh the user agent stylesheet */
cite, dfn {
font-style:inherit;
}

/* LTR citations should be listed LTR and be left-aligned, as is the case in Persian literature */
LI.mw-cite-dir-ltr {
direction: ltr;
margin-left: 2.3em;
text-align: left;
list-style-type: decimal !important;
}

/* However, sometimes users combine LTR and RTL refs and wrap the <references/> tag in a DIV that is LTR.
In those cases, don't add a margin-left for the LI element, so the LTR and RTL numbersing are aligned. */
DIV.mw-content-ltr>OL>LI.mw-cite-dir-ltr {
margin-left: 0;
}

/* OL with Persian alphabet used for its counter */
@counter-style persian-alpha {
system: cyclic;
symbols: "\627\644\641" "\628" "\67E" "\62A" "\62B" "\62C" "\684" "\62D" "\62E" "\62F" "\630" "\631" "\632" "\698" "\633" "\634" "\635" "\636" "\637" "\638" "\639" "\63A" "\641" "\642" "\6A9" "\6AB" "\644" "\645" "\646" "\648" "\6BE" "\6CC";
suffix = " ";
}

.reflist-persian-alpha ol:lang( fa ) li {
list-style-type: persian-alpha !important;
direction: rtl;
text-align: right;
margin-left: 0;
}

/* Right margin for left-aligned tables */
table[align="left"] {
margin-right: 1.2em;
}

/* Center aligning wikitables should be as easy as using align=center */
table.wikitable[align="center"] {
margin-right: auto;
margin-left: auto;
}

.mw-indicator, .mw-helplink, .mw-indicator-pp-default {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}

/* Temporary fix for Template:Allow_wrap until T283071 is fixed */
.wrap {
white-space: normal;
}
}

‏۱۱ سپتامبر ۲۰۲۱، ساعت ۲۳:۰۵ نوسخه‌سی

/* Persian Wikipedia UI fonts configurations, see also MediaWiki:Print.css
   These are written over the time on Monobook.css and Vector.css and shouldn't
   be changed radically without users consensus */
body {
	/* generally a sans-serif font should be here */
	font-family: '.Arabic UI Text', Tahoma, 'Iranian Sans', 'Noto Sans Arabic', 'DejaVu Sans', sans-serif;
}

.mw-body h1, .mw-body h2, .mw-body #firstHeading,
.mw-body .mw-editsection, .mw-body .mw-editsection-like,
.mw-body #toc h2, .mw-body .toc h2,
#documentation-meta-data {
	/* generally a serif font should be here but Arial is not acceptable for Persian */
	font-family: '.Arabic UI Display', Tahoma, 'Iranian Serif', 'Noto Naskh Arabic', 'Iranian Sans', 'DejaVu Sans', serif;
}

/* Ace editor now supports RTL editing but a monospace font with Arabic should be set for correct functionality */
.ace_editor { font-family: 'Courier New', monospace!important; }

/* force these to use inherited font configuration */
.ui-widget, .ui-widget *, button, input, select, optgroup {
	font-family: inherit;
}
/* end */

dfn {
	font-style: inherit;  /* Reset default styling for <dfn> */
}
sup, sub {
	line-height: 1em;     /* Reduce line-height for <sup> and <sub> */
}

/* Main page fixes */

body.page-ویکیپدیا_صفحه_تمرین #ca-edit,
body.page-ویکیپدیا_آشنایی #ca-edit {
	border: 1px dotted #36c;
}
body.page-ویکیپدیا_صفحه_تمرین #ca-edit:hover,
body.page-ویکیپدیا_آشنایی #ca-edit:hover {
	background: none repeat scroll 0 0 white;
	border-color: transparent;
}
body.page-آنا_صفحه #mp-topbanner {
	clear: both;
}

body.page-آنا_صفحه #ca-delete,
body.page-آنا_صفحه #deleteconfirm,
body.page-آنا_صفحه #t-cite,
body.page-آنا_صفحه #lastmod,
body.page-آنا_صفحه #siteSub,
body.page-آنا_صفحه #contentSub,
body.page-آنا_صفحه #catlinks,
body.page-آنا_صفحه h1.firstHeading,
body.page-آنا_صفحه #centralNotice,
body.page-درگاه_ورودی #siteSub,
body.page-درگاه_ورودی h1.firstHeading {
	display: none !important;
}

body.page-آنا_صفحه #ca-history,
body.page-آنا_صفحه #pagehistory {
	display: none;
}

/* تراز راست برای پیوند «ویرایش پیوندهای میان‌ویکی» در نوار کناری پوستهٔ وکتور جدید */
.wb-langlinks-link {
	text-align : right;
}

/* Make the list of references in [[Template:Reflist]] smaller */
.references-small { 
	font-size: 90%;
}

/* Highlight clicked reference in blue to help navigation */
ol.references > li:target,
sup.reference:target,
span.citation:target, cite:target { 
	background-color: #ecf0fa;
}

/* Ensure refs in table headers and the like aren't bold or italic */
sup.reference {
	font-weight: normal;
	font-style: normal;
}

/* Styling for citations */
span.citation, cite {
	word-wrap: break-word;
}

/* If there is an inline link to a full citation, the full citation will turn blue when the inline link is clicked */
cite:target { 
	background-color: #ecf0fa;
}

/* For linked citation numbers and document IDs, where the number need not be shown on a screen or a handheld, but should be included in the printed version */

@media screen, handheld, projection {
	cite *.printonly {
		display: none;
	}
}

/* Style for horizontal lists (separator following item) */

.skin-monobook .hlist dl,
.skin-modern .hlist dl,
.skin-vector .hlist dl {
	line-height: 1.5em;
}
/* Style for horizontal lists (separator following item).
   IE8-specific classes are assigned in [[MediaWiki:Common.js/IEFixes.js]].
   @source mediawiki.org/wiki/Snippets/Horizontal_lists
   @revision 5 (2014-02-24)
   @author [[User:Edokter]]
 */
.hlist dl,
.hlist ol,
.hlist ul {
	margin: 0;
	padding: 0;
}
/* Display list items inline */
.hlist dd,
.hlist dt,
.hlist li {
	margin: 0;
	display: inline;
}
/* Display nested lists inline */
.hlist.inline,
.hlist.inline dl,
.hlist.inline ol,
.hlist.inline ul,
.hlist dl dl, .hlist dl ol, .hlist dl ul,
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist ul dl, .hlist ul ol, .hlist ul ul {
	display: inline;
}
/* Generate interpuncts */
.hlist dt:after {
	content: ": ";
}
.hlist dd:after,
.hlist li:after {
	content: " •";
	/*font-weight: bold;*/
}
.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
	content: none;
}
/* For IE8 */
.hlist dd.hlist-last-child:after,
.hlist dt.hlist-last-child:after,
.hlist li.hlist-last-child:after {
	content: none;
}
/* Add parentheses around nested lists */
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
	content: " (";
	font-weight: normal;
}
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
	content: ") ";
	font-weight: normal;
}
/* For IE8 */
.hlist dd dd.hlist-last-child:after, .hlist dd dt.hlist-last-child:after, .hlist dd li.hlist-last-child:after,
.hlist dt dd.hlist-last-child:after, .hlist dt dt.hlist-last-child:after, .hlist dt li.hlist-last-child:after,
.hlist li dd.hlist-last-child:after, .hlist li dt.hlist-last-child:after, .hlist li li.hlist-last-child:after {
	content: ") ";
	font-weight: normal;
}
/* Put ordinals in front of ordered list items */
.hlist ol {
	counter-reset: listitem;
}
.hlist ol > li {
	counter-increment: listitem;
}
.hlist ol > li:before {
	content: " " counter(listitem) " ";
	content: " " counter(listitem, -moz-persian) " ";
	content: " " counter(listitem, persian) " ";
	white-space: nowrap;
}
.hlist dd ol > li:first-child:before,
.hlist dt ol > li:first-child:before,
.hlist li ol > li:first-child:before {
	content: " (" counter(listitem) " ";
	content: " (" counter(listitem, -moz-persian) " ";
	content: " (" counter(listitem, persian) " ";
}

/* فهرست بدون گلوله */
.plainlist ul {
	line-height: inherit;
	list-style: none none;
	margin: 0;
}
.plainlist ul li {
	margin-bottom: 0;
}

/* Normal font styling for table row headers with scope="row" tag */
.wikitable.plainrowheaders th[scope=row] {
	font-weight: normal;
	/* @noflip */
	text-align: right;
}
 
/* Lists in data cells are always left-aligned */
.wikitable td ul,
.wikitable td ol,
.wikitable td dl {
	/* @noflip */
	text-align: right;
}
/* ...unless they also use the hlist class */
.wikitable.hlist td ul,
.wikitable.hlist td ol,
.wikitable.hlist td dl {
	text-align: inherit;
}

/* Default style for navigation boxes */
.navbox {                     /* Navbox container style */
	box-sizing: border-box;
	border: 1px solid #a2a9b1;
	width: 100%;
	margin: auto;
	clear: both;
	font-size: 88%;
	text-align: center;
	padding: 1px;
}
.navbox-inner,
.navbox-subgroup {
	width: 100%;
}
.navbox-group,
.navbox-title,
.navbox-abovebelow {
	padding: 0.25em 1em;      /* Title, group and above/below styles */
	line-height: 1.5em;
	text-align: center;
}
th.navbox-group {             /* Group style */
	white-space: nowrap;
	/* @noflip */
	text-align: right;
}
.navbox,
.navbox-subgroup {
	background: #f8f9fa;      /* Background color */
}
.navbox-list {
	line-height: 1.8em;
	border-color: #f8f9fa;    /* Must match background color */
}
.navbox th,
.navbox-title {
	background: #b3ccff;      /* Level 1 color */
}
.navbox-abovebelow,
th.navbox-group,
.navbox-subgroup .navbox-title {
	background: #dbe7ff;      /* Level 2 color */
}
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
	background: #e5edff;      /* Level 3 color */
}
.navbox-even {
	background: #f8f9fa;      /* Even row striping */
}
.navbox-odd {
	background: transparent;  /* Odd row striping */
}
table.navbox + table.navbox {  /* Single pixel border between adjacent navboxes */
	margin-top: -1px;          /* (doesn't work for IE6, but that's okay)       */
}
.navbox .hlist td dl,
.navbox .hlist td ol,
.navbox .hlist td ul,
.navbox td.hlist dl,
.navbox td.hlist ol,
.navbox td.hlist ul {
	padding: 0.125em 0;       /* Adjust hlist padding in navboxes */
}
ol + table.navbox,
ul + table.navbox {
	margin-top: 0.5em;        /* Prevent lists from clinging to navboxes */
}

/* RTL fix for navbox-list bullet lists; See [[Special:Permalink/24864265#خطای ظاهری]]. */
.navbox-list li {
	unicode-bidi: isolate;
}

/* Default styling for Navbar template */
.navbar {
	display: inline;
	font-size: 88%;
	font-weight: normal;
}
.navbar ul {
	display: inline;
	white-space: nowrap;
}
.navbar li {
	word-spacing: -0.125em;
}
.navbar.mini li { /* span is removed */
	font-size: xx-small;
}
.nv-talk > a {
	color: #002BB8;
}
/* Navbar styling when nested in infobox and navbox */
.infobox .navbar {
	font-size: 100%;
}
.navbox .navbar {
	display: block;
	font-size: 100%;
}
.navbox-title .navbar {
	/* @noflip */
	float: right;
	/* @noflip */
	text-align: right;
	/* @noflip */
	margin-left: 0.5em;
	width: 6em;
}

/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
   in [[MediaWiki:Common.js]] are styled here so they can be customised. */
.collapseButton {
	/* @noflip */
	float: left;
	font-weight: normal;
	/* @noflip */
	margin-right: 0.5em;
	/* @noflip */
	text-align: left;
	width: auto;
}
/* In navboxes, the show/hide button balances the v·d·e links
   from [[Template:Navbar]], so they need to be the same width. */
.navbox .collapseButton {
	width: 6em;
}

/* Styling for JQuery makeCollapsible, matching that of collapseButton */
.mw-parser-output .mw-collapsible-toggle {
	font-weight: normal;
	/* @noflip */
	text-align: left;
	padding-right: 0.2em;
	padding-left: 0.2em;
}

.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
	/* @noflip */
	float: right;
	/* @noflip */
	text-align: right;
}

/* Infobox template style */
.infobox {
	border: 1px solid #a2a9b1;
	border-spacing: 3px;
	background-color: #f8f9fa;
	color: black;
	/* @noflip */
	margin: 0.5em 1em 0.5em 0;
	padding: 0.2em;
	/* @noflip */
	float: left;
	/* @noflip */
	clear: left;
	font-size: 88%;
	line-height: 1.5em;
	width: 22em;
}

/* not strictly certain these styles are necessary
 * just replicating the module faithfully
 */
.infobox-subbox {
	padding: 0;
	border: none;
	margin: -3px;
	width: auto;
	min-width: 100%;
	font-size: 100%;
	clear: none;
	float: none;
	background-color: transparent;
}

.infobox-header,
.infobox-label,
.infobox-above,
.infobox-full-data,
.infobox-data,
.infobox-below,
.infobox-subheader,
.infobox-image,
.infobox-navbar,
/* Remove element declaration when both a) infobox3cols is migrated and
 * b) when every .infobox thing is using the standard module/templates  */
.infobox th,
.infobox td {
	vertical-align: top;
}

.infobox-label,
.infobox-data,
/* Remove element declaration when both a) infobox3cols is migrated and
 * b) when every .infobox thing is using the standard module/templates  */
.infobox th,
.infobox td {
	/* @noflip */
	text-align: right;
}

/* remove .infobox from below new class names when live */
.infobox .infobox-above,
.infobox .infobox-title, /* TODO remove caption line when class is live */
.infobox caption{
	font-size: 125%;
	font-weight: bold;
	text-align: center;
}

.infobox caption, /* TODO remove caption line when class is live */
.infobox-title {
	padding: 0.2em;
}

.infobox .infobox-header,
.infobox .infobox-subheader,
.infobox .infobox-image,
.infobox .infobox-full-data,
.infobox .infobox-below {
	text-align: center;
}

.infobox .infobox-navbar {
	text-align: left;
}

.infobox.bordered {
	border-collapse: collapse;
}

/* TODO split definitions to appropriate class names when live from HTML element */
.infobox.bordered td,
.infobox.bordered th {
	border: 1px solid #a2a9b1;
}

/* TODO split definitions to appropriate class names when live from HTML element */
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
	border: 0;
}

.infobox.sisterproject {
	width: 20em;
	font-size: 90%;
}

/* styles for bordered infobox with merged rows */
/* TODO split definitions to appropriate class names when live from HTML element */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
	border: 0;
	border-top: 1px solid #a2a9b1;
	/* @noflip */
	border-left: 1px solid #a2a9b1;
}

/* TODO split definitions to appropriate class names when live from HTML element */
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
	border: 0;
	/* @noflip */
	border-left: 1px solid #a2a9b1;
}

/* Styles for geography infoboxes, eg countries,
   country subdivisions, cities, etc.            */
.infobox.geography {
	border-collapse: collapse;
	line-height: 1.2em;
	font-size: 90%;
}

/* TODO split definitions to appropriate class names when live from HTML element */
.infobox.geography  td,
.infobox.geography  th {
	border-top: 1px solid #a2a9b1;
	padding: 0.4em 0.6em 0.4em 0.6em;
}

/* TODO split definitions to appropriate class names when live from HTML element */
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
	border-top: 1px solid #a2a9b1;
	padding: 0.4em 0.6em 0.2em 0.6em;
}

/* TODO split definitions to appropriate class names when live from HTML element */
.infobox.geography .mergedrow td,
.infobox.geography .mergedrow th {
	border: 0;
	padding: 0 0.6em 0.2em 0.6em;
}

/* TODO split definitions to appropriate class names when live from HTML element */
.infobox.geography .mergedbottomrow td,
.infobox.geography .mergedbottomrow th {
	border-top: 0;
	border-bottom: 1px solid #a2a9b1;
	padding: 0 0.6em 0.4em 0.6em;
}

/* TODO split definitions to appropriate class names when live from HTML element */
.infobox.geography .maptable td,
.infobox.geography .maptable th {
	border: 0;
	padding: 0;
}

/* Style for "notices" */
.notice {
	margin: 1em;
	padding: 0.2em;
}

#disambig {
	border-top: 1px solid #c8ccd1; 
	border-bottom: 1px solid #c8ccd1;
}

.notice-text, .toggle-box, .red-button, .goal, div.red-button, div.siteNoticeSmall, div#siteNotice {
	font-family: inherit;
}

DIV.siteNoticeSmall {
	font-size: 15pt;
}

/* Persondata and other (future) metadata */
table.InChI, /* temporary */
table.persondata {
	border: 1px solid #a2a9b1;
	display: none;
	speak: none;
}
.InChI-label, /* temporary */
.persondata-label {
	color: #a2a9b1;
}

/* Icons for medialist templates [[Template:Listen]], [[Template:Multi-listen_start]], [[Template:Video]], [[Template:Multi-video_start]] */
div.listenlist {
	background: url("//upload.wikimedia.org/wikipedia/commons/3/3f/Gnome_speakernotes_30px.png");
	/* @noflip */
	padding-right: 40px;
}

div.videolist, div.multivideolist {
	background: url("//upload.wikimedia.org/wikipedia/commons/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png");
	padding-right: 50px;
}

/* Change the external link icon to an Adobe icon for all PDF files
   in browsers that support these CSS selectors, like Mozilla and Opera */
.mw-body a[href$=".pdf"].external,
.mw-body a[href*=".pdf?"].external,
.mw-body a[href*=".pdf#"].external,
.mw-body a[href$=".PDF"].external,
.mw-body a[href*=".PDF?"].external,
.mw-body a[href*=".PDF#"].external,
div#mw_content a[href$=".pdf"].external,
div#mw_content a[href*=".pdf?"].external,
div#mw_content a[href*=".pdf#"].external,
div#mw_content a[href$=".PDF"].external,
div#mw_content a[href*=".PDF?"].external,
div#mw_content a[href*=".PDF#"].external {
	background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat left;
	/* @noflip */
	padding-left: 18px;
}

/* Change the external link icon to an Adobe icon anywhere the PDFlink class */
/* is used (notably Template:PDFlink). This works in IE, unlike the above. */
span.PDFlink a {
	background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") center left no-repeat !important;
	padding-left: 18px !important;
}

span.geolink a {
	background: url(//upload.wikimedia.org/wikipedia/en/a/a7/Monobook-globe.png) center left no-repeat !important;
	padding-left: 11px !important;
}

/* Content in columns with CSS instead of tables [[Template:Columns]] */
div.columns-2 div.column {
	/* @noflip */
	float: right;
	width: 50%;
	min-width: 300px;
}

div.columns-3 div.column {
	/* @noflip */
	float: right;
	width: 33.3%;
	min-width: 200px;
}

div.columns-4 div.column {
	/* @noflip */
	float: right;
	width: 25%;
	min-width: 150px;
}

div.columns-5 div.column {
	/* @noflip */
	float: right;
	width: 20%;
	min-width: 120px;
}

/*Add formatting to make sure that "external references" from [[Template:Ref]] do
  not get URL expansion, not even when printed. The mechanism up to MediaWiki 1.4 was
  that the HTML code contained a SPAN following the anchor A; this SPAN had the class
  "urlexpansion", which was not displayed on screen, but was shown when the medium was
  "print". The rules below ensure (a) that there is no extra padding to the left of
  the anchor (displayed as "[<number>]"), (b) that there is no "external link arrow" for
  the link, and (c) that this SPAN of class "urlexpansion" is never shown.
*/

.plainlinksneverexpand {
	background: none ! important;
	padding: 0 ! important;
}

.plainlinksneverexpand .urlexpansion {
	display: none ! important;
}

/* Make sure that ext links displayed within "plainlinksneverexpand" don't get
   the arrow...
*/
.plainlinksneverexpand a {
	background: none !important;
	padding: 0 !important;
}

/* Messagebox templates */
.messagebox {
	border: 1px solid #a2a9b1;
	background-color: #f8f9fa;
	width: 80%;
	margin: 0 auto 1em auto;
	padding: .2em;
}
.messagebox.merge {
	border: 1px solid #c0b8cc;
	background-color: #f0e5ff;
	text-align: center;
}
.messagebox.cleanup {
	border: 1px solid #9f9fff;
	background-color: #efefff;
	text-align: center;
}
.messagebox.standard-talk {
	border: 1px solid #c0c090;
	background-color: #f8eaba;
}
.messagebox.nested-talk {
	border: 1px solid #c0c090;
	background-color: #f8eaba;
	width: 100%;
	margin: 2px 4px 2px 4px;
}
.messagebox.small {
	width: 238px;
	font-size: 85%;
	/* @noflip */
	float: left;
	clear: both;
	/* @noflip */
	margin: 0 0 1em 1em;
	line-height: 1.25em; 
}
.messagebox.small-talk {
	width: 238px;
	font-size: 85%;
	/* @noflip */
	float: left;
	clear: both;
	/* @noflip */
	margin: 0 0 1em 1em;
	line-height: 1.25em; 
	background: #fff2cc;
}

/* Article message box styles */
table.ambox {
	margin: 0px 10%;                  /* 10% = Will not overlap with other elements */
	border: 1px solid #a2a9b1; 
	border-right: 10px solid #36c;  /* Default "notice" blue */
	background: #f8f9fa; 
}
table.ambox + table.ambox {      /* Single border between stacked boxes. */
	margin-top: -1px;
}
.ambox th.mbox-text, 
.ambox td.mbox-text {            /* The message body cell(s) */
	padding: 0.25em 0.5em;       /* 0.5em left/right */
}
.ambox td.mbox-image {           /* The left image cell */
	padding: 2px 0.5em 2px 0;    /* 0.5em right, 0px left */
}
.ambox td.mbox-imageright {      /* The right image cell */
	padding: 2px 0 2px 0.5em;    /* 0px right, 0.5em left */
}
 
table.ambox-notice {
	border-right: 10px solid #36c;    /* Blue */
}
table.ambox-speedy {
	border-right: 10px solid #DD0000;    /* Red */
	background: #fee7e6;                   /* Pink */
}
table.ambox-delete {
	border-right: 10px solid #DD0000;    /* Red */
}
table.ambox-content {
	border-right: 10px solid #FF5D00;    /* Orange */
}
table.ambox-style {
	border-right: 10px solid #fc3;    /* Yellow */
}
table.ambox-move {
	border-right: 10px solid #9932cc;    /* Purple */
}
table.ambox-protection {
	border-right: 10px solid #a2a9b1;       /* Gray-gold */
}

/* Disambig and set index box styles */
table.dmbox {
	clear: both; 
	margin: 0.9em 1em; 
	border-top: 1px solid #c8ccd1; 
	border-bottom: 1px solid #c8ccd1; 
	background: transparent;
}
 
/* Footer and header message box styles */
table.fmbox {
	clear: both;
	margin: 0.2em 0;
	width: 100%;
	border: 1px solid #a2a9b1;
	background: #f8f9fa;     /* Default "system" gray */
}
table.fmbox-system {
	background: #f8f9fa;
}
table.fmbox-warning {
	border: 1px solid #DD0000;  /* Dark pink */
	background: #fee7e6;        /* Pink */
}
table.fmbox-editnotice {
	background: transparent;
}
/* Div based "warning" style fmbox messages. */
div.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning,
div#mw-protect-cascadeon {
	clear: both;
	margin: 0.2em 0;
	border: 1px solid #DD0000;
	background: #fee7e6;
	padding: 0.25em 0.9em;
}
/* Div based "system" style fmbox messages. 
   Used in [[MediaWiki:Readonly lag]]. */
div.mw-lag-warn-normal,
div.fmbox-system {
	clear: both;
	margin: 0.2em 0;
	border: 1px solid #a2a9b1;
	background: #f8f9fa;
	padding: 0.25em 0.9em;
}
 
/* These mbox-small classes must be placed after all other
   ambox/tmbox/ombox etc classes. "body.mediawiki" is so
   they override "table.ambox + table.ambox" above. */
html body.mediawiki .mbox-small {   /* For the "small=yes" option. */
	/* @noflip */
	clear: left;
	/* @noflip */
	float: left;
	/* @noflip */
	margin: 4px 1em 4px 0;
	box-sizing: border-box;
	width: 238px;
	font-size: 88%;
	line-height: 1.25em;
}
html body.mediawiki .mbox-small-right {   /* For the "small=right" option. */
	/* @noflip */
	margin: 4px 0 4px 1em;
	box-sizing: border-box;
	overflow: hidden;
	width: 238px;
	border-collapse: collapse;
	font-size: 88%;
	line-height: 1.25em;
}

/* Put a checker background at the image description page only visible if the image has transparent background */
#file img {
	background: url("//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;
}

#wpSave {
	font-weight: bold;
}

/* suppress missing interwiki image links where #ifexist cannot be used due to high number of requests */
/* use restricted to rail icon management pages */
/* see .hidden-redlink on //meta.wikimedia.org/wiki/MediaWiki:Common.css */
.check-icon a.new {
	display: none; 
	speak:none;
}

/* Removes underlines from links */
.nounderlines a { 
	text-decoration: none;
}

/* Remove underline from IPA links */
.IPA a:link, .IPA a:visited {
	text-decoration: none;
}

/* Removes useless links from printout */
@media print {
	#privacy, #about, #disclaimer {display:none;}
}

#EnWpMpBook { background-image: url(//upload.wikimedia.org/wikipedia/en/7/7e/MP-open-book.png); }
#EnWpMpSearch { background: url(//upload.wikimedia.org/wikipedia/en/a/ae/MP-magnifying-glass.png) no-repeat top left; }
#EnWpMpSearchInner { float: left; width: 20em; text-align: center; }
#EnWpMpBook2 { background-image: url(//upload.wikimedia.org/wikipedia/commons/8/8e/MP-open-book2.png); }

/* Standard Navigationsleisten, aka box hiding thingy from .de.  Documentation at [[Wikipedia:NavFrame]]. */

div.Boxmerge,
div.NavFrame {
	margin: 0px;
	padding: 4px;
	border: 1px solid #a2a9b1;
	text-align: center;
	border-collapse: collapse;
	font-size: 95%;
}
div.Boxmerge div.NavFrame {
	border-style: none;
	border-style: hidden;
}
div.NavFrame + div.NavFrame {
	border-top-style: none;
	border-top-style: hidden;
}
div.NavPic {
	background-color: #fff;
	margin: 0px;
	padding: 2px;
	float: right;
}
div.NavFrame div.NavHead {
	height: 1.6em;
	font-weight: bold;
	background-color: #b3ccff;
	position:relative;
}
div.NavFrame div.NavHead:hover {
	background-color: #aaf;
}
div.NavFrame p {
	font-size: 100%;
}
div.NavFrame div.NavContent {
	font-size: 100%;
}
div.NavFrame div.NavContent p {
	font-size: 100%;
}
div.NavEnd {
	margin: 0px;
	padding: 0px;
	line-height: 1px;
	clear: both;
}
a.NavToggle {
	position:absolute;
	top:0px;
	left:3px;
	font-weight:normal;
	font-size:smaller;
}

/* Hatnotes and disambiguation notices */
.rellink,
.dablink,
.hatnote {
	font-style: italic;
}
.rellink i,
.dablink i,
.hatnote i {
	font-style: normal;
}
div.rellink,
div.dablink,
div.hatnote {
	/* @noflip */
	padding-right: 1.6em;
	margin-bottom: 0.5em;
}

span.updatedmarker {
	background-color: transparent;
	color: #006400;
}

/* Coloured watchlist numbers */
.mw-plusminus-pos {
	color: #006400; /* darkgreen */
}

/* .mw-plusminus-null currently at developer default */

.mw-plusminus-neg {
	color: #8B0000; /* darkred */
}

.dablink {
	font-style: italic;
	padding-right: 2em;
}

.dablink i {
	font-style: normal;
}

/* Style for horizontal UL lists */
.horizontal ul {
	padding: 0;
	margin: 0;
}

.horizontal li { 
	padding: 0 0.6em 0 0.4em;
	display: inline;
	border-left: 1px solid;
}

/* Geographical coordinates 

To display coordinates using the notation in the source code, write this in your User:Username/monobook.css:
   .geo-default { display: inline } .geo-nondefault { display: none } 
   .geo-dec { display: inline } .geo-dms { display: inline }

To display coordinates using decimal notation, write this in your User:Username/monobook.css:
   .geo-default { display: inline } .geo-nondefault { display: inline } 
   .geo-dec { display: inline } .geo-dms { display: none }

To display coordinates using DMS notation, write this in your User:Username/monobook.css:
   .geo-default { display: inline } .geo-nondefault { display: inline } 
   .geo-dec { display: none }   .geo-dms { display: inline }

To display coordinates in both decimal and DMS notation, write this in your User:Username/monobook.css:
   .geo-default { display: inline } .geo-nondefault { display: inline } 
   .geo-dec { display: inline }   .geo-dms { display: inline }
   .geo-multi-punct { display: inline }

See [[Template:Coor link]] for how these are used.

Note that the classes "geo", "longitude", and "latitude" are not just styles but also used by the [[Geo microformat]], so the names should not be changed.

*/

.geo-default { display: inline; }
.geo-nondefault { display: none; }
.geo-dms { display: inline; }
.geo-dec { display: inline; }
.geo-multi-punct { display: none; }

.longitude .latitude {
	white-space: nowrap;
}

/* This is used for the Geo microformat, but no style is needed for now other than .geo-dec. */
.geo { }

/***** end Geo-related */

/* When <div class="nonumtoc"> is used on the table of contents, the ToC will display without numbers */
.nonumtoc .tocnumber { display:none; }
.nonumtoc #toc ul,
.nonumtoc .toc ul {
	line-height: 1.5em;
	list-style: none;
	margin: .3em 0 0;
	padding: 0;
}
.nonumtoc #toc ul ul, 
.nonumtoc .toc ul ul { 
	margin: 0 0 0 2em; 
}

/* Allow limiting of which header levels are shown in a TOC; <div class="toclimit-3">, for
   instance, will limit to showing ==headings== and ===headings=== but no further (as long as
   there are no =headings= on the page, which there shouldn't be according to the MoS). */
.toclimit-2 .toclevel-2 {display:none;}
.toclimit-3 .toclevel-3 {display:none;}
.toclimit-4 .toclevel-4 {display:none;}
.toclimit-5 .toclevel-5 {display:none;}
.toclimit-6 .toclevel-6 {display:none;}
.toclimit-7 .toclevel-7 {display:none;}

/* Allow transcluded pages to display in lists rather than a table. Compatible in Firefox; incompatible in IE6. */
.listify td {display:list-item;}
.listify tr {display:block;}
.listify table {display:block;}

div.user-block {
	padding: 5px;
	border: 1px solid #a2a9b1;
	background-color: #fee7e6;
}
/* Prevent line breaks in silly places: 
   1) links when we don't want them to
   2) HTML formulae
   3) Ref tags with group names <ref group="Note"> --> "[Note 1]"
*/
.nowrap,
.nowraplinks a,
span.texhtml,
sup.reference a { white-space: nowrap; }

/* Contents of <math> tag should have an ltr layout */
span.texhtml {
	direction: ltr;
	unicode-bidi: isolate;
}

.thumbinner {
	min-width: 100px;
}

/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
th.mbox-text, td.mbox-text {     /* The message body cell(s) */
	border: none;
	padding: 0.25em 0.9em;       /* 0.9em left/right */
	width: 100%;    /* Make all mboxes the same width regardless of text length */
}
td.mbox-image {                  /* The left image cell */
	border: none; 
	padding: 2px 0.9em 2px 0px;    /* 0.9em right, 0px left */
	text-align: center; 
}
td.mbox-imageright {             /* The right image cell */
	border: none;
	padding: 2px 0px 2px 0.9em;    /* 0px left, 0.9em right */
	text-align: center; 
}
/* Reduce line-height for <sup> and <sub> */
sup, sub {
	line-height: 1em;
}

/* Selectively hide headers in WikiProject banners */
/* TemplateStyles */
.wpb .wpb-header {
	display: none;
}

.wpbs-inner .wpb .wpb-header {
	display: table-row;
}

.wpbs-inner .wpb-outside {
	display: none;             /* hide things that should only display outside shells */
}

/* Styling for Abuse Filter tags */
.mw-tag-markers {
	font-style:italic;
	font-size:90%;
}

/* Hide stuff meant for accounts with special permissions. Made visible again in
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-patroller.css]],
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],
   [[MediaWiki:Group-extendedconfirmed.css]], and [[Mediawiki:Group-autoconfirmed.css]]. */
.checkuser-show,
.sysop-show,
.patroller-show,
.templateeditor-show,
.extendedmover-show,
.extendedconfirmed-show,
.autoconfirmed-show,
.user-show {
	display: none;
}

/* Für <nowiki><hiero>…</hiero></nowiki> */ 
.mw-hierotable, .hierotable-mw, 
.mw-hierotable  th, .hierotable mw-th, 
.mw-hierotable  td, .hierotable mw-td { 
	border: 0px;
	padding: 0px;
}
/* With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class "urlexpansion"
   following the anchor A, the anchor itself now has class "external autonumber" and the
   expansion is inserted when printing (see the common printing style sheet at
   //en.wikipedia.org/w/skins/common/commonPrint.css) using the ":after" pseudo-
   element of CSS. We have to switch this off for links due to Template:Ref!
*/
.plainlinksneverexpand a.external.text:after {
	display: none !important;
}
.plainlinksneverexpand a.external.autonumber:after {
	display: none !important;
}
/* for Main Page */
.globegris {
	background: url(//upload.wikimedia.org/wikipedia/commons/1/10/Wikipedia-logo-v2-200px-transparent.png);
}
/* End */

.prefsection fieldset {
	float: right;
}

/* Small font-size for hidden categories */
#mw-hidden-catlinks { font-size: 87% !important; }

.listify {
	margin-left:0;
	margin-right:2em;
}
#wpFilterRules {
	direction: ltr;
}

/* این نیز باگ است که وقتی عنوان یک بخش انگلیسی است، فارسی درون خلاصهٔ ویرایش در تاریخچه به هم می‌ریزد */
.comment > span { unicode-bidi: normal; }

/* نمایش بهتر خلاصه ویرایش‌های خیلی طولانی */
.comment {
	overflow-wrap: break-word;
	word-break: break-word;
}

/* زیاد کردن اندازهٔ توضیحات صفحهٔ بارگذاری */
#wpUploadDescription {
	height: 25em;
}

/*ابزار پررنگ کنندهٔ نظرهای کاربر*/
.mycomment { background: #ff9; }

/* Pie chart test: Transparent borders */
.transborder {
	border: solid transparent;
}

/* Hide edittools base for those not using the gadget */
#mw-edittools-charinsert {
	display: none;
}

/* Category tree styling. Works in conjuction with [[MediaWiki:Categorytree-expand-bullet]],
   [[MediaWiki:Categorytree-collapse-bullet]] and [[MediaWiki:Categorytree-empty-bullet]]. */
#mw-subcategories ul {
	list-style: none none;
	margin-left: 0.25em;
}
.CategoryTreeChildren {
	margin-left: 1.25em;
}
.CategoryTreeToggle {
	color: #36c;
}
.CategoryTreeEmptyBullet {
	color: #c8ccd1;
}

/* توضیح به کاربران دربارهٔ صفحهٔ تمرین */
body.ns-2[class*="_صفحه_تمرین"] #firstHeading::after {
	color: #72777d;
	content: "توجه:این صفحه بخشی از دانشنامه نیست و صرفاً جهت ویرایش آزمایشی در ویکی‌پدیا کاربرد دارد.";
	float: left;
	width: 40%;
	font-size: 40%;
}

/*اصلاح اندازه فونت در تغییرات اخیر برای [ویرایش‌های در حال انتظار] برگرفته از ویکی‌روسی*/
.mw-fr-reviewlink, .fr-hist-basic-user, .fr-hist-basic-auto {
	font-weight: normal;
	font-size: smaller;
}

/* temporary fix for T86979 */
.ui-dialog { right: auto; }

/* Make it possible to hide checkboxes in <inputbox> */
.inputbox-hidecheckboxes form .inputbox-element {
	display: none !important;
}

/* این برچسپ بهتر است فقط برای Gadget-taghighlighter.css را فعال کرده اند دیده شوند */
.mw-tag-marker-نیازمند_بازبینی { display: none; }

/* Reduce page jumps by hiding collapsed/dismissed content */
.client-js .mw-special-Watchlist #watchlist-message {
	display: none;
}

/* کمی پیوند ایجاد مقاله بزرگتر شود که پس از حذف بیشتر استفاده شود */
.mw-warning-with-logexcerpt a[title="ویکی‌پدیا:ایجاد مقاله"] { font-size: 120%; font-weight: bold; }

/* Make the textarea pink when an admin is editing a protected page */
.mw-textarea-protected {
	background-color: #fee7e6;
}

/* Made diffs use Wikimedia UI color palette ([[phab:M82]]) */
td.diff-addedline {
	border-color: #36c;
}
td.diff-deletedline {
	border-color: #fc3;
}
td.diff-addedline .diffchange {
	background: #e9eef9;
}
td.diff-deletedline .diffchange {
	background: #fff4d6;
}

/* Spacing between the rows of navbox */
tr + tr > .navbox-abovebelow,
tr + tr > .navbox-group,
tr + tr > .navbox-image,
tr + tr > .navbox-list {    /* Borders above 2nd, 3rd, etc. rows */
	border-top: 2px solid #fdfdfd; /* Must match background color */
}
/* End of Spacing between the rows of navbox */

/* Color diff links */
.mw-diff-edit a {
	color: #2a4b8d;
}

.mw-diff-undo a, .mw-history-undo a, .mw-rollback-link a {
	color: #d33;
}

a.mw-thanks-thank-link {
	color: #14866d;
}

/* Make sure cite and dfn are not italicized thorugh the user agent stylesheet */
cite, dfn {
	font-style:inherit;
}

/* LTR citations should be listed LTR and be left-aligned, as is the case in Persian literature */
LI.mw-cite-dir-ltr {
	direction: ltr;
	margin-left: 2.3em;
	text-align: left;
	list-style-type: decimal !important;
}

/* However, sometimes users combine LTR and RTL refs and wrap the <references/> tag in a DIV that is LTR.
   In those cases, don't add a margin-left for the LI element, so the LTR and RTL numbersing are aligned. */
DIV.mw-content-ltr>OL>LI.mw-cite-dir-ltr {
	margin-left: 0;
}

/* OL with Persian alphabet used for its counter */
@counter-style persian-alpha {
	system: cyclic;
	symbols: "\627\644\641" "\628" "\67E" "\62A" "\62B" "\62C" "\684" "\62D" "\62E" "\62F" "\630" "\631" "\632" "\698" "\633" "\634" "\635" "\636" "\637" "\638" "\639" "\63A" "\641" "\642" "\6A9" "\6AB" "\644" "\645" "\646" "\648" "\6BE" "\6CC";
	suffix = " ";
}

.reflist-persian-alpha ol:lang( fa ) li {
	list-style-type: persian-alpha !important;
	direction: rtl;
	text-align: right;
	margin-left: 0;
}

/* Right margin for left-aligned tables */
table[align="left"] {
	margin-right: 1.2em;
}

/* Center aligning wikitables should be as easy as using align=center */
table.wikitable[align="center"] {
	margin-right: auto;
	margin-left: auto;
}

.mw-indicator, .mw-helplink, .mw-indicator-pp-default {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Temporary fix for Template:Allow_wrap until T283071 is fixed */
.wrap {
  white-space: normal;
}