Difference between revisions of "MediaWiki:Common.css"
From Shift Ro Wiki
| Line 11: | Line 11: | ||
.page-Main_Page .firstHeading, | .page-Main_Page .firstHeading, | ||
.page-Main_Page #firstHeading { | .page-Main_Page #firstHeading { | ||
display: none !important; | |||
} | |||
/* إخفاء صندوق الأدوات بالكامل عن الزوار غير المسجلين فقط */ | |||
.mw-anon-user #p-tb, | |||
.mw-anon-user #p-tb-label { | |||
display: none !important; | display: none !important; | ||
} | } | ||
Revision as of 13:29, 13 July 2026
/* إخفاء شريط التبويبات العلوي بالكامل في الصفحة الرئيسية فقط لجميع الزوار */
.page-Main_Page #p-cactions,
.page-Main_Page #left-navigation,
.page-Main_Page #right-navigation,
.page-Main_Page .mw-portlet-views,
.page-Main_Page #p-views {
display: none !important;
}
/* إخفاء عنوان الصفحة الرئيسية فقط */
.page-Main_Page .firstHeading,
.page-Main_Page #firstHeading {
display: none !important;
}
/* إخفاء صندوق الأدوات بالكامل عن الزوار غير المسجلين فقط */
.mw-anon-user #p-tb,
.mw-anon-user #p-tb-label {
display: none !important;
}