Difference between revisions of "MediaWiki:Common.css"
From Shift Ro Wiki
| Line 1: | Line 1: | ||
/* إخفاء | /* إخفاء شريط التبويبات العلوي بالكامل في الصفحة الرئيسية فقط لجميع الزوار */ | ||
. | .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; | display: none !important; | ||
} | } | ||
Revision as of 13:28, 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;
}