Zanibe: Piştî weşandinê, ji bo dîtina guhartinan dibe ku hewce be "cache"ya geroka xwe paqij bikî.

  • Firefox / Safari: Pê li Shift û Reload bike an jî Ctrl-F5 an Ctrl-R bike (ji bo Mac: ⌘-R)
  • Google Chrome: Pê li Ctrl-Shift-R (ji bo Mac: ⌘-Shift-R) bike
  • Internet Explorer / Edge: Pê li Ctrl û Refresh bike, an jî Ctrl-F5 bike
  • Opera: Pê li Ctrl-F5 bike.
/*For Rtl class Class="rtl" */
/*Correcting  ul, dd and ol for Soranî*/
.rtl {
	direction:rtl;
	font-family: "Tahoma", "DejaVu Sans";
}
.rtl ul {
	direction:rtl;
	margin-right:1.5em;
	margin-left:0pt;
	font-family: "Tahoma", "DejaVu Sans";
}
.rtl dd{
	direction:rtl;
	margin-right:1.6em;
	margin-left:0pt;
	font-family: "Tahoma", "DejaVu Sans";
}
.rtl ol{
	direction:rtl;
	margin-right:2.4em;
	margin-left:0pt;
	font-family: "Tahoma", "DejaVu Sans";
}


/* Make the site more suitable for Soranî users */
/* h1 {font-family: "Tahoma", "DejaVu Sans", sans-serif, sans;}
/* h2 {font-family: "Tahoma", "DejaVu Sans", sans-serif, sans;}
/* h3 {font-family: "Tahoma", "DejaVu Sans", sans-serif, sans;}
/* body {font-family: "Tahoma", "DejaVu Sans", sans-serif, sans;}
/* textarea {font-family: Lucida Console, Tahoma;}
/* pre {font-family: Lucida Console, Tahoma;}

a:link {text-decoration: none; background: none;}
a:visited {text-decoration: none; background: none;}
a:hover {text-decoration: underline;}

/* Don't display some stuff on the main page */
body.page-Destpêk #deleteconfirm, body.page-Portal_Wikipedia #deleteconfirm,
body.page-Destpêk #t-cite,
body.page-Destpêk #lastmod, body.page-Portal_Wikipedia #lastmod, 
body.page-Destpêk #siteSub, body.page-Portal_Wikipedia #siteSub, 
body.page-Destpêk #contentSub, body.page-Portal_Wikipedia #contentSub, 
body.page-Destpêk h1.firstHeading, body.page-Portal_Wikipedia h1.firstHeading {
    display: none !important;
}
 
#siteNotice {
    margin-top: 5px;
    margin-bottom: -.5em;
}
#mw-dismissable-notice {
    background: transparent;
}

/* BEGIN LIGHT BLUE SECTION
Make content area light blue in all namespaces except articles (main namespace). 
This is done by setting the background color for all #content areas 
to light blue, and then overriding it back to white for any #content 
enclosed in a .ns-0 (main namespace). We do the same for the "tab" 
backgrounds and some other objects. */

#content,
#p-cactions li a:hover, #p-cactions li.selected a,
#content div.thumb {    /* "Margin" for thumbs, padding for galleries */
background-color: #F8FCFF;   /* Light blue */
}
#p-cactions li a {
background-color: #F7F9FB;   /* Light blue-gray inactive tabs */
}

.ns-0 #content,
.ns-0 #p-cactions li a:hover, .ns-0 #p-cactions li.selected a, 
.ns-0 #content div.thumb {
background-color: white;     /* Set back to white for articles */
}
.ns-0 #p-cactions li a {
background-color: #FBFBFB;   /* Light gray inactive tabs in articles */
}

@media print {
#content { background: white; } /* White background on print */
}

/* Category lists and diffs transparent instead of white. */
#mw-subcategories table, #mw-pages table,
table.diff, td.diff-otitle, td.diff-ntitle {
background-color: transparent;
}

/* END LIGHT BLUE SECTION */

/* Talk page tab "+" / "new section". 
   Sets the same padding as the other tabs have. */
#p-cactions #ca-addsection a {
    padding-left: .8em;
    padding-right: .8em;
}
 
 
/* Block quotations */
#content blockquote {
    font-size: 93.75%; /* equivalent of 15px in 16px default */
    margin: 1em 1.6em; /* same indent as an unordered list */
}
#content blockquote p {
    line-height:inherit;
}
 
/* Display "From Wikipedia, the free encyclopedia" */
#siteSub {
    display: inline;
    font-size: 85%;
    font-weight: normal;
    margin-bottom: 10px;
}
 
/* Bold 'edit this page' link to encourage newcomers */
#ca-edit a { font-weight: bold !important; }

#pt-login {
    font-weight: bold;
    font-size: 110%;
}
 
p.error {
    font-weight: bold;
}
 

/* Vermeide hässliche weiße Ränder bei Float-Objekten
	auf nicht-weißen Hintergründen. */
div.thumb {
	border: none;
}
div.tright {
	border: none;
	margin: 0.5em 0 0.8em 1.4em;
}
div.tleft {
	border: none;
	margin: 0.5em 1.4em 0.8em 0;
}

/* Sitenotice */
#siteNotice {
	font-size: x-small;
} 

/*  Categorien etwas schöner darstellen */
#catlinks {
border: 0px;
border-top: 2px dotted #aaaaaa;
}

/*fetter bearbeiten-link*/
#ca-edit a{font-weight:bold !important;}

/* extra buttons for edit dialog (from bg:)*/
#my-buttons {
padding: 0.5em;
}
#my-buttons a {
color: black;
background-color: #ccddee;
font-weight: bold;
font-size: 0.9em;
text-decoration: none;
border: thin #006699 outset;
padding: 0 0.1em 0em 0.1em; 
}
#my-buttons a:hover, #my-buttons a:active {
background-color: #bbccdd;
border-style: inset;
}
.messagebox {
border: 1px solid #aaaaaa;
background-color: #f9f9f9;
width: 80%;
margin: 0 auto 1em auto;
padding: 0.5em;
text-align: justify;
}
.messagebox.merge {
border: 1px solid #cf9fff;
background-color: #f5edf5;
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;
}


/* Infobox template style */
.infobox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    color: black;
}

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

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

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


/* #Redirect olan makaleler italik olarak göster (Özel:Allpages) */
.allpagesredirect {
font-style: italic;
}

/* Standard Navigationsleisten, aka box hiding thingy from .de.*/

div.Boxmerge,
div.NavFrame {
	margin: 0px;
	padding: 2px;
	border: 1px solid #aaaaaa;
	text-align: center;
	border-collapse: collapse;
	font-size: 95%;
}
div.Boxmerge div.NavFrame {
	border-style: none;
	border-style: hidden;
}
div.NavFrame + div.NavFrame {
	border-top-style: none;
	border-top-style: hidden;
}
div.NavPic {
	background-color: #ffffff;
	margin: 0px;
	padding: 2px;
	float: left;
}
div.NavFrame div.NavHead {
	height: 1.6em;
	font-weight: bold;
	font-size: 100%;
	background-color: #efefef;
	position:relative;
}
div.NavFrame p {
	font-size: 100%;
}
div.NavFrame div.NavContent {
	font-size: 100%;
}
div.NavFrame div.NavContent p {
	font-size: 100%;
}
div.NavEnd {
	margin: 0px;
	padding: 0px;
	line-height: 1px;
	clear: both;
}
a.NavToggle {
	position:absolute;
	top:0px;
	right:3px;
	font-weight:normal;
	font-size:smaller;
}
/* Navigationsleisten nicht mit ausdrucken */

@media print{
	.NavFrame {
			display: none;
	}
	.Boxmerge {
			display: none;
	}
}

/* try adding here, this had no effect in [[MediaWiki:Common.css]] */
.plainlinksneverexpand a.external.text:after {
display: none !important
}