ملاحظة: بعد النشر، أنت قد تحتاج إلى إفراغ الكاش الخاص بمتصفحك لرؤية التغييرات.

  • فايرفوكس / سافاري: أمسك Shift أثناء ضغط Reload، أو اضغط على إما Ctrl-F5 أو Ctrl-R (⌘-R على ماك)
  • جوجل كروم: اضغط Ctrl-Shift-R (⌘-Shift-R على ماك)
  • إنترنت إكسبلورر/إيدج: أمسك Ctrl أثناء ضغط Refresh، أو اضغط Ctrl-F5
  • أوبرا: اضغط Ctrl-F5.
/** [[w:صفحات الطرز المتراصة|الطرز المتراصة]]... الموضوعة هنا سيتم تطبيقها على كل الواجهات  */
/* </pre>
==={{[[قالب:مؤلف|مؤلف]]}}===
<pre> */
.authortemplate {
	width:100%;
	margin-bottom:5px;
	border:1px solid #BEA2A2;
	background:#E4D8D8;
}

.authortemplate .author_backlink, .authortemplate .author_forelink {
	width:20%;
	font-size:0.9em;
}

.authortemplate .author_name { 
	width:60%;
	text-align:center;
}

.author_notes {
	width:100%;
	border-bottom:1px solid #A88;
	background:#FFFBFC;
	font-size:0.9em;
}

.author_seealso {
	float:right;
	padding:2px;
	margin:0 0 0.5em 1em;
	border:1px solid #CCC;
}

/* </pre>



/*
==={{[[قالب:ترويسة|ترويسة]]}}===
*/
table.headertemplate {
	width:100%;
	margin-bottom:5px;
	border:1px solid #ADA;
	background:#E4F2E4;
	text-align:center;
	font-size:0.9em;
}
 
.headertemplate .header_backlink, .headertemplate .header_forelink {
	width:20%; font-size:0.9em;
} 
 
.header_notes {
	width:100%;
	border-bottom:1px solid #A88;
	background:#FAFAFF;
	font-size:0.9em;
}
 
.headertemplate .header_title { width: 60%; }
.headertemplate .header_backlink { text-align:left; }
.headertemplate .header_forelink { text-align:right; }

/* instance, will limit to showing ==headings== and ===headings=== but no further (as long as there are no =headings= on the page, which there shouldn't be according to the MoS).
 */ .toclimit-2 .toclevel-2 {display:none;} .toclimit-3 .toclevel-3 {display:none;} .toclimit-4 .toclevel-4 {display:none;} .
toclimit-5 .toclevel-5 {display:none;} .toclimit-6 .toclevel-6 {display:none;} .toclimit-7 .toclevel-7 {display:none;}

/*********
** أصناف التنسيق القياسية
*********/
/* صندوق رسائل */
.messagebox {
	width:80%;
	margin:0 auto 1em auto;
	padding:.2em;
	border:1px solid #AAA;
	background:#F9F9F9;
	text-align:justify;
}
.messagebox.standard-talk {
	border:1px solid #C0C090;
	background:#F8EABA;
}



/* [[ويكي مصدر:فهرس/جدول]] */
table.prettytable {
	margin:1em 1em 1em 1em;
	background:#F9F9F9;
	border:1px #AAA solid;
	border-collapse: collapse;
}
table.prettytable th,
table.prettytable td {
	padding:0.2em;
	border:1px #AAA solid;
}
table.prettytable th {
	background:#FFFFCC;
	text-align:center;
}
/* Short lines preferred by some editors */
.prose {
	width:66em;
	margin:0px auto;
	text-align:justify;
}

/* كلاسات للاستخدام مع المصادر */
ol.references {
    font-size: 100%;
}
.references-small { font-size: 90%;}
.references-2column {
    font-size: 90%;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
.same-bg { background: none; }
ol.references > li:target {
    background-color: #DEF;
}
sup.reference:target { 
    background-color: #DEF;