میدیاویکی:Common.css: جیاوازیی نێوان پێداچوونەوەکان

لە ئینسایکڵۆپیدیای ئازادی ویکیپیدیاوە
ناوەڕۆکی سڕاو ناوەڕۆکی زیادکراو
پێڕستی پەڕەکانی پەیامی بەکۆمەڵ لە ڕاست بۆ چەپ پیشان دەدات
لۆگۆی گەیشتن بە ٢٥٬٠٠٠ وتار
ھێڵی ١٬٦٨٠: ھێڵی ١٬٦٨٠:
.ext-templatewizard-searchform {
.ext-templatewizard-searchform {
direction: rtl;
direction: rtl;
}

/* لۆگۆی گەیشتن بە ٢٥٬٠٠٠ وتار */
#p-logo a {
background-image: url(//upload.wikimedia.org/wikipedia/commons/a/a3/Central_Kurdish_Wikipedia_25%2C000_Articles_blue.png);
background-size: 140px 160px;
}
}

وەک پێداچوونەوەی ‏٠٧:١٩، ٦ی کانوونی یەکەمی ٢٠١٩

/* Default styling for HTML elements */
body {
  /* generally a sans-serif font should be here */
  font-family: Tahoma, 'DejaVu Sans', 'Droid Arabic Naskh', sans-serif;
}
 
div#content h1, div#content h2, div#content #firstHeading,
div#content .mw-editsection {
  /* generally a serif font should be here but Arial is not acceptable for Kurdish */
  font-family: Tahoma, 'Droid Arabic Naskh', 'DejaVu Sans', serif;
}

/* بەرین کردنی پانل با لینکە درێژەکان نەبن بە دوو دێڕ */
div#mw-panel{
   width: 10.5em;
}
div#mw-panel div.portal div.body{
      margin: 0 0.7em 0 0;
}

/* force these to use inherited font configuration */
.ui-widget, button, input, select {
  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> */
}

/* عەرەبیکردنی ژمارەکان لە لیستی ژمارەکراودا*/ 
ol {
  list-style-type:-moz-arabic-indic;
  list-style-type:arabic-indic;
}

/********* پەڕەی دەستپێک *********/
/** بۆ شاردنەوەی ماددەکان **/
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-دەستپێک #catlinks,body.page-دەستپێک #bandeau-portail,body.page-دەستپێک #centralNotice,body.page-دەستپێک #mw-fr-reviewform {
	display:none!important
}

/* Main page fixes */
@media(max-width: 1200px) {
	.mp-cell { width: 100%!important; padding: 0!important; border: 0!important; background: transparent!important; }
}
#interwiki-completelist {
    font-weight: bold;
}
body.page-دەستپێک #ca-delete {		/* گۆڕدراوە */
    display: none !important;
}
body.page-دەستپێک #mp-topbanner {	/* گۆڕدراوە */
    clear: both;
}
body.page-دەستپێک .wbc-editpage { 
    display: none;
}

/* Make the list of references smaller */
ol.references,
div.reflist,
div.refbegin {
    font-size: 90%;            /* Default font-size */
    margin-bottom: 0.5em;
}
div.reflist ol.references {
    font-size: 100%;           /* Reset font-size when nested in div.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) */
 
.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 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) " ";
    content: counter(level1, -moz-arabic-indic) " ";
    content: counter(level1, arabic-indic) " ";
}
.hlist.hnum ol ol li {
    counter-increment: level2;
}
.hlist.hnum ol ol li:first-child:before {
    content: "(" counter(level2) " ";
    content: "(" counter(level2, -moz-arabic-indic) " ";
    content: "(" counter(level2, arabic-indic) " ";
}
.hlist.hnum ol ol li:before {
    content: counter(level2) " ";
    content: counter(level2, -moz-arabic-indic) " ";
    content: counter(level2, arabic-indic) " ";
}

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

/* boxes */
/* بەشێکی بۆ ڕێکخستنی شێوازی داڕێژەی {{تووڵی دەروازە}} */
.infobox,.infobox_v2,.vertical-navbox,.وێنۆچکەکان {
	font-size:95%;
	background-color:#F9F9F9;
	border:solid 1px silver;
	overflow-x:auto
}

.وێنۆچکەکان {
	padding:5px!important;
	margin:2px 0
}

.infobox,.infobox_v2,.vertical-navbox,.بچووک,.small-talk,.mbox-small,.sisterproject,.hiddenimg {
	clear:left;
	float:left
}

table + div.commonscat,.وێنۆچکەکان:not(.بچووک) + div.commonscat {
	display:block;
	width:unset!important;
	float:unset!important;
	margin:2px 0!important
}

.infobox,.infobox_v2,.vertical-navbox {
	width:250px!important;
	margin:1px 1em 1px 0!important
}

.بچووک,.small-talk,.mbox-small,.sisterproject,.hiddenimg {
	width:238px!important;
	margin:0 2px 2px 0!important
}

.وێنۆچکەکان small {
	font-size:100%!important
}

.وێنۆچکەکان img {
	max-width:25px!important;
	max-height:25px!important
}

.وێنۆچکەکان>.وێنە {
	padding:5px 1px 5px 3px
}

/* tl:superimpose */
وێنۆچکەکان>.وێنە * {
	display:inline
}

.سڕینەوە {
	border-color:#B22!important
}

.ناوەڕۆک {
	border-color:#F28500!important
}

.شێواز {
	border-color:#F4C430!important
}

.گواستنەوە {
	border-color:#8C08A4!important
}

.پاراستن {
	border-color:#BBA!important
}

.وێنۆچکەکان:empty,.شاردراوە {
	display:none
}

/* بۆ داڕێژەی {{چەند کێشەیەک}} */
.وێنۆچکەکان .وێنۆچکەکان {
	border-width:1px;
/*  margin: 3px -6px -4px; */
	background-color:#FFF;
	padding:5px 30px!important
}

.ambox-multiple_issues .وێنۆچکەکان {
	border-width:0;
	width:95%
}

.ambox-multiple_issues .وێنۆچکەکان:nth-child(odd) {
	background:#f2efef
}

.ambox-multiple_issues .وێنۆچکەکان:nth-child(even) {
	background:#f9f9f9
}

/*[[داڕێژە:تووڵی دەروازە]]*/
#bandeau-portail {
	clear:both;
	line-height:1.9em;
	padding:3px;
	margin:2px 0;
	background-color:#F9F9F9;
	text-align:center;
	overflow:auto;
	border:solid 1px silver
}

#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
}

/** بچووککردنەوە لە پۆلەکاندا **/
.bandeau-portail-texte > a:nth-child(1) {
	font-weight:700
}

.ns-14 #bandeau-portail {
	width:242px;
	float:left;
	font-size:96%;
	text-align:right;
	margin:0;
	clear:left
}

.ns-14 #bandeau-portail li {
	margin-right:-17px
}
/* Default style for navigation boxes */
.navbox {                     /* Navbox container style */
    border: 1px solid #aaa;
    width: 100%; 
    margin: auto;
    clear: both;
    font-size: 88%;
    text-align: center;
    padding: 1px;
}
.navbox-inner,
.navbox-subgroup {
    width: 100%;
}
.navbox th,
.navbox-title,
.navbox-abovebelow {
    text-align: center;       /* Title and above/below styles */
    padding-left: 1em;
    padding-right: 1em;
}
th.navbox-group {             /* Group style */
    white-space: nowrap;
    /* @noflip */
    text-align: left;   /* گۆڕدراوە */
}
.navbox,
.navbox-subgroup {
    background: #fdfdfd;      /* Background color */
}
.navbox-list {
    border-color: #fdfdfd;    /* Must match background color */
}
.navbox th,
.navbox-title {
    background: #ccccff;      /* Level 1 color */
}
.navbox-abovebelow,
th.navbox-group,
.navbox-subgroup .navbox-title {
    background: #ddddff;      /* Level 2 color */
}
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
    background: #e6e6ff;      /* Level 3 color */
}
.navbox-even {
    background: #f7f7f7;      /* 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 */
}
.navbox .hlist dd,
.navbox .hlist dt,
.navbox .hlist li {
    white-space: nowrap;      /* Nowrap list items in navboxes */
    white-space: normal !ie;  /* IE < 8 no-wraps entire list, so disable it */
}
.navbox .hlist dd dl,
.navbox .hlist dt dl,
.navbox .hlist li ol,
.navbox .hlist li ul {
    white-space: normal;      /* But allow parent list items to be wrapped */
}
ol + table.navbox,
ul + table.navbox {
    margin-top: 0.5em;        /* Prevent lists from clinging to navboxes */
}

/* 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 {
  font-variant: small-caps;
}
/* Navbar styling when nested in navbox */
.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-collapsible-toggle {
    font-weight: normal;
    /* @noflip */
    text-align: right;   /* گۆڕدراوە */
}
.navbox .mw-collapsible-toggle {
    width: 6em;
}

/* Infobox template style */
.infobox {
    border: 1px solid #aaa;
    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 #aaa;
}
.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 #aaa;
    border-right: 1px solid #aaa;
}

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

/* 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 #aaa;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
    border-top: 1px solid #aaa;
    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 #aaa;
    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 right-aligned */  /* گۆڕدراوە */
.wikitable td ul,
.wikitable td ol,
.wikitable td dl {
    /* @noflip */
    text-align: right;		 /* گۆڕدراوە */
}

/* 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-right: 40px;		 /* گۆڕدراوە */
}

/* Style rules for media list templates */
div.medialist {
    min-height: 50px;
    margin: 1em;
    /* @noflip */
    background-position: top right;	 /* گۆڕدراوە */
    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;
}

/* 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 {
    /* @embed */
    background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat left;  /* گۆڕدراوە */
    /* @noflip */
    padding-left: 18px;	 /* گۆڕدراوە */
}

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

/* Messagebox templates */
.messagebox {
    border: 1px solid #aaa;
    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: left;	 /* گۆڕدراوە */
    clear: both;
    /* @noflip */
    margin: 0 1em 1em 0;	 /* گۆڕدراوە */
    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: #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 right, 0px left */  /* گۆڕدراوە */
    text-align: center; 
}
td.mbox-imageright {           /* The right image cell */
    border: none;
    /* @noflip */
    padding: 2px 0 2px 0.9em;  /* 0px right, 0.9em  left*/  /* گۆڕدراوە */
    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 #aaa; 
    /* @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 right, 0px left*/	 /* گۆڕدراوە */
}
.ambox td.mbox-imageright {      /* The right image cell */
    /* @noflip */
    padding: 2px 0 2px 0.5em;    /* 0px right, 0.5em  left*/	 /* گۆڕدراوە */
}

table.ambox-notice {
    /* @noflip */
    border-right: 10px solid #1e90ff;    /* Blue */
}
table.ambox-speedy {
    /* @noflip */
    border-right: 10px solid #b22222;    /* Red */
    background: #fee;                   /* Pink */
}
table.ambox-delete {
    /* @noflip */
    border-right: 10px solid #b22222;    /* Red */
}
table.ambox-content {
    /* @noflip */
    border-right: 10px solid #f28500;    /* Orange */
}
table.ambox-style {
    /* @noflip */
    border-right: 10px solid #f4c430;    /* Yellow */
}
table.ambox-move {
    /* @noflip */
    border-right: 10px solid #9932cc;    /* Purple */
}
table.ambox-protection {
    /* @noflip */
    border-right: 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 #aaa; 
    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 #aaa;       /* Default "notice" gray */
    background: #f9f9f9;
}

table.ombox-notice {
    border: 1px solid #aaa;       /* 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 #aaa;
    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 #aaa;
    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 0 4px 1em;	 /* گۆڕدراوە */
    width: 238px;
    border-collapse: collapse;
    font-size: 88%;
    line-height: 1.25em;
}

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

/* Bold save button */
#wpSave {
    font-weight: bold;
}
/* 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 #aaa;
    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: right;	 /* گۆڕدراوە */
}
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 */
.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;
}

/* 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 2em 0 0;	 /* گۆڕدراوە */ 
}

/* 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-right: 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 #aaa; 
    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 */
.thumbinner {
    min-width: 100px;
}

/* Category tree */
#mw-subcategories ul {
    list-style: none none;
    margin-left: 0.25em; /* گۆڕدراوە */
}
.CategoryTreeChildren {
    margin-right: 1.25em; /* گۆڕدراوە */
}

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

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

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

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

/* Reduce excess space between category links.
   Remove this when bug 31547/r100869 is resolved/deployed */
#catlinks {
    line-height: 1.25em;
}
#catlinks li {
    line-height: 1.25em;
    margin: 0.125em 0;
    padding: 0 0.5em;
}
#catlinks li:first-child {
    padding-right: 0.25em;	/* گۆڕدراوە */
}

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

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

/* [[داڕێژە:شاردنەوەی سکڕۆڵی ئاسۆیی]] */
.x-scroll-hidden {
    overflow-x: hidden; /* بۆ شاردنەوەی سکڕۆڵی ئاسۆیی کە لە ھەندێ پەڕەدا پانییەکی زیاد لە سنوور وەردەگرێت */
}

@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;
}

/* لۆگۆی ویکیپیدیا */
.wikilogo {
    background: url("//upload.wikimedia.org/wikipedia/commons/1/10/Wikipedia-logo-v2-200px-transparent.png") no-repeat right top;
}

/*بۆ [[MediaWiki:Onlyifediting.js]]*/
div#specialchars {
	background: white;
	border: 1px solid #a2a9b1;
	margin-top: 3px;
	padding: 1px;
	text-align: right;
}

/* تەب */
div.horizTabBox ul.tabbernav li a {
 background-color:#3eb2c9;
 color:white;
 margin-left:10px;
 padding-right:1em;
 padding-left:1em;
 -moz-border-radius:2em 0;
 -webkit-border-radius:2em 0;
 border-radius:2em 0;
 -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 0;
 -webkit-border-radius:1em 0;
 border-radius:1em 0;
 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;
}
 
/* Top icon */
div.toplink div {
    position: static !important;
}

.nastaliq {
  line-height: 200%;
  word-spacing: 3px;
  font-size: 150%;
  font-family: 'IranNastaliq', 'Nafees Nastaleeq', 'Nafees Nastaleeq v1.01', 'Pak Nastaleeq', 'PDMS_Jauhar';
}

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

/* sister project links in the left panel, see [[Template:Iwcommons]] for example */
ul.interProject { 
  list-style: none;
  padding-right: 0; 
  margin-right: 0;
}

li.interProject, #mw-panel div.portal div.body ul.interProject li.interProject { 
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 18px; 
  margin-right: 0;
}

li.commons {
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4a/Commons-logo.svg/14px-Commons-logo.svg.png");
}

li.wiktionary {
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/f9/Wiktionary_small.svg/16px-Wiktionary_small.svg.png");
}

li.wikibooks {
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikibooks-logo.svg/16px-Wikibooks-logo.svg.png");
}

li.wikiquote {
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikiquote-logo.svg/15px-Wikiquote-logo.svg.png");
}

li.wikisource {
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/15px-Wikisource-logo.svg.png");
}

li.wikinews {
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/a/ae/Wikinews_waves_Left.png/15px-Wikinews_waves_Left.png");
}

/* بۆ گۆڕینی قەبارەی فۆنتی [دەستکارییە ھەڵواسراوەکان] لە دوایین گۆڕانکارییەکاندا*/
.mw-fr-reviewlink, .fr-hist-basic-user, .fr-hist-basic-auto {
    font-weight: normal;
    font-size: smaller;
}

/* T86979 چاکسازیی کاتی بۆ */
.ui-dialog { right: auto; }

/* بەرچاوکردنی تاگەکان */
.mw-tag-marker {
  font-style:italic;
  font-size:95%;
  background-color:#FFE599;
}

.mw-tag-marker-mobile_edit, .mw-tag-marker-mobile_web_edit, .mw-tag-marker-mobile_app_edit, .mw-tag-marker-visualeditor, .mw-tag-marker-HHVM {
  background-color:#FFFFFF;
}

/* [[ویکیپیدیا:داواکارییەکان بۆ پێداچوونەوەی دەستکارییەکان]] */
.page-ویکیپیدیا_داواکارییەکان_بۆ_پێداچوونەوەی_دەستکارییەکان h2 {
font-weight:700;
font-size:1em!important;
margin-right:.5em;
padding-bottom:.5em!important
}

/*[[داڕێژە:ڕەوشی داواکاری]]*/
.لەژێر_کاردایە {
background-color:#fef2e5
}

.پەسەندکراو {
background-color:#e5f2f2
}

.ڕەتکرایەوە {
background-color:#FFE5E5
}

.چاوەڕوانی {
background-color:#f2f2f2
}

.داواکاری h4,.داواکاری h3,.داواکاری h2 {
background-color:#FFF;
margin-bottom:-10px;
margin-right:0;
padding-top:.5em
}

.داواکاری > :not(h4):not(h3):not(h2) {
padding-right:10px!important
}

.ڕەوشی-داواکاری {
position:relative;
top:-10px;
border:solid;
float:left;
border-radius:0 0 13px;
border-color:#FFF;
border-width:0 2px 2px 0;
margin-right:1em;
padding:0 5px
}

div.footnote>div.reflist>ol.references {
list-style-type:lower-alpha
}

/* پێڕستی پەڕەکانی پەیامی بەکۆمەڵ لە ڕاست بۆ چەپ پیشان دەدات */
.mw-parser-output{
    direction: rtl;
}

/* ئەنجامەکانی گەڕان لە ئامرازی «تێخستنی داڕێژە» لە ڕاست بۆ چەپ پیشان دەدات */ 
.ext-templatewizard-searchform {
	direction: rtl;
}

/* لۆگۆی گەیشتن بە ٢٥٬٠٠٠ وتار */ 
#p-logo a {
	background-image: url(//upload.wikimedia.org/wikipedia/commons/a/a3/Central_Kurdish_Wikipedia_25%2C000_Articles_blue.png);
	background-size: 140px 160px;
}