Difference between revisions of "MediaWiki:Common.css"
From Shift Ro Wiki
(Created page with "→CSS placed here will be applied to all skins: →إخفاء تبويبات العرض، المصدر، والتاريخ عن الزوار غير المسجلين فقط: .ns-0.not-logged-in #ca-view, .ns-0.not-logged-in #ca-viewsource, .ns-0.not-logged-in #ca-history, .ns-0.not-logged-in #ca-talk, .ns-0.not-logged-in #ca-nstab-main { display: none !important; }") |
|||
| (8 intermediate revisions by the same user not shown) | |||
| 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; | ||
} | |||
/* إخفاء عنوان الصفحة الرئيسية فقط */ | |||
.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; | |||
} | |||
/* إخفاء تبويبات العرض، عرض المصدر، والتاريخ من جميع الصفحات */ | |||
#ca-view, #ca-viewsource, #ca-history { | |||
display: none !important; | |||
} | |||
/* إخفاء عناوين جميع الصفحات في الويكي */ | |||
.firstHeading, #firstHeading { | |||
display: none !important; | display: none !important; | ||
} | } | ||
Latest revision as of 14:54, 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;
}
/* إخفاء تبويبات العرض، عرض المصدر، والتاريخ من جميع الصفحات */
#ca-view, #ca-viewsource, #ca-history {
display: none !important;
}
/* إخفاء عناوين جميع الصفحات في الويكي */
.firstHeading, #firstHeading {
display: none !important;
}