میڈیاویکی:Common.css

آزاد دائرۃ المعارف، ویکیپیڈیا سے

تفصیل کے لیے کھولیں کے بٹن پر کلک کریں یاددہانی: محفوظ کرنے کے بعد تازہ ترین تبدیلیوں کو دیکھنے کے لیے آپ کو اپنے براؤزر کا کیش صاف کرنا ہوگا۔

  • فائرفاکس/ سفاری: جب Reload پر کلک کریں تو Shift دبا کر رکھیں، یا Ctrl-F5 یا Ctrl-R دبائیں (Mac پر R- )
  • گوگل کروم: Ctrl-Shift-R دبائیں (Mac پر Shift-R-⌘)
  • انٹرنیٹ ایکسپلورر: جب Refresh پر کلک کریں تو Ctrl یا Ctrl-F5 دبائیں
  • اوپیرا: Tools → Preferences میں جائیں اور کیش صاف کریں

/* Default font */
html,
body,
.mw-headline,
#firstHeading,
textarea,
.mw-body-content {
  font-family: "Jameel Noori Nastaleeq", "Mehr Nastaliq Web", "Alvi Lahori Nastaleeq", "Alvi Nastaleeq", "Nafees Nastaleeq", "Nafees Nastaleeq v1.01", "Pak Nastaleeq", "Urdu Emad Nastaleeq", "PDMS_Jauhar", "Urdu Typesetting", Nafees, IranNastaliq, Amiri, Georgia, "Times New Roman", Times, sans-serif;
}
#content {
  font-size: 100%;
}

textarea {
  font-size: 100%;
}

#wpSummary, #wpNewTitleMain {
  font-family: "Times New Roman", Arial, "Courier New", Georgia, sans-serif !important;
}

#p-lang .body, .uls-language-list {
  font-family: "DejaVu Sans", Arial, sans-serif !important;
}


i {
    font-family: "Jameel Noori Kasheeda", "Jameel Noori Nastaleeq", Amiri, Georgia, sans-serif !important;
    font-style: normal;
}

.mw-body .mw-editsection, .mw-body .mw-editsection-like {
    font-family: "Jameel Noori Nastaleeq", "Alvi Nastaleeq", "Times New Roman", Arial, "Courier New", Georgia, sans-serif !important;
}

div#content h2.flow-topic-title, div#content h2.flow-board-header-title {
    font-family: inherit;
}
    
/* Make sure cite and dfn are not italicized thorugh the user agent stylesheet */
cite, dfn {
    font-style: inherit;
}
sup, sub {
    line-height: 1em;     /* Reduce line-height for <sup> and <sub> */
}

/* Main page fixes */
#interwiki-completelist {
    font-weight: bold;
}

.page-Main_Page #ca-delete {
    display: none !important;
}

.page-Main_Page #mp-topbanner {
    clear: both;
}

body.page-صفحۂ_اول #firstHeading,body.page-صفحۂ_اول #siteSub {
	display:none;
	position: absolute;
	top: -5000px;
}

/* Main page Background */
.globegris {
  background-image: url("//upload.wikimedia.org/wikipedia/commons/1/10/Wikipedia-logo-v2-200px-transparent.png");
}

/* Edit window toolbar */
#toolbar {
    height: 22px;
    margin-bottom: 6px;
}

/* Make the list of references smaller */
ol.references,
div.reflist,
div.refbegin {
    font-size: 90%;            /* Default font-size */
    margin-bottom: 0.5em;
}
div.refbegin-100 {
    font-size: 100%;           /* Option for normal fontsize in {{refbegin}} */
}
div.reflist ol.references {
    font-size: 100%;           /* Reset font-size when nested in div.reflist */
    margin-bottom: 0;          /* Avoid double margin when nested in dev.reflist */
    list-style-type: inherit;  /* Enable custom list style types */
}

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

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

/* Allow hidden ref errors to be shown by user CSS */
span.brokenref {
    display: none;
}

/* Styling for citations (CSS3). Breaks long urls, etc., rather than overflowing box */
.citation {
    word-wrap: break-word;
}

/* Default styling for titles of works, styling for the title of an article
   within a periodical, or a contribution within a compilation. */
cite,
.citation cite.article,
.citation cite.contribution {
    font-style: inherit;
}

/* Styling for the title of any work within a citation,
   or specifically the title of a periodical. */
.citation cite,
.citation cite.periodical {
    font-style: italic;
}

/* 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 {
    .citation *.printonly {
        display: none;
    }
}

/**
 * Style for horizontal lists (separator following item).
 * @source https://www.mediawiki.org/wiki/Snippets/Horizontal_lists
 * @revision 7 (2015-11-12)
 * @author [[User:Edokter]]
 */
.hlist dl,
.hlist ol,
.hlist ul {
    margin: 0;
    padding: 0;
}

/* Display list items inline */
.hlist dd,
.hlist dt,
.hlist li {
    margin: 0;
    display: inline;
}

/* Display nested lists inline */
.hlist.inline,
.hlist.inline dl,
.hlist.inline ol,
.hlist.inline ul,
.hlist dl dl, .hlist dl ol, .hlist dl ul,
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist ul dl, .hlist ul ol, .hlist ul ul {
    display: inline;
}

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

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

.hlist dd:after,
.hlist li:after {
    content: " · ";
    font-weight: bold;
}

.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
    content: none;
}

/* for IE 8 */
.hlist dd.hlist-last-child:after,
.hlist dt.hlist-last-child:after,
.hlist li.hlist-last-child:after {
    content: none;
}
/* Add parens around nested lists */
.hlist dl dl dd:first-child:before,
.hlist ol ol li:first-child:before,
.hlist ul ul li:first-child:before {
    content: "(";
}
.hlist dl dl dd:last-child:after,
.hlist ol ol li:last-child:after,
.hlist ul ul li:last-child:after {
    content: ")";
    font-weight: normal;
}
/* For IE8 */
.hlist dl dl dd.hlist-last-child:after,
.hlist ol ol li.hlist-last-child:after,
.hlist ul ul li.hlist-last-child:after {
    content: ")";
    font-weight: normal;
}
/* Put numbers in ordered lists */
.hlist.hnum ol li {
    counter-increment: level1;
}
.hlist.hnum ol li:before {
    content: counter(level1) " ";
}
.hlist.hnum ol ol li {
    counter-increment: level2;
}
.hlist.hnum ol ol li:first-child:before {
    content: "(" counter(level2) " ";
}
.hlist.hnum ol ol li:before {
    content: counter(level2) " ";
}

/* Unbulleted lists */
.plainlist ul {
    line-height: inherit;
    list-style: none none;
    margin: 0;
}
.plainlist ul li {
    margin-bottom: 0;
}

/* Default style for navigation boxes */
.navbar {
display:inline;
font-size:88%;
font-weight:400
}

.navbar ul {
display:inline;
white-space:nowrap
}

.navbar li {
word-spacing:-.125em
}

.navbar.mini li span {
font-variant:small-caps
}

.navbox .navbar {
display:block;
font-size:100%
}

.navbox-title .navbar {
float:right;
text-align:right;
width:6em;
margin:0 -.5em 0 -6em
}

.navbox {
border:1px solid #027a7a;
clear:both;
font-size:90%;
margin:auto;
padding:0;
text-align:center;
width:100%
}

table.navbox + table.navbox {
margin-top:-1px
}

.navbox-title,.navbox-abovebelow,.navbox th {
text-align:center;
padding-left:1em;
padding-right:1em;
background-color:#ccf
}

@media print{
.navbox {
display:none
}
}

th.navbox-group {
text-align:right;
font-weight:700;
padding-left:1em;
padding-right:1em;
white-space:nowrap
}

.navbox,.navbox-subgroup {
background:#f9f9f9
}

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

.navbox-list {
border-color:#f9f9f9
}

.navbox-title,.navbox th {
background:#ccf
}

.navbox-abovebelow,th.navbox-group,.navbox-subgroup .navbox-title {
background:#ddf
}

.navbox-subgroup .navbox-group,.navbox-subgroup .navbox-abovebelow {
background:#ddf
}

.navbox-even {
background:#f5f5f5
}

.navbox-odd {
background:#fdfdfd
}

.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:.125em
}

.navbox .hlist dd,.navbox .hlist dt,.navbox .hlist li {
white-space:nowrap;
white-space:normal !ie
}

.navbox .hlist dd dl,.navbox .hlist dt dl,.navbox .hlist li ol,.navbox .hlist li ul {
white-space:normal
}

ol + table.navbox,ul + table.navbox {
margin-top:.5em
}

.hlist li {
white-space:normal!important
}

.ns--1 .hlist li {
padding-left:4px!important
}

/*تنسيق زر القائمة المنسدلة في صناديق التصفح*/
.collapseButton {
  float: left;
}

.navbox-list .collapseButton {
  margin-left: -3px;
}

.collapseButton a {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding-right: 222px;
  margin-right: -222px;
  font-family: arial !important;
  text-align: left;
  font-size: 85%;
  color: #5a5a5a;
}

.mw-collapsible-toggle {
font-weight:400;
text-align:right
}

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

/* Infobox template style */
.infobox {
    border: 1px solid #a2a9b1;
    border-radius: 5px;
    background-color: #f9f9f9;
    color: black;
    margin: 0.5em 1em 0.5em 0;
    padding: 0.2em;
    /* @noflip */
    float: left;
    /* @noflip */
    clear: left;
    text-align: right;
    font-size: 88%;
    line-height: 1.5em;
}
.infobox caption {
    font-size: 125%;
    font-weight: bold;
}
.infobox td,
.infobox th {
    vertical-align: top;
}
.infobox.bordered {
    border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
    border: 1px solid #a2a9b1;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
    border: 0;
}

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

.infobox.standard-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
}
.infobox.standard-talk.bordered td,
.infobox.standard-talk.bordered th {
    border: 1px solid #c0c090;
}

/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
    border: 0;
    border-top: 1px solid #a2a9b1;
    border-right: 1px solid #a2a9b1;
}

.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
    border: 0;
    border-right: 1px solid #a2a9b1;
}

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

.infobox.geography  td,
.infobox.geography  th {
    border-top: 1px solid #a2a9b1;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
    border-top: 1px solid #a2a9b1;
    padding: 0.4em 0.6em 0.2em 0.6em;
}

.infobox.geography .mergedrow td,
.infobox.geography .mergedrow th {
    border: 0;
    padding: 0 0.6em 0.2em 0.6em;
}

.infobox.geography .mergedbottomrow td,
.infobox.geography .mergedbottomrow th {
    border-top: 0;
    border-bottom: 1px solid #a2a9b1;
    padding: 0 0.6em 0.4em 0.6em;
}

.infobox.geography .maptable td,
.infobox.geography .maptable th {
    border: 0;
    padding: 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 */
.toc.hlist ul,
#toc.hlist ul,
.wikitable.hlist td ul,
.wikitable.hlist td ol,
.wikitable.hlist td dl {
    text-align: inherit;
}

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

/* Style rules for media list templates */
div.medialist {
    min-height: 50px;
    margin: 1em;
    /* @noflip */
    background-position: top left;
    background-repeat: no-repeat;
}
div.medialist ul {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
}
div.medialist ul li {
    padding-bottom: 0.5em;
}
div.medialist ul li li {
    font-size: 91%;
    padding-bottom: 0;
}

/* Content in columns with CSS instead of tables [[Template:Columns]] */
div.columns-2 div.column {
    /* @noflip */
    float: left;
    width: 50%;
    min-width: 300px;
}
div.columns-3 div.column {
    /* @noflip */
    float: left;
    width: 33.3%;
    min-width: 200px;
}
div.columns-4 div.column {
    /* @noflip */
    float: left;
    width: 25%;
    min-width: 150px;
}
div.columns-5 div.column {
    /* @noflip */
    float: left;
    width: 20%;
    min-width: 120px;
}

/* Messagebox templates */
.messagebox {
    border: 1px solid #a2a9b1;
    background-color: #f9f9f9;
    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;
    margin: 4px auto;
}
/* For old WikiProject banners inside banner shells. */
.mbox-inside .standard-talk,
.messagebox.nested-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    width: 100%;
    margin: 2px 0;
    padding: 2px;
}
.messagebox.small {
    width: 238px;
    font-size: 85%;
    /* @noflip */
    float: right;
    clear: both;
    /* @noflip */
    margin: 0 0 1em 1em;
    line-height: 1.25em;
}
.messagebox.small-talk {
    width: 238px;
    font-size: 85%;
    /* @noflip */
    float: right;
    clear: both;
    /* @noflip */
    margin: 0 0 1em 1em;
    line-height: 1.25em;
    background: #F8EABA;
}

/* Messagebox templates */
.messagebox {
    border: 1px solid #a2a9b1;
    background-color: #f9f9f9;
    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%;
    float: left;
    clear: both;
    margin: 0 0 1em 1em;
    line-height: 1.25em;
}
.messagebox.small-talk {
    width: 238px;
    font-size: 85%;
    float: left;
    clear: both;
    margin: 0 0 1em 1em;
    line-height: 1.25em;
    background: #F8EABA;
}

/* 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.9em 2px 0;  /* 0.9em left, 0px right */
    text-align: center;
}
td.mbox-imageright {           /* The right image cell */
    border: none;
    /* @noflip */
    padding: 2px 0 2px 0.9em;  /* 0px left, 0.9em right */
    text-align: center;
}
td.mbox-empty-cell {           /* An empty narrow cell */
    border: none;
    padding: 0px;
    width: 1px;
}

/* Article message box styles */
table.ambox {
    margin: 0px 10%;                  /* 10% = Will not overlap with other elements */
    border: 1px solid #a2a9b1;
    /* @noflip */
    border-right: 10px solid #1e90ff;  /* Default "notice" blue */
    background: #fbfbfb;
}
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 */
    /* @noflip */
    padding: 2px 0.5em 2px 0;    /* 0.5em left, 0px right */
}
.ambox td.mbox-imageright {      /* The right image cell */
    /* @noflip */
    padding: 2px 0 2px 0.5em;    /* 0px left, 0.5em right */
}

table.ambox-notice {
    /* @noflip */
    border-right: 10px solid #1e90ff;    /* Blue */
}
table.ambox-speedy {
    /* @noflip */
    border-left: 10px solid #b22222;    /* Red */
    background: #fee;                   /* Pink */
}
table.ambox-delete {
    /* @noflip */
    border-left: 10px solid #b22222;    /* Red */
}
table.ambox-content {
    /* @noflip */
    border-left: 10px solid #f28500;    /* Orange */
}
table.ambox-style {
    /* @noflip */
    border-left: 10px solid #f4c430;    /* Yellow */
}
table.ambox-move {
    /* @noflip */
    border-left: 10px solid #9932cc;    /* Purple */
}
table.ambox-protection {
    /* @noflip */
    border-left: 10px solid #bba;       /* Gray-gold */
}

/* Image message box styles */
table.imbox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 3px solid #1e90ff;    /* Default "notice" blue */
    background: #fbfbfb;
}
.imbox .mbox-text .imbox {  /* For imboxes inside imbox-text cells. */
    margin: 0 -0.5em;       /* 0.9 - 0.5 = 0.4em left/right.        */
    display: block;         /* Fix for webkit to force 100% width.  */
}
.mbox-inside .imbox {       /* For imboxes inside other templates.  */
    margin: 4px;
}

table.imbox-notice {
    border: 3px solid #1e90ff;    /* Blue */
}
table.imbox-speedy {
    border: 3px solid #b22222;    /* Red */
    background: #fee;             /* Pink */
}
table.imbox-delete {
    border: 3px solid #b22222;    /* Red */
}
table.imbox-content {
    border: 3px solid #f28500;    /* Orange */
}
table.imbox-style {
    border: 3px solid #f4c430;    /* Yellow */
}
table.imbox-move {
    border: 3px solid #9932cc;    /* Purple */
}
table.imbox-protection {
    border: 3px solid #bba;       /* Gray-gold */
}
table.imbox-license {
    border: 3px solid #88a;       /* Dark gray */
    background: #f7f8ff;          /* Light gray */
}
table.imbox-featured {
    border: 3px solid #cba135;    /* Brown-gold */
}

/* Category message box styles */
table.cmbox {
    margin: 3px 10%;
    border-collapse: collapse;
    border: 1px solid #a2a9b1;
    background: #DFE8FF;    /* Default "notice" blue */
}

table.cmbox-notice {
    background: #D8E8FF;    /* Blue */
}
table.cmbox-speedy {
    margin-top: 4px;
    margin-bottom: 4px;
    border: 4px solid #b22222;    /* Red */
    background: #FFDBDB;          /* Pink */
}
table.cmbox-delete {
    background: #FFDBDB;    /* Red */
}
table.cmbox-content {
    background: #FFE7CE;    /* Orange */
}
table.cmbox-style {
    background: #FFF9DB;    /* Yellow */
}
table.cmbox-move {
    background: #E4D8FF;    /* Purple */
}
table.cmbox-protection {
    background: #EFEFE1;    /* Gray-gold */
}

/* Other pages message box styles */
table.ombox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 1px solid #a2a9b1;       /* Default "notice" gray */
    background: #f9f9f9;
}

table.ombox-notice {
    border: 1px solid #a2a9b1;       /* Gray */
}
table.ombox-speedy {
    border: 2px solid #b22222;    /* Red */
    background: #fee;             /* Pink */
}
table.ombox-delete {
    border: 2px solid #b22222;    /* Red */
}
table.ombox-content {
    border: 1px solid #f28500;    /* Orange */
}
table.ombox-style {
    border: 1px solid #f4c430;    /* Yellow */
}
table.ombox-move {
    border: 1px solid #9932cc;    /* Purple */
}
table.ombox-protection {
    border: 2px solid #bba;       /* Gray-gold */
}

/* Talk page message box styles */
table.tmbox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 1px solid #c0c090;    /* Default "notice" gray-brown */
    background: #f8eaba;
}
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */
    margin: 2px 0;               /* this declaration overrides other styles (including mbox-small above)   */
    width: 100%;                 /* For Safari and Opera */
}
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
    line-height: 1.5em;          /* also "nested", so reset styles that are   */
    font-size: 100%;             /* set in "mbox-small" above.                */
}

table.tmbox-speedy {
    border: 2px solid #b22222;    /* Red */
    background: #fee;             /* Pink */
}
table.tmbox-delete {
    border: 2px solid #b22222;    /* Red */
}
table.tmbox-content {
    border: 2px solid #f28500;    /* Orange */
}
table.tmbox-style {
    border: 2px solid #f4c430;    /* Yellow */
}
table.tmbox-move {
    border: 2px solid #9932cc;    /* Purple */
}
table.tmbox-protection,
table.tmbox-notice {
    border: 1px solid #c0c090;    /* Gray-brown */
}

/* Disambig and set index box styles */
table.dmbox {
    clear: both;
    margin: 0.9em 1em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: transparent;
}

/* Footer and header message box styles */
table.fmbox {
    clear: both;
    margin: 0.2em 0;
    width: 100%;
    border: 1px solid #a2a9b1;
    background: #f9f9f9;     /* Default "system" gray */
}
table.fmbox-system {
    background: #f9f9f9;
}
table.fmbox-warning {
    border: 1px solid #bb7070;  /* Dark pink */
    background: #ffdbdb;        /* 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 #bb7070;
    background: #ffdbdb;
    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: #f9f9f9;
    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. */
body.mediawiki table.mbox-small {   /* For the "small=yes" option. */
    /* @noflip */
    clear: left;
    /* @noflip */
    float: left;
    /* @noflip */
    margin: 4px 1em 4px 0;
    width: 238px;
    font-size: 88%;
    line-height: 1.25em;
}
body.mediawiki table.mbox-small-left {   /* For the "small=left" option. */
    /* @noflip */
    margin: 4px 1em 4px 0;
    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;
}
/* Remove borders, backgrounds, padding, etc. */
.compact-ambox table.ambox {
    border: none;
    border-collapse: collapse;
    background: transparent;
    margin: 0 0 0 1.6em !important;
    padding: 0 !important;
    width: auto;
    display: block;
}
body.mediawiki .compact-ambox table.mbox-small-left {
    font-size: 100%;
    width: auto;
    margin: 0;
}
/* Style the text cell as a list item and remove its padding */
.compact-ambox table .mbox-text {
    padding: 0 !important;
    margin: 0 !important;
}
.compact-ambox table .mbox-text-span {
    display: list-item;
    line-height: 1.5em;
    list-style-type: square;
    list-style-image: url(/w/skins/MonoBook/bullet.gif);
}
.skin-vector .compact-ambox table .mbox-text-span {
    list-style-type: disc;
    list-style-image: url(/w/skins/Vector/images/bullet-icon.svg);
    list-style-image: url(/w/skins/Vector/images/bullet-icon.png)\9;
}
/* Allow for hiding text in compact form */
.compact-ambox .hide-when-compact {
    display: none;
}

/* برائے سانچہ:إعلام */
.إعلام {
font-size: 110% !important;
background-color:#F9F9F9;
border:solid 1px silver;
overflow-x:auto;
}
.إعلام{
padding:3px 5px!important;margin:2px 0;
}
.إعلام small {
font-size:100%!important;
}

.إعلام img {
max-width:25px!important;
max-height:25px!important;
}

.إعلام>.صورة {
padding:5px 1px 5px 3px;
}

.إعلام:empty {
display:none;
}

/* Remove default styles for [[MediaWiki:Noarticletext]]. */
div.noarticletext {
    border: none;
    background: transparent;
    padding: 0;
}

/* Bold save button */
#wpSave {
    font-weight: bold;
}

/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */
.hiddenStructure {
    display: inline ! important;
    color: #f00;
    background-color: #0f0;
}

/* suppress missing interwiki image links where #ifexist cannot
   be used due to high number of requests see .hidden-redlink on
   [[m:MediaWiki:Common.css]]
*/
.check-icon a.new {
    display: none;
    speak: none;
}

/* Removes underlines from certain links */
.nounderlines a,
.IPA a:link, .IPA a:visited {
    text-decoration: none !important;
}

/* Standard Navigationsleisten, aka box hiding thingy
   from .de.  Documentation at [[Wikipedia:NavFrame]]. */
div.NavFrame {
    margin: 0;
    padding: 4px;
    border: 1px solid #a2a9b1;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
}
div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic {
    background-color: #fff;
    margin: 0;
    padding: 2px;
    /* @noflip */
    float: left;
}
div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    background-color: #ccf;
    position: relative;
}
div.NavFrame p,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent p {
    font-size: 100%;
}
div.NavEnd {
    margin: 0;
    padding: 0;
    line-height: 1px;
    clear: both;
}
a.NavToggle {
    position: absolute;
    top: 0;
    /* @noflip */
    left: 3px;
    font-weight: normal;
    font-size: 90%;
}

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

/* 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; }

/* Geographical coordinates defaults. See [[Template:Coord/link]]
   for how these are used. The classes "geo", "longitude", and
   "latitude" are used by the [[Geo microformat]].
 */
.geo-default, .geo-dms, .geo-dec  { display: inline; }
.geo-nondefault, .geo-multi-punct { display: none; }
.longitude, .latitude             { white-space: nowrap; }

/* 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 {
    /* @noflip */
    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-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
    display: none;
}

/* Styling for Template:Quote */
blockquote.templatequote {
     margin-top: 0;
}
blockquote.templatequote div.templatequotecite {
    line-height: 1em;
    /* @noflip */
    text-align: right;
    /* @noflip */
    padding-left: 2em;
    margin-top: 0;
}
blockquote.templatequote div.templatequotecite cite {
    font-size: 85%;
}

/* User block messages */
div.user-block {
    padding: 5px;
    margin-bottom: 0.5em;
    border: 1px solid #A9A9A9;
    background-color: #FFEFD5;
}

/* Prevent line breaks in silly places:
   1) Where desired
   2) Links when we don't want them to
   3) Bold "links" to the page itself
   4) HTML formulae
   5) Ref tags with group names <ref group="Note">--> "[Note 1]"
*/
.nowrap,
.nowraplinks a,
.nowraplinks .selflink,
span.texhtml,
sup.reference a {
    white-space: nowrap;
}

/* For template documentation */
.template-documentation {
    clear: both;
    margin: 1em 0 0 0;
    border: 1px solid #a2a9b1;
    background-color: #ecfcf4;
    padding: 1em;
}

/* Inline divs in ImageMaps (code borrowed from de.wiki) */
.imagemap-inline div {
    display: inline;
}

/* Increase the height of the image upload box */
#wpUploadDescription {
    height: 13em;
}

/* Minimum thumb width */
figure[typeof~='mw:File/Thumb'],
figure[typeof~='mw:File/Frame'],
.thumbinner {
    min-width: 100px;
}

/* The backgrounds for galleries. */
div#content .gallerybox div.thumb {
    /* Light gray padding */
    background-color: #F9F9F9;
}
/* 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: #fff;
}

/* Prevent floating boxes from overlapping any category listings,
   file histories, edit previews, and edit [Show changes] views */
#mw-subcategories, #mw-pages, #mw-category-media,
#filehistory, #wikiPreview, #wikiDiff {
    clear: both;
}

/* Nombre de caractères modifiés dans les modifications récentes et la liste de suivi. */

.mw-plusminus-pos {
	color: #00B000;
}

.mw-plusminus-neg {
	color: #FF2050;
}

.mw-plusminus-null {
	color: #999;
}

/* Aspect des tags de filtrage dans les modifications récentes. */

.mw-tag-markers {
	font-family: "Jameel Noori Nastaleeq", sans-serif;
	font-style: italic;
	font-size: 90%;
}

/* Aspect des tags de filtrage dans les modifications récentes. */

.mw-tag-markers {
	font-family: "Jameel Noori Nastaleeq", sans-serif;
;
	font-style: italic;
	font-size: 90%;
}
.mw-special-Watchlist strong.mw-watched a {
    font-weight: normal;
}

/* Selectively hide headers in WikiProject banners */
.wpb .wpb-header             { display: none; }
.wpbs-inner .wpb .wpb-header { display: block; }     /* for IE */
.wpbs-inner .wpb .wpb-header { display: table-row; } /* for real browsers */
.wpbs-inner .wpb-outside     { display: none; }      /* hide things that should only display outside shells */

/* Styling for Abuse Filter tags */
.mw-tag-markers {
    font-family: "Jameel Noori Kasheeda", "Jameel Noori Nastaleeq", Amiri, sans-serif !important;
    font-style: normal;
    font-size: 90%;
}

/* Styling for recreated pages filter */
.mw-tag-marker-باز_تخلیق_حذف_شدہ_صفحہ {
	background-color: black !important;
	color: white;
}

/* Hide stuff meant for accounts with special permissions. Made visible again in [[MediaWiki:Group-sysop.css]] and [[MediaWiki:Group-accountcreator.css]]. */
.sysop-show, .accountcreator-show {
    display: none;
}

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

/* No linewrap on the labels of the login/signup page */
body.page-Special_UserLogin .mw-label label,
body.page-Special_UserLogin_signup .mw-label label { white-space : nowrap; }

/* Disable the automatic text-size adjust of WebKit on iPhones etc.
   It scales some text, and not the other. Use none, or fixed percentage instead.
   Use media selector, because defining a value, overwrites platform defaults. */
@media only screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: none;
    }
}

/* Pie chart test: Transparent borders */
.transborder {
    border: solid transparent;
}
* html .transborder {  /* IE6 */
    border: solid #000001;
    filter: chroma(color=#000001);
}

/* Fix so <syntaxhighlight> tags and .css and .js pages get normal text size.
   [[Bugzilla:26204]] */
div.mw-geshi div,
div.mw-geshi div pre,
span.mw-geshi,
pre.source-css,
pre.source-javascript {
    font-family: "Jameel Noori Nastaleeq", sans-serif, Courier !important;
}

/* Fix styling of transcluded prefindex tables */
table#mw-prefixindex-list-table,
table#mw-prefixindex-nav-table {
    width: 98%;
}

/* BREADCRUMB CODE FOR THE ACCOUNT CREATION PROCESS */

.breadcrumb {
    list-style: none;
    overflow: hidden;
    font: 14px Helvetica, Arial, Sans-Serif;
}
.breadcrumb li {
    float: left;
    margin-bottom: 0;
}
.breadcrumb li a {
    color: white;
    text-decoration: none;
    padding: 10px 0 10px 45px;
    position: relative;
    display: block;
    float: left;
}
.breadcrumb li a:after,
.breadcrumb li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}
.breadcrumb li a:before {
    border-left: 31px solid white;
    margin-left: 1px;
    z-index: 1;
}
.breadcrumb li:first-child a {
    padding-left: 20px;
}
.currentcrumb a {
    background: #069;
}
.currentcrumb a:after {
    border-left: 30px solid #069;
}
.currentcrumb a:hover, .prevcrumb a:hover, .nextcrumb a:hover {
    background: #002d44;
}
.currentcrumb a:hover:after, .prevcrumb a:hover:after, .nextcrumb a:hover:after {
    border-left-color: #002d44 !important;
}
.prevcrumb a {
    background: #396;
}
.prevcrumb a:after {
    border-left: 30px solid #396;
}
.nextcrumb a {
    background: #999;
}
.nextcrumb a:after {
    border-left: 30px solid #999;
}

/* Makes it possible for the boxes in the Account Creation Process to overlap */
#userlogin {
    margin: 0;
    width: 90% !important;
    max-width: 100% !important;
    padding: 1.5em;
    padding-top: 0.75em !important;
    border: 0;
    -moz-box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.35);
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: white;
    background: #fff;
    background: -moz-linear-gradient(bottom, #fff 90%, #F5F5F5 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(90%,#fff), color-stop(100%,#F5F5F5));
    background: -webkit-linear-gradient(bottom, #fff 90%,#F5F5F5 100%);
    background: -o-linear-gradient(bottom, #fff 90%,#F5F5F5 100%);
    background: -ms-linear-gradient(bottom, #fff 90%,#F5F5F5 100%);
    background: linear-gradient(bottom, #fff 90%,#fff 100%);
}

/* Hides the longer title for the listed pages */
body.page-MediaWiki:Customusertemplate-ACP1-Fancycaptcha-createaccount #firstHeading,
body.page-MediaWiki:Customusertemplate-ACP1-Welcomecreation #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Welcomecreation #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_History_Copyediting #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Which_skills_do_you_have_to_offer #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Geography_Copyediting #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Technology_Organizing #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Technology_Searching_the_web #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Technology_Research_Writing #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Technology_Copyediting #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Biology_Organizing #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Biology_Searching_the_web #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Biology_Research_Writing #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Biology_Copyediting #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_History_Organizing #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_History_Searching_the_web #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_History_Research_Writing #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Arts_Organizing #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Arts_Searching_the_web #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Arts_Research_Writing #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Arts_Copyediting #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Mathematics_Organizing #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Mathematics_Searching_the_web #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Mathematics_Research_Writing #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Mathematics_Copyediting #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Geography_Organizing #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Geography_Searching_the_web #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Geography_Research_Writing #firstHeading {
    display: none !important;
}

/* For portals, added 2011-12-07 -bv */
/* On wide screens, show these as two columns */
/* On narrow and mobile screens, let them collapse into a single column */
.portal-column-left {
    float: left;
    width: 50%;
}
.portal-column-right {
    float: right;
    width: 49%;
}
.portal-column-left-wide {
    float: left;
    width: 60%;
}
.portal-column-right-narrow {
    float: right;
    width: 39%;
}
.portal-column-left-extra-wide {
    float: left;
    width: 70%;
}
.portal-column-right-extra-narrow {
    float: right;
    width: 29%;
}
@media only screen and (max-width: 800px) {
    /* Decouple the columns on narrow screens */
    .portal-column-left,
    .portal-column-right,
    .portal-column-left-wide,
    .portal-column-right-narrow,
    .portal-column-left-extra-wide,
    .portal-column-right-extra-narrow {
        float: inherit;
        width: inherit;
    }
}

/* For announcements */
#bodyContent .letterhead {
    background-image:url('//upload.wikimedia.org/wikipedia/commons/e/e0/Tan-page-corner.png');
    background-repeat:no-repeat;
    padding: 2em;
    background-color: #faf9f2;
}

/* [[سانچہ:عربی متن آغاز]] */
.ArabicText
{
	font-family: Amiri, "Traditional Arabic Bold", "Traditional Arabic Bold Unicode", "Traditional Arabic", "Trad Arabic Bold Unicode", "Arabic Transparent", "DejaVu Sans", Tahoma, "Arial Unicode MS", Code2000 !important;
	font-size: 80% !important;
}

/* Tabber and welcome box CSS provided by Zakariya from Arabic Wikipedia */
/* [[سانچہ:خوش آمدید]] */

div.horizTabBox ul.tabbernav li a {
 background-color:#3eb2c9;
 color:white;
 margin-left:10px;
 padding-right:1em;
 padding-left:1em;
 -moz-border-radius:.1em;
 -webkit-border-radius:.1em;
 border-radius:.1em;
 -moz-box-shadow:2px 2px 10px gray inset;
 -webkit-box-shadow:2px 2px 10px gray inset;
 box-shadow:2px 2px 10px gray inset;
}

div.horizTabBox ul.tabbernav li.tabberactive a
{
 background-color:#3eb2c9;
 margin-left:10px;
  -moz-border-radius:.1em;
 -webkit-border-radius:.1em;
 border-radius:.1em;
 color:black;
}
div.horizTabBox .tabbertab
{
padding:1em;
}
div.horizTabBox ul.tabbernav li a:hover
{
 color:white;
 background:#49D0EB;
}

div.horizTabBox ul.tabbernav li.tabberactive a:hover
{
 color: #000;

}
div.horizTabBox {
 width:100%;
 text-align:right;
 margin-right:auto;
 margin-left:auto;
}

div.pictChanger ul.tabbernav {line-height: 2.4;}
div.pictChanger ul.tabbernav li a {border: transparent 1px solid}
div.pictChanger {width:400px;}
div.pictChanger div.tabbertab {text-align:right;}

div.tabberNoBorder div.tabbertab,
div.tabberNoBorder ul.tabbernav {
    border: none;
}

.tabberlive .tabbertabhide {
 display:none;
}

.tabber {
}
.tabberlive {
 margin-top:.1em;
}

ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 font: bold 15px sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.1em;
 margin-right: 3px;
 -moz-border-radius:.1em;
 -webkit-border-radius:.1em;
 border-radius:.1em;
 background: transparent;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: transparent;
 -moz-border-radius:.1em;
 -webkit-border-radius:.1em;
 border-radius:.1em;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
}

.tabberlive .tabbertab {
 padding:1em;
 border:1px solid transparent;
 border-top:0;
}

.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
/* [[سانچہ:خانہ ابواب]] */
#bandeau-portail {
  border: solid #AAAAAA 1px;
  padding: 4px;
  background-color: #F9F9F9;
  text-align: center;
  margin-top: 1em;
  margin-right: 0;
  clear: both;
  width: 98.8%;
}

#liste-portail {
  padding: 4px;
  margin-right: 0;
  clear: both;
  text-align: center;
  width: 98.8%;
}

#liste-portail li {display: inline}
#bandeau-portail li {display: inline}
.bandeau-portail-element {white-space: nowrap; margin: auto 1.5em}
.bandeau-portail-icone {margin-left: 0.5em}
.bandeau-portail-texte {font-weight: bold}

/* add horizontal scrollbar to "pre" elements */
pre {
     overflow-x: auto;
}
/*[[سانچہ:لوحات]]*/
.mbBouton {
  background-color: #ddddff; /* 4 */
  border: 0.15em solid #000000;
  border-color: #eaeaff #eaeaff #9f9fff #c4c4ff;  /* 5 3 2 5 */
  border-radius: .2em 0em 0em .2em;
  cursor:pointer;
  display: inline;
  margin-left: 0.1em;
  padding: 0.2em 0.3em 0.2em 0.3em;
  position: relative;}

.mbBouton a,
.mbBouton strong {
  background: none !important;
  color:#8080ff !important;  /* 1 */
  font-size: 90%;
  font-weight: bold;
  padding: 0 !important;
  text-decoration: none !important;}

.mbBouton a:hover,
.mbBouton strong:hover {
  color: black !important;
  text-decoration: underline !important;}

.mbBoutonSel {
  background-color: #9f9fff; /* 2 */
  border: 0.15em solid #000000;
  border-color: #c4c4ff #c4c4ff #9f9fff #8080ff;  /* 3 1 2 3 */
  border-radius: .2em 0em 0em .2em;
  cursor: default;
  display: inline;
  margin-right: 0.1em;
  padding: 0.2em 0.3em 0.2em 0.3em;
  position: relative;
  color:white;}

.mbBoutonSel a {
  background: none !important;
  color:white !important;
  cursor: default;
  font-size: 90%;
  font-weight: bold;
  padding: 0 !important;
  text-decoration: none !important;}

.mbContenu {
  background-color: #f8f8ff;
  border: 0.2em solid #9f9fff; /* 2 */
  border-color: #9f9fff #9f9fff #8080ff #8080ff ; /* 2 1 1 2 */
  border-radius: 0em 0em .2em .2em;
  padding: 1em;
  position: static;  }

.mbOnglet {
  background-color: #f8f8ff;
  border-color: #8080ff #8080ff #c4c4ff #c4c4ff; /* 1 3 3 1 */  width: 100%;
}

/* Configuration du Lilas 1;7050a0 2;9070c0 3;b090e0 4;d0b0ff 5;f0d0ff */

.mbLilas .mbBouton {
 background-color: #d0b0ff; /* 4 */
 border-color: #f0d0ff #f0d0ff #9070c0 #b090e0;  /* 5 3 2 5 */}

.mbLilas .mbBouton a,
.mbLilas .mbBouton strong {
  color:#8080ff !important;  /* 1 */
  font-size:90%}

.mbLilas .mbBouton a:hover,
.mbLilas .mbBouton strong:hover {
  color: black !important;
  text-decoration: underline;}

.mbLilas .mbBoutonSel {
  background-color: #9070c0; /* 2 */
  border-color: #b090e0 #b090e0 #9070c0 #7050a0;  /* 3 1 2 3 */}

.mbLilas .mbContenu {
  background-color: #f5fffa;
  border-color: #9070c0 #9070c0 #7050a0 #7050a0; /* 2 1 1 2 */}

.mbLilas .mbOnglet {
  background-color: #f5fffa;
  border-color: #7050a0 #7050a0 #b090e0  #b090e0; /* 1 3 3 1 */}

/* Configuration du Vert 1;60b030 2;75c045 3;90d060 4;a5e085 5;c0f090 */

.mbVert .mbBouton {
 background-color: #a5e085; /* 4 */
 border-color: #c0f090 #c0f090 #90d060 #75c045;  /* 5 3 2 5 */}

.mbVert .mbBouton a,
.mbVert .mbBouton strong {
  color:#60b030 !important;  /* 1 */
  font-size:90%}

.mbVert .mbBouton a:hover,
.mbVert .mbBouton strong:hover {
  color: black !important;
  text-decoration: underline;}

.mbVert .mbBoutonSel {
  background-color: #75c045; /* 2 */
  border-color: #90d060 #90d060 #75c045 #60b030;  /* 3 1 2 3 */}

.mbVert .mbContenu {
  background-color: #f5fffa;
  border-color: #75c045 #75c045 #60b030 #60b030; /* 2 1 1 2 */}

.mbVert .mbOnglet {
  background-color: #f5fffa;
  border-color: #60b030 #60b030 #90d060 #90d060; /* 1 3 3 1 */}

/* Configuration du Bleu 1;3379de 2;5b8dd6 3;88abde 4;a7c1e6 5;c8d6e9 */

.mbBleu .mbBouton {
 background-color: #a7c1e6; /* 4 */
 border-color: #c8d6e9 #c8d6e9  #5b8dd6 #88abde;  /* 5 3 2 5 */}

.mbBleu .mbBouton a,
.mbBleu .mbBouton strong {
  color:#3379de !important;  /* 1 */
  font-size:90%}

.mbBleu .mbBouton a:hover
.mbBleu .mbBouton strong:hover {
  color: black !important;
  text-decoration: underline;}

.mbBleu .mbBoutonSel {
  background-color: #5b8dd6; /* 2 */
  border-color: #88abde #88abde #5b8dd6 #3379de;  /* 3 1 2 3 */}

.mbBleu .mbContenu {
  background-color: #ffffff;
  border-color: #5b8dd6 #5b8dd6 #3379de #3379de; /* 2 1 1 2 */}

.mbBleu .mbOnglet {
  background-color: #ffffff;
  border-color: #3379de #88abde #88abde #3379de; /* 1 3 3 1 */}

/* Configuration du Orange 1;ff820e 2;ff9d42 3;ffac5d 4;ffbd7f 5;ffd0a4 6;ffeedd */

.mbOrange .mbBouton {
 background-color: #ffbd7f; /* 4 */
 border-color: #ffd0a4 #ffd0a4 #ff9d42 #ffac5d;  /* 5 3 2 5 */}

.mbOrange .mbBouton a,
.mbOrange .mbBouton strong {
  color:#ff820e !important;  /* 1 */
  font-size:90%}

.mbOrange .mbBouton a:hover
.mbOrange .mbBouton strong:hover {
  color: black !important;
  text-decoration: underline;}

.mbOrange .mbBoutonSel {
  background-color: #ff9d42; /* 2 */
  border-color: #ffac5d #ffac5d #ff9d42 #ff820e;  /* 3 1 2 3 */}

.mbOrange .mbContenu {
  background-color: #ffeedd; /* 6 */
  border-color: #ff9d42 #ff9d42 #ff820e #ff820e; /* 2 1 1 2 */}

.mbOrange .mbOnglet {
  background-color: #ffeedd; /* 6 */
  border-color: #ff820e #ff820e #ffac5d #ffac5d; /* 1 3 3 1 */}

/* Configuration du Gris 1;666666 2;868686 3;9f9f9f 4;b9b9b9 5;cfcfcf */

.mbGris .mbBouton {
 background-color: #b9b9b9; /* 4 */
 border-color: #cfcfcf #cfcfcf #868686 #9f9f9f;  /* 5 3 2 5 */}

.mbGris .mbBouton a,
.mbGris .mbBouton strong {
  color:#666666 !important;  /* 1 */
  font-size:90%}

.mbGris .mbBouton a:hover
.mbGris .mbBouton strong:hover {
  color: black !important;
  text-decoration: underline;}

.mbGris .mbBoutonSel {
  background-color: #868686; /* 2 */
  border-color: #9f9f9f #9f9f9f #868686 #666666;  /* 3 1 2 3 */}

.mbGris .mbContenu {
  background-color: #fffce8;
  border-color: #868686 #868686 #666666 #666666; /* 2 1 1 2 */}

.mbGris .mbOnglet {
  background-color: #fffce8;
  border-color: #666666 #666666 #9f9f9f #9f9f9f; /* 1 3 3 1 */}

/* Configuration du Jaune 1;aa8800 2;eabb00 3;ffd52b 4;ffe16a 5;ffeeaa */

.mbJaune .mbBouton {
 background-color: #ffe16a; /* 4 */
 border-color: #ffeeaa #ffeeaa #eabb00 #ffd52b;  /* 5 3 2 5 */}

.mbJaune .mbBouton a,
.mbJaune .mbBouton strong {
  color:#aa8800!important;  /* 1 */
  font-size:90%}

.mbJaune .mbBouton a:hover
.mbJaune .mbBouton strong:hover {
  color: black !important;
  text-decoration: underline;}

.mbJaune .mbBoutonSel {
  background-color: #eabb00; /* 2 */
  border-color: #ffd52b #ffd52b #eabb00 #aa8800;  /* 3 1 2 3 */}

.mbJaune .mbContenu {
  background-color: #fffce8;
  border-color: #eabb00 #eabb00 #aa8800 #aa8800; /* 2 1 1 2 */}

.mbJaune .mbOnglet {
  background-color: #fffce8;
  border-color: #aa8800 #aa8800 #ffd52b #ffd52b; /* 1 3 3 1 */}

/* Configuration du Rouge 1;993300 2;ca4200 3;ff6215 4;ff9b6a 5;ffc6aa */

.mbRouge .mbBouton {
 background-color: #ff9b6a; /* 4 */
 border-color: #ffc6aa #ffc6aa #ca4200 #ff6215;  /* 5 3 2 5 */}

.mbRouge .mbBouton a,
.mbRouge .mbBouton strong {
  color:#993300!important;  /* 1 */
  font-size:90%}

.mbRouge .mbBouton a:hover
.mbRouge .mbBouton strong:hover {
  color: black !important;
  text-decoration: underline;}

.mbRouge .mbBoutonSel {
  background-color: #ca4200; /* 2 */
  border-color: #ff6215 #ff6215 #ca4200 #993300;  /* 3 1 2 3 */}

.mbRouge .mbContenu {
  background-color: #fffce8;
  border-color: #ca4200 #ca4200 #993300 #993300; /* 2 1 1 2 */}

.mbRouge .mbOnglet {
  background-color: #fffce8;
  border-color: #993300 #993300 #ff621 #ff62155; /* 1 3 3 1 */}

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

/* عارضی؛ */
a:lang(ar):hover, a:lang(ckb):hover, a:lang(fa):hover, a:lang(kk-arab):hover, a:lang(mzn):hover, a:lang(ps):hover, a:lang(ur):hover {
    text-decoration: underline;
}

/* [[سانچہ:زریہ]] */
/* Forked from CSS3 Gradient Buttons by Web Designer Wall */
/* button */
.zirr {
  display: inline-block;
  zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
  *display: inline;
  vertical-align: baseline;
  margin: 0 2px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: bold 100% Arial, sans-serif;
  padding: .2em .6em;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
  -webkit-border-radius: .2em;
  -moz-border-radius: .2em;
  border-radius: .2em;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.zirr:hover {
  text-decoration: none;
}
.zirr:active {
  position: relative;
  top: 1px;
}
.zirr a {
  color: white !important;
}
.zirrabyad a {
  color: black !important;
}

/* color styles */

/* black */
.zirraswad {
  color: #d7d7d7;
  border: solid 1px #333;
  background: #333;
  background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
  background: -moz-linear-gradient(top,  #666,  #000);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.zirraswad:hover {
  background: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
  background: -moz-linear-gradient(top,  #444,  #000);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.zirraswad:active {
  color: #666;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
  background: -moz-linear-gradient(top,  #000,  #444);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

/* gray */
.zirrramadi {
  color: #e9e9e9;
  border: solid 1px #555;
  background: #6e6e6e;
  background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
  background: -moz-linear-gradient(top,  #888,  #575757);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.zirrramadi:hover {
  background: #616161;
  background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
  background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.zirrramadi:active {
  color: #afafaf;
  background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
  background: -moz-linear-gradient(top,  #575757,  #888);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* white */
.zirrabyad {
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
  background: -moz-linear-gradient(top,  #fff,  #ededed);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.zirrabyad:hover {
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
  background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.zirrabyad:active {
  color: #999;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
  background: -moz-linear-gradient(top,  #ededed,  #fff);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* orange */
.zirrburtuqali {
  color: #fef4e9;
  border: solid 1px #da7c0c;
  background: #f78d1d;
  background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
  background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.zirrburtuqali:hover {
  background: #f47c20;
  background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
  background: -moz-linear-gradient(top,  #f88e11,  #f06015);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.zirrburtuqali:active {
  color: #fcd3a5;
  background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
  background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* red */
.zirrahmar {
  color: #faddde;
  border: solid 1px #980c10;
  background: #d81b21;
  background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
  background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.zirrahmar:hover {
  background: #b61318;
  background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
  background: -moz-linear-gradient(top,  #c9151b,  #a11115);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.zirrahmar:active {
  color: #de898c;
  background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
  background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/* blue */
.zirrazraq {
  color: #d9eef7;
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
  background: -moz-linear-gradient(top,  #00adee,  #0078a5);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.zirrazraq:hover {
  background: #007ead;
  background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
  background: -moz-linear-gradient(top,  #0095cc,  #00678e);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.zirrazraq:active {
  color: #80bed6;
  background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
  background: -moz-linear-gradient(top,  #0078a5,  #00adee);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

/* rosy */
.zirrwardi {
  color: #fae7e9;
  border: solid 1px #b73948;
  background: #da5867;
  background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
  background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.zirrwardi:hover {
  background: #ba4b58;
  background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
  background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.zirrwardi:active {
  color: #dca4ab;
  background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
  background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}

/* green */
.zirrakhdar {
  color: #e8f0de;
  border: solid 1px #538312;
  background: #64991e;
  background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
  background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.zirrakhdar:hover {
  background: #538018;
  background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
  background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.zirrakhdar:active {
  color: #a9c08c;
  background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
  background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

/* pink */
.zirrzahri {
  color: #feeef5;
  border: solid 1px #d2729e;
  background: #f895c2;
  background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
  background: -moz-linear-gradient(top,  #feb1d3,  #f171ab);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}
.zirrzahri:hover {
  background: #d57ea5;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
  background: -moz-linear-gradient(top,  #f4aacb,  #e86ca4);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
}
.zirrzahri:active {
  color: #f3c3d9;
  background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
  background: -moz-linear-gradient(top,  #f171ab,  #feb1d3);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
}

/*FIN DES SCHÉMAS DE COULEUR DE "CADRE À ONGLETS"*/

/************************************************
 ***     Infobox V2 - En phase de test        ***
 *** Voir : [[Utilisateur:Antaya/Infobox V2]] ***
 ************************************************/

.infobox_v2 { /* monobookocentré debut */
 background: #f9f9f9;
 color: #000;
 font-size:90%;
 line-height:1.1em;
 float:left;
 clear:left;
 margin: 0.5em 1em 0.5em 0; /* haut droite bas gauche */
 width:300px;
 border: 1px solid #a2a9b1;
 padding: 0.1em;
}

.infobox_v2 th {
 vertical-align:top;
 text-align:right;
}

/* Option désactivée : empêche les liens internes d'apparaître en bleu
.infobox_v2 th a {
 color:black;  * désactive la couleur des liens à gauche *
}
*/

.infobox_v2 .entete {
 height:45px;
 vertical-align:middle;
 text-align:center;
 font-size:150%;
 font-weight:bolder;
 line-height:1.2em;
 color:#000
}

.infobox_v2 .media { /* css V2 pour [[Modèle:Son]], [[Modèle:Vidéo]], etc. */
height:35px;
vertical-align:middle;
text-align:center;
font-weight:bolder;
color:#000
}

/* graphiques transparents d'entêtes des infobox V2 */
.entete.defaut       {}

.entete.aerostat         {background: url("//upload.wikimedia.org/wikipedia/commons/7/7e/Picto_infobox_aerostat.png")               no-repeat top right;}
.entete.auteur           {background: url("//upload.wikimedia.org/wikipedia/commons/1/1e/Picto_infobox_auteur.png")                 no-repeat top right;}
.entete.bd               {background: url("//upload.wikimedia.org/wikipedia/commons/2/2c/Picto_infobox_comicballoon.png")           no-repeat top right;}
.entete.biere            {background: url("//upload.wikimedia.org/wikipedia/commons/0/04/Picto_infobox_beer.png")                   no-repeat top right;}
.entete.canada           {background: url("//upload.wikimedia.org/wikipedia/commons/6/6a/Picto_infobox_Canada.png")                 no-repeat top right;}
.entete.cardinal         {background: url("//upload.wikimedia.org/wikipedia/commons/0/03/Picto_infobox_cardinal.png")               no-repeat  top right;}
.entete.chateau          {background: url("//upload.wikimedia.org/wikipedia/commons/5/5c/Picto_infobox_chateau.png")                no-repeat top right;}
.entete.cinema           {background: url("//upload.wikimedia.org/wikipedia/commons/e/ea/Picto_infobox_cinema.png")                 no-repeat top right;}
.entete.communication    {background: url("//upload.wikimedia.org/wikipedia/commons/a/a2/Picto_infobox_antenna.png")                no-repeat top right;}
.entete.disney           {background: url("//upload.wikimedia.org/wikipedia/commons/d/d3/Picto_infobox_Disney.png")          no-repeat top right;}
.entete.egypte-antique   {background: url("//upload.wikimedia.org/wikipedia/commons/c/cc/Picto_infobox_ancient_Egypt.png")          no-repeat top right;}
.entete.eveque           {background: url("//upload.wikimedia.org/wikipedia/commons/b/b3/Picto_infobox_bishop.png")                 no-repeat  top right;}
.entete.football         {background: url("//upload.wikimedia.org/wikipedia/commons/f/f8/Infobox_Football_pictogram.png") no-repeat top right;}
.entete.grappe           {background: url("//upload.wikimedia.org/wikipedia/commons/6/66/Picto_info_grape.png")                   no-repeat top right;}
.entete.helicoptere      {background: url("//upload.wikimedia.org/wikipedia/commons/f/fa/Picto_infobox_helicopter.png")             no-repeat top right;}
.entete.humain           {background: url("//upload.wikimedia.org/wikipedia/commons/8/82/Picto_infobox_manwoman.png")               no-repeat top right;}
.entete.informatique     {background: url("//upload.wikimedia.org/wikipedia/commons/a/ae/Picto-infoboxinfo.png")                                no-repeat top right;}
.entete.israel-judaisme  {background: url("//upload.wikimedia.org/wikipedia/commons/a/a5/Picto_infobox_israel-judaisme.png")        no-repeat top right;}
.entete.jeu              {background: url("//upload.wikimedia.org/wikipedia/commons/9/90/Picto_infobox_Game.png")                   no-repeat top right;}
.entete.jeu-role         {background: url("//upload.wikimedia.org/wikipedia/commons/d/d8/Picto_infobox_Jeu_de_rôle.png")            no-repeat top right;}
.entete.jeuvideo         {background: url("//upload.wikimedia.org/wikipedia/commons/2/2d/Picto_infobox_gamepad.png")                no-repeat bottom right;}
.entete.macintosh        {background: url("//upload.wikimedia.org/wikipedia/commons/2/20/Picto_infobox_Macintosh.png")              no-repeat top right;}
.entete.map              {background: url("//upload.wikimedia.org/wikipedia/commons/7/7a/Picto_infobox_map.png")                    no-repeat top right;}
.entete.medecine              {background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Picto_infobox_med.png")                    no-repeat top right;}
.entete.mets {background: url("//upload.wikimedia.org/wikipedia/commons/a/aa/Picto_infobox_mets.png") no-repeat top right;}
.entete.montreal-metro   {background: url("//upload.wikimedia.org/wikipedia/fr/b/ba/Picto_infobox_Mtl_metro.png")                   no-repeat top right;}
.entete.montreal-train   {background: url("//upload.wikimedia.org/wikipedia/fr/9/99/Picto_infobox_Mtl_train.png")                   no-repeat top right;}
.entete.moteur-avion     {background: url("//upload.wikimedia.org/wikipedia/commons/9/9c/Picto_Infobox_moteur_d%27avion.png")       no-repeat top right;}
.entete.musique          {background: url("//upload.wikimedia.org/wikipedia/commons/6/60/Picto_infobox_music.png")                  no-repeat top right;}
.entete.papyrus          {background: url("//upload.wikimedia.org/wikipedia/commons/1/1b/Picto_infobox_papyrus.png")                no-repeat top right;}
.entete.paralympique     {background: url("//upload.wikimedia.org/wikipedia/commons/5/5e/Picto_infobox_Paralympics.png")            no-repeat top right;}
.entete.persofiction     {background: url("//upload.wikimedia.org/wikipedia/commons/3/37/Picto_infobox_masks.png")                  no-repeat top right;}
.entete.personne        {background: url("//upload.wikimedia.org/wikipedia/commons/4/48/Picto_infobox_character.png")              no-repeat top right;}
.entete.planeur          {background: url("//upload.wikimedia.org/wikipedia/commons/5/54/Picto_infobox_planeur.png")                no-repeat top right;}
.entete.presse           {background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Picto_infobox_journal.png")                no-repeat top right;}
.entete.projet           {background: url("//upload.wikimedia.org/wikipedia/commons/c/cb/Picto_infobox_tools.png")                  no-repeat top right;}
.entete.quebec           {background: url("//upload.wikimedia.org/wikipedia/commons/2/21/Picto_infobox_Quebec.png")                 no-repeat top right;}
.entete.recherche        {background: url("//upload.wikimedia.org/wikipedia/commons/c/c1/Picto_infobox_detective.png")              no-repeat top right;}
.entete.rome-antique     {background: url("//upload.wikimedia.org/wikipedia/commons/2/2e/Picto_infobox_Roman_millitary_banner.png") no-repeat top right;}
.entete.science-fiction  {background: url("//upload.wikimedia.org/wikipedia/commons/e/ed/Picto_infobox_fliyingsaucer.png")          no-repeat top right;}
.entete.sport            {background: url("//upload.wikimedia.org/wikipedia/commons/8/8e/Picto_infobox_Olympic.png")                no-repeat top right;}
.entete.sport-automobile {background: url("//upload.wikimedia.org/wikipedia/commons/a/af/Picto_infobox_sport_auto.png")             no-repeat top right;}
.entete.television       {background: url("//upload.wikimedia.org/wikipedia/commons/a/a6/Picto_infobox_TV-T%26PC.png")                                     no-repeat top right;}
.entete.timbre           {background: url("//upload.wikimedia.org/wikipedia/commons/b/b3/Picto_infobox_Stamps.png")                 no-repeat top right;}
.entete.train            {background: url("//upload.wikimedia.org/wikipedia/commons/4/44/Picto_infobox_train.png")                  no-repeat top right;}
.entete.union-europeenne {background: url("//upload.wikimedia.org/wikipedia/commons/c/c0/Picto_Infobox_Europe.png")                 no-repeat top right;}
.entete.universite       {background: url("//upload.wikimedia.org/wikipedia/commons/4/42/Picto_infobox_book.png")                   no-repeat top right;}

.media.audio            {background: url("//upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/35px-Gnome-speakernotes.png") no-repeat top left;}
.media.video            {background: url("//upload.wikimedia.org/wikipedia/commons/thumb/2/20/Tango-video-x-generic.png/35px-Tango-video-x-generic.png") no-repeat top left;}

/* Fin de la phase de test Infobox V2 */ /* monobookocentré fin V2 */

.errorbox, .successbox, .prefsection fieldset {
        float: right;
}

/* To Display poems justified in IE and CSS3 (http://www.w3.org/TR/css3-text/) */
.b { /* verse container */
  text-align: justify;
  text-align-last: justify; /* for IE and CSS3 */
  -moz-text-align-last: justify; /* for Firefox 12 */
  -webkit-text-align-last: justify; /* webkit based browsers */
  border: 0;
}

.beyt {
  white-space: nowrap;
}

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

/* better font for hotcat arrows, same other wikis */
#mw-normal-catlinks > span > span {
  font-family: Arial, Helvetica, sans-serif;
}
.listify{
  margin-left:0;
  margin-right:2em;
}
#wpFilterRules {
  direction: ltr;
}

/* Pie chart test: Transparent borders */
.transborder {
    border: solid transparent;
}
* html .transborder {  /* IE6 */
    border: solid #000001;
    filter: chroma(color=#000001);
}

/* See MediaWiki:Common.js#Hide some upload options 
.trustedUploader, #mw-imagepage-reupload-link { display: none; } */

/* 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: #0645AD;
}
.CategoryTreeEmptyBullet {
    color: #C0C0C0;
}

/* Fix so <syntaxhighlight> tags and .css and .js pages get normal text size. [[Bugzilla:26204]]. */
div.mw-geshi div,
div.mw-geshi div pre,
span.mw-geshi,
pre.source-css,
pre.source-javascript,
pre.source-lua {
    font-family: "Jameel Noori Nastaleeq", sans-serif, Courier !important;
}

/* Partially support HTML5 bdi tag on old browsers that don't support
   it and reassign its default value on modern browsers,
   needed for better i18n even on old browsers */
bdi {
  unicode-bidi: embed; /* fallback, it is not completely same but will work on most cases */
  unicode-bidi: -webkit-isolate;
  unicode-bidi: -moz-isolate;
  unicode-bidi: -ms-isolate;
  unicode-bidi: isolate;
}

/* وضاحت در تختہ ہائے مشق برائے صارفین 
body[class*="_تختہ_مشق"] #firstHeading > span:first-child:after {
    float: left;
    font-family: inherit;
    font-size: 40%;
    color: gray;
    width: 30%;
    line-height: 1.5em;
    content: 'اطلاع: یہ صفحہ دائرۃ المعارف کا حصہ نہیں ہے، اس لیے ویکیپیڈیا کے صفحہ کے طور پر اس کا شمار نہیں ہوتا، یہ محض ویکی صارفین کے لیے بطور تجربہ گاہ استعمال ہوتا ہے۔';
}*/

/* رنگین نمائش روابط در Newpages */
#mw-newpages-table td.mw-input > a:nth-child(2) { font-weight: bold; }

/*[[سانچہ:متعدد ابواب]]*/#bandeau-portail{border:solid #AAA 1px;padding:3px;background-color:#F9F9F9;text-align:center;margin-right:0;clear:both;}
#liste-portail{padding:3px;text-align:center;margin-right:0;clear:both;}
#liste-portail li{display:inline;}
#bandeau-portail li{display:inline;}
.bandeau-portail-element{white-space:nowrap;margin:auto 1.5em;}
.bandeau-portail-icone{margin-left:.5em;}

/*تخفف خلا مابین زمرہ جات و نہائی مواد*/.catlinks{margin-top:.5em;}
/*مابین زمرہ جات و سانچہ جات وغیرہ عدم مداخلت*/#mw-subcategories,#mw-pages,#mw-category-media,#filehistory,#wikiPreview,#wikiDiff{clear:both;}
/*[[سانچہ:خوش آمدید]]*/.welcomeuser{border:1px solid #FFF;box-shadow:0 0 2px #000 inset;padding:.5em 1em;border-radius:.1em;}
.welcomeuser h2{border-bottom:1px solid transparent!important;background-color:#F5F5F5;line-height:1.5em!important;font-size:120%!important;}
.welcomeuser dl{background:transparent!important;}

/* Fix so <syntaxhighlight> tags and .css and .js pages get normal text size.
   [[Bugzilla:26204]]. See also [[Wikipedia:Typography#The monospace 'bug']] */
div.mw-geshi div,
div.mw-geshi div pre,
span.mw-geshi,
pre.source-css,
pre.source-javascript,
pre.source-lua {
    font-family: Jameel Noori Nastaleeq, Courier !important;
}

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

/* Style for [[Template:Flowlist]] that Lets lists flow around floating objecs */
.flowlist ul {
    overflow-x: hidden;
    margin-right: 0;
    padding-right: 1.6em;
}
.flowlist ol {
    overflow-x: hidden;
    margin-right: 0;
    padding-right: 3.2em;
}
.flowlist dl {
    overflow-x: hidden;
}

/* سانچہ:خط/عربی */
.arabic-international, .script-arabic {
   font-size: 105% !important;
   line-height: 100%;
   font-family: Amiri, "Traditional Arabic Bold", Scheherazade, Lateef, "Droid Arabic Naskh", "Microsoft Uighur", "Sakkal Majalla", "Arabic Typesetting" !important;
}

/* برائے سانچہ:ہدف مضامین */
.logoWikipedia {
	background: url("//upload.wikimedia.org/wikipedia/commons/1/10/Wikipedia-logo-v2-200px-transparent.png");
}

/* اپلوڈ تصاویر غیر فعال */
li#t-upload {
    display: none;
}

/* To Display poems justified in IE and CSS3 (http://www.w3.org/TR/css3-text/) */
.b { /* verse container */
  text-align: justify;
  text-align-last: justify; /* for IE and CSS3 */
  -moz-text-align-last: justify; /* for Firefox 12 */
  -webkit-text-align-last: justify; /* webkit based browsers */
  text-justify: kashida;
  border: 0;
}
.beyt {
  white-space: nowrap;
}

/* temporary solution to https://phabricator.wikimedia.org/T117409 */
.ui-dialog { right: auto !important; }

/* حالیہ تبدیلیوں اور زیر نظر فہرست میں نیا صفحہ رنگین */
.newpage {
    background-color: #FF0000;
    color: #FFFFFF;
}

/* درستی علامت قفل برائے محفوظ صفحات */
div.topicon {
    top: -2.5em !important;
}

/* Main page fixes */
#mp-right .mp-bar { background: linear-gradient(to left, #C6DEFE, white, white)!important; }
/* responsive styles for Main Page */
@media(max-width: 1200px) {
  #mp-right, #mp-left { width: 100%!important; padding: 0!important; border: 0!important; background: transparent!important; }
  .mp-bar, #mp-right .mp-bar { background: #C6DEFE!important; }
}

/* زمرہ و رجوع مکرر ساز آلات کے تصویری علامتیے */
#t-catmaker:before {
  content: url(//upload.wikimedia.org/wikipedia/commons/thumb/a/ae/Sub-arrows_2.svg/12px-Sub-arrows_2.svg.png);
  padding-left: 3px;
}

#t-redirectmaker:before {
  content: url(//upload.wikimedia.org/wikipedia/commons/thumb/0/0d/Pfeil_NW.svg/12px-Pfeil_NW.svg.png);
  padding-left: 1px;
}

#t-visitors:before {
  content: url(//upload.wikimedia.org/wikipedia/commons/thumb/e/e2/Gnome-zoom-original.svg/12px-Gnome-zoom-original.svg.png);
  padding-left: 3px;
}

/*سانچہ:اصل مضمون کا پس منظر*/
.disambig {
margin-top:1em;
clear:right;
}

.dablink,.rellink {
padding:1px 3px!important;
font-size:95%;
background-color:#F9F9F9;
}

.dablink {
clear:right;
}

.rellink {
max-width:50%;
clear:right;
margin-bottom:5px;
border-style:solid;
border-color:#e6e6e6;
border-width:1px 0;
overflow-x:auto;
}

.rellink>p {
margin:0;
}

.rellink:not(.hlist)>ul {
margin:0 20px;
}

.external.free {
word-break:break-all;
direction:ltr!important;
}

/* Infobox V3 */
div.infobox_v3 {
	margin: 0.5em 1em 0.5em 0;
	padding: 0.2em;	width: 24em;
	background: #f9f9f9;
	border: 1px solid #a2a9b1;
	border-radius: 10px;
	clear: left;
	float: left;
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 0 0 0.5em 1em;
	max-width: 325px;
	word-wrap: break-word;
}
.infobox_v3 .entete {
	display: table;
	height: 45px;
	width: 100%;
	font-weight: bold;
	text-align: center;
	font-size: 1.4em;
	line-height: 1.1em;
	margin-bottom: 10px;
	background-color: #dfedff;
	*height: auto; /* be kind ie7 */
	*padding: 10px 0; /* be kind ie7 */
}
.infobox_v3 .entete > div {
	display: table-cell;
	vertical-align: middle;
	padding: 3px;
}
.infobox_v3:not(.large) .entete.icon > div {
	padding: 3px 48px;
}
/* Images */
.infobox_v3 .images {
	text-align: center;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.infobox_v3 .images a {
	max-width: 100%;
	flex: 0 0 auto; /* be kind ie11 */
}
.infobox_v3 .images img {
	max-width: 99%;
	height: auto;
}
.infobox_v3 .legend {
	font-size: 0.9em;
	text-align: center;
	margin: 5px 0 8px 0;
}
/* Tableaux */
.infobox_v3 table {
	width: 100%;
	margin: 5px 0;
	table-layout: fixed;
	border-collapse: collapse;
}
.infobox_v3 th[scope="col"] {
	text-align: center;
	word-wrap: normal;
}
.infobox_v3 th[scope=row] {
	text-align: right;
	padding-left: 10px;
	width: 8em;
	max-width: 140px;
	word-wrap: normal;
}
.infobox_v3 th[scope=row],
.infobox_v3 td {
	padding-top: 4px;
	vertical-align: super;
}
.infobox_v3 th[scope=row].middle {
	vertical-align: middle;
}
.infobox_v3.bordered th[scope=row],
.infobox_v3.bordered td {
	padding-bottom: 4px;
	border-top: 1px solid #dfedff;
}
.infobox_v3.bordered caption.bordered {
	margin: 0 0 -1px 0;
}
.infobox_v3 tr.right td {
        text-align: right;
}
.infobox_v3 tr.vborder td {
        border-left: 1px dotted #a2a9b1;
}
.infobox_v3 tr.vborder td:first-child {
        border-right: none;
}.infobox_v3 td.data {
	text-align: center;
}
/* Titres bloc et caption tableaux */
.infobox_v3 p.bloc,
.infobox_v3 p.bordered,
.infobox_v3 caption {
	font-weight: bold;
	text-align: center;
	line-height: 1.1em;
	margin: 0 0 5px 0;
	padding: 4px;
}
.infobox_v3 caption,
.infobox_v3 p.bloc {
	background: #dfedff;
}
.infobox_v3 p.bloc {
	margin: 5px 0;
}
.infobox_v3 caption.bordered,
.infobox_v3 p.bordered {
	border-top: 1px solid #dfedff;
	border-bottom: 1px solid #dfedff;
	background: transparent;
}
/* TODO : mettre à jour la classe .hidden générique */
.infobox_v3 caption.hidden {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1px; /* Be kind to IE7 */
	font-size: 1px; /* Be kind to IE7 */
}
/* Séparateur */
.infobox_v3 .hr {
	font-size: 1px;
	line-height: 1px;
	margin: 5px 0;
	background-color: #dfedff;
}
.infobox_v3 .hr.collapse {
	margin: 5px 0 -8px 0;
	position: relative; /* Be kind to IE7 */
}
/* Tnavbar */
.infobox_v3 .navbar {
	text-align: left !important;
	font-size: 0.8em;
	margin: 0;
}
.infobox_v3 .navbar .plainlinks {
	float: left;
}
/* Navigateur */
.infobox_v3 .overflow {
	overflow: hidden;
}
.infobox_v3 .bordered.nav,
.infobox_v3 .bordered.navbar {
	border-bottom: 0 !important;
	font-weight: normal !important;
}
.infobox_v3 .prev a,
.infobox_v3 .prev_bloc {
	background: url("//upload.wikimedia.org/wikipedia/commons/1/13/Arr_l.png") no-repeat right 0.1em;
	float: left;
	max-width: 40%;
	padding: 0 0 0 16px;
	text-align: right;
}
.infobox_v3 .next a,
.infobox_v3 .next_bloc {
	background: url("//upload.wikimedia.org/wikipedia/commons/a/ad/Arr_r.png") no-repeat left 0.1em;
	float: left;
	max-width: 40%;
	padding: 0 16px 0 0;
	text-align: left;
}
/* Divers */
.infobox_v3 table.maillot-equipe td {
	padding: 0;
}
.infobox_v3 table.maillot-equipe {
	table-layout: auto;
}

/* Taxobox V3 (cf. [[Utilisateur:Hexasoft/Taxobox code V3]]) */
.taxobox_v3 {
	font-size: 0.99em !important;
	padding: 1px;
}
/* Style global par défaut */
div.taxobox_v3 .entete,
.taxobox_v3 caption,
.taxobox_v3 p.bloc {
	font-style: normal;
}
/* Ne pas utiliser le gras dans la partie gauche des lignes données mixtes */
.taxobox_v3 th {
	font-weight: normal;
}
/* Change la couleur des séparateur d'un bleu pâle à gris pâle */
div.taxobox_v3.bordered th[scope=row],
div.taxobox_v3.bordered td {
	padding-bottom: 4px;
	border-top: 1px solid #ededed;
}

/* Couleur "animal" (titre, sections) */
div.taxobox_v3.animal .entete {
	background-color: LightSalmon;
}
.taxobox_v3.animal caption,
.taxobox_v3.animal p.bloc {
	background-color: Bisque;
}
/* Couleur "plante" (titre, sections) */
div.taxobox_v3.plante .entete {
	background-color: lightgreen;
}
.taxobox_v3.plante caption,
.taxobox_v3.plante p.bloc {
	background-color: #ccffcc;
}
/* Couleur "champignon" (titre, sections) */
div.taxobox_v3.champignon .entete {
	background-color: SkyBlue;
}
.taxobox_v3.champignon caption,
.taxobox_v3.champignon p.bloc {
	background-color: PowderBlue;
}
/* Couleur "test" (titre, sections) */
div.taxobox_v3.test .entete {
	background-color: #50a0a0;
}
.taxobox_v3.test caption,
.taxobox_v3.test p.bloc {
	background-color: #70c0c0;
}
/* Couleur "algue" (titre, sections) */
div.taxobox_v3.algue .entete {
	background-color: MediumAquamarine;
}
.taxobox_v3.algue caption,
.taxobox_v3.algue p.bloc {
	background-color: #bfffe6;
}
/* Couleur "archaea" (titre, sections) */
div.taxobox_v3.archaea .entete {
	background-color: darkgray;
}
.taxobox_v3.archaea caption,
.taxobox_v3.archaea p.bloc {
	background-color: lightgray;
}
/* Couleur "protiste" (titre, sections) */
div.taxobox_v3.protiste .entete {
	background-color: khaki;
}
.taxobox_v3.protiste caption,
.taxobox_v3.protiste p.bloc {
	background-color: PaleGoldenrod;
}
/* Couleur "virus" (titre, sections) */
div.taxobox_v3.virus .entete {
	background-color: #d1d1f9;
}
.taxobox_v3.virus caption,
.taxobox_v3.virus p.bloc {
	background-color: Lavender;
}
/* Couleur "neutre" (titre, sections) */
div.taxobox_v3.neutre .entete {
	background-color: #eee;
}
.taxobox_v3.neutre caption,
.taxobox_v3.neutre p.bloc {
	background-color: #eee;
}
/* Couleurs "bactérie", "eucaryote" et "procaryote" (titre, sections) */
div.taxobox_v3.bacterie .entete,
div.taxobox_v3.eucaryote .entete,
div.taxobox_v3.procaryote .entete {
	background-color: lightgrey;
}
.taxobox_v3.bacterie caption,
.taxobox_v3.bacterie p.bloc,
.taxobox_v3.eucaryote caption,
.taxobox_v3.eucaryote p.bloc,
.taxobox_v3.procaryote caption,
.taxobox_v3.procaryote p.bloc {
	background-color: #e6e6e6;
}

/* Style typographique : zoologie ou rien (botanique) */
div.taxobox_v3 .taxobox_classification {
	font-style: italic;
}
div.taxobox_v3 .taxobox_classification .rnormal,
div.taxobox_v3.zoologie .taxobox_classification .normal,
div.taxobox_v3 th[scope="row"] {
	font-style: normal;
}

/* Version distincte de "alternance", afin d'être indépendant des choix fait par
   ailleurs et de pouvoir modifier à volonté l'aspect. */
table.taxoalternance tr,
.taxoalternance.wikitable th[scope="row"] {
	background: #fff;
}
table.taxoalternance tr:nth-child(odd),
.taxoalternance.wikitable tr:nth-child(odd) th[scope="row"] {
	background: #f5f5f5;
}

/* Décoration des titres de sous-chapitre. */
h1.firstHeading {
	/* Bug de rendu si icône de titre ou coordonnées déplacées dans le titre */
	overflow: visible;
}
.mw-body h3 {
	border-bottom: dotted 1px #a2a9b1;
}
.mw-body h4,
.mw-body h5,
.mw-body h6 {
	border-bottom: dotted 1px #ddd;
}

/* سانچہ:اخفاء تصویر */
.hiddenimg {
    clear:left;
    float:left;
    width: 238px !important;
    margin: 0px 2px 2px 0px !important;
    margin:0 0 4px !important;
   font-size:96%;
   background-color:#F9F9F9;
    padding:3px 10px;
    border: solid 1px silver !important;
}

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

/* برائے Mediawiki:Templatesused */
ul.mw-editfooter-list  {columns: 2;
    list-style-type: decimal; list-style-position: inside;margin-right: 1em;
    list-style-image: none;background-color:whitesmoke}
.mw-editfooter-list [title^=ماڈیول]:first-child{
    border-right: solid 5px cadetblue;
    padding-right: 5px;}
.mw-editfooter-list [title^=سانچہ]:first-child{
    border-right: solid 5px slateblue;
    padding-right: 5px;}
.mw-editfooter-list [title^=زمرہ]:first-child{
    border-right: solid 5px purple;
    padding-right: 5px}
.mw-editfooter-list [href^="https://www.wikidata.org/"]:first-child{
    border-right: solid 5px lightblue;
    padding-right: 5px!important;}

/* OL with Urdu alphabet used for its counter */
/* FIXME: Should the first character be "\627"? If yes, this can be fixed 
 * and custom-lower-alpha below can be removed and lower-alpha can be used
 * in the rules below */
@counter-style lower-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-lower-alpha ol:lang( ur ) li {
  list-style-type: lower-alpha !important;
  direction: rtl;
  text-align: right;
  margin-left: 0;
}

/* T156351: Support for Parsoid's Cite implementation */
@counter-style custom-lower-alpha {
  system: alphabetic;
  symbols: "\627" "\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";
}
span[rel="mw:referencedBy"] {
    counter-reset: mw-ref-linkback 0;
}
span[rel="mw:referencedBy"] > a::before {
    font-weight: bold;
    content: counter( mw-ref-linkback, custom-lower-alpha );
}
span[rel="mw:referencedBy"]::before {
    content: "^ ";
}
.mw-ref > a[data-mw-group=lower-alpha]::after {
    content: '[' counter( mw-Ref, custom-lower-alpha ) ']';
}
.mw-ref > a[data-mw-group=decimal]::after {
    content: '[' counter( mw-Ref, decimal ) ']';
}
/* مختصر یوآرایل کے دوہرے روابط کا اخفا */
#t-shorturl {
    display: none;
}

/* سینٹرل نوٹس میں ترجمہ کے آپشن کی سمت کی درستی */
.cbnnr * {
    float: left;
}