Difference between revisions of "MediaWiki:Common.css"
From Shift Ro Wiki
Tag: Reverted |
|||
| Line 19: | Line 19: | ||
.portal[id="p-tb"], | .portal[id="p-tb"], | ||
div[id="p-tb"] { | div[id="p-tb"] { | ||
display: none !important; | |||
} | |||
/* إخفاء جدول المحتويات في الصفحة الرئيسية فقط */ | |||
.page-Main_Page #toc, | |||
.page-Main_Page .toc { | |||
display: none !important; | display: none !important; | ||
} | } | ||
Revision as of 13:33, 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;
}
/* إخفاء جدول المحتويات في الصفحة الرئيسية فقط */
.page-Main_Page #toc,
.page-Main_Page .toc {
display: none !important;
}