المزيد من الإجراءات
عبد العزيز (نقاش | مساهمات) لا ملخص تعديل |
عبد العزيز (نقاش | مساهمات) لا ملخص تعديل |
||
سطر 22: | سطر 22: | ||
font-size: 118%; | font-size: 118%; | ||
} | } | ||
.mwe-math-mathml-a11y { | |||
clip: auto !important; | |||
overflow: visible !important; | |||
position: static !important; | |||
width: auto !important; | |||
.mwe-math-mathml- | height: auto !important; | ||
opacity: 1 !important; | |||
} | } | ||
.mwe-math-fallback-image-inline, | |||
.mwe-math- | .mwe-math-fallback-image-display { | ||
display: none !important; | |||
} | } |
مراجعة 13:29، 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;
}
/* larger inline math */
span.mwe-math-mathml-inline {
font-size: 118%;
}
.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;
}