المزيد من الإجراءات
عبد العزيز (نقاش | مساهمات) لا ملخص تعديل |
عبد العزيز (نقاش | مساهمات) لا ملخص تعديل |
||
سطر 31: | سطر 31: | ||
} | } | ||
math { | math { | ||
font-family: Latin Modern Math; | font-family: Latin Modern Math; | ||
} | } |
مراجعة 13:32، 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;
}
math {
font-family: Latin Modern Math;
}