Difference between revisions of "MediaWiki:Common.css"
From Shift Ro Wiki
| Line 14: | Line 14: | ||
} | } | ||
/* إخفاء صندوق الأدوات بالكامل عن | /* إخفاء صندوق الأدوات بالكامل عن الواجهة العامة */ | ||
#p-tb, | |||
. | #p-tb-label, | ||
.portal[id="p-tb"], | |||
div[id="p-tb"] { | |||
display: none !important; | display: none !important; | ||
} | } | ||
Revision as of 13:30, 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;
}
/* إخفاء صندوق الأدوات بالكامل عن الواجهة العامة */
#p-tb,
#p-tb-label,
.portal[id="p-tb"],
div[id="p-tb"] {
display: none !important;
}