ميدياويكي:Gadget-Site.css
المظهر
ملاحظة: بعد النشر، أنت قد تحتاج إلى إفراغ الكاش الخاص بمتصفحك لرؤية التغييرات.
- فايرفوكس / سافاري: أمسك Shift أثناء ضغط Reload، أو اضغط على إما Ctrl-F5 أو Ctrl-R (⌘-R على ماك)
- جوجل كروم: اضغط Ctrl-Shift-R (⌘-Shift-R على ماك)
- إنترنت إكسبلورر/إيدج: أمسك Ctrl أثناء ضغط Refresh، أو اضغط Ctrl-F5
- أوبرا: اضغط Ctrl-F5.
/**
* الأنماط المشتركة بين الجوال وسطح المكتب
*/
/* ضبط الحواشي */
.reference a::after {
content: ']';
}
.reference a::before {
content: '[';
}
.ref-arabic-indic .reference a::after {
content: ')';
}
.ref-arabic-indic .reference a::before {
content: '(';
}
.reflist-arabic-indic .references li::marker {
content: '(' counter(mw-references, arabic-indic) ')';
}
/* parsoid */
/*
a[data-mw-group="arabic-indic"] .mw-reflink-text::before {
content: "(";
} */
a[data-mw-group="arabic-indic"] .mw-reflink-text::after {
content: ")";
}
a[data-mw-group="arabic-indic"] .cite-bracket {
display: none;
}
/*=============مسافة بادئة لفقرات النطاق الرئيسي ==============*/
.ns-0 .mw-parser-output p {
text-indent: 2em;
text-align: justify;
}
.ns-0.page-الصفحة_الرئيسية .mw-parser-output p {
text-indent: 0;
}
/*===== نطاق الصفحة =====*/
.pagetext {
position: relative;
/* max-width: 36em; */
text-align: justify;
}
.pagetext p {
text-indent: 2em
}
.pagetext>.mw-parser-output>p:first-of-type {
text-indent: 0;
}
/* === تنسيق الإعلانات ==== */
.mw-dismissable-notice {
position: relative;
}
.mw-dismissable-notice-close {
position: absolute;
top: 6px;
z-index: 1;
opacity: .6;
background: #eaecf0;
border-radius: 20%;
padding: 3px;
transition: all .1s ease-in-out;
left: 6px;
margin: 0;
}
.mw-dismissable-notice-close:hover {
opacity: 1;
}
.mw-dismissable-notice-close a {
background: linear-gradient(transparent, transparent), url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Eclose%3C/title%3E%3Cpath d=%22M4.34 2.93l12.73 12.73-1.41 1.41L2.93 4.35z%22/%3E%3Cpath d=%22M17.07 4.34L4.34 17.07l-1.41-1.41L15.66 2.93z%22/%3E%3C/svg%3E");
width: 20px;
height: 20px;
display: block;
}
.sitedir-rtl .mw-dismissable-notice-body {
margin: 0;
}
/* لإصلاح تحريك إطارات [[phab:T361463]] */
.ui-dialog {
left: 0;
right: unset;
}
/* ضبط زر النسخ في الأكواد */
/* @noflip */
.mw-highlight-copy--bound[dir="ltr"] button {
right: -0.9em;
left: unset;
}
/* لتنسيق الحواشي المقسومة على صفحتين */
p[id^="cite_note-"]::before {
content: "= ";
}
p[id^="cite_note-"] {
text-indent: -.8em;
}
.references p {
margin: 0 0 0.2em 0;
}
/* تعريف ألوان */
:root {
--background-color-header: #f4f0e5;
}
@media screen {
html.skin-theme-clientpref-night {
--background-color-header: #3a3732;
}
}
@media screen and ( prefers-color-scheme: dark) {
html.skin-theme-clientpref-os {
--background-color-header: #3a3732;
}
}