تبديل القائمة
تبديل القائمة الشخصية
غير مسجل للدخول
سيكون عنوان الآيبي الخاص بك مرئيًا للعامة إذا قمت بإجراء أي تعديلات.

الفرق بين المراجعتين لصفحة: «ميدياويكي:Common.css»

من ويكي عربية
لا ملخص تعديل
لا ملخص تعديل
سطر 17: سطر 17:
margin: 0.8rem 20px;
margin: 0.8rem 20px;
padding: 0;
padding: 0;
}
/* larger inline math */
span.mwe-math-mathml-inline {
font-size: 118%;
}
}
.mwe-math-mathml-a11y {
.mwe-math-mathml-a11y {
سطر 33: سطر 29:
.mwe-math-fallback-image-display {
.mwe-math-fallback-image-display {
     display: none !important;
     display: none !important;
}
.mw-body, mtext {
    font-family: Latin Modern Roman;
}
math {
    font-family: Latin Modern Math;
}
}

مراجعة 13:31، 2 ديسمبر 2023

/* الأنماط المتراصة CSS المعروضة هنا ستؤثر على كل الواجهات */
@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root{
	--font-family-base: "Noto Kufi Arabic", sans-serif !important;
}
/* Hide title and edit tools on main page */
.page-الصفحة_الرئيسية .mw-side,
.page-الصفحة_الرئيسية .firstHeading,
.page-الصفحة_الرئيسية #siteSub,
.page-الصفحة_الرئيسية .mw-body-footer{
	display: none!important;
}

/* Force override until skin is updated */
.skin-citizen blockquote {
	margin: 0.8rem 20px;
	padding: 0;
}
.mwe-math-mathml-a11y {
    clip: auto !important;
    overflow: visible !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    opacity: 1 !important;
}
.mwe-math-fallback-image-inline,
.mwe-math-fallback-image-display {
    display: none !important;
}


.mw-body, mtext {
    font-family: Latin Modern Roman;
}
math {
    font-family: Latin Modern Math;
}