MediaWiki:Common.css

From Shift Ro Wiki

Revision as of 13:28, 13 July 2026 by Hj1999 (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* إخفاء شريط التبويبات العلوي بالكامل في الصفحة الرئيسية فقط لجميع الزوار */
.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;
}