MediaWiki:Common.css
Увага: Після публікування слід очистити кеш браузера, щоб побачити зміни.
- Firefox / Safari: тримайте Shift, коли натискаєте Оновити, або натисніть Ctrl-F5 чи Ctrl-Shift-R (⌘-R на Apple Mac)
- Google Chrome: натисніть Ctrl-Shift-R (⌘-Shift-R на Apple Mac)
- Internet Explorer / Edge: тримайте Ctrl, коли натискаєте Оновити, або натисніть Ctrl-F5
- Opera: натисніть Ctrl-F5
/* CSS placed here will be applied to all skins */ /* Several tabs will be hidden, yet they are still present at page */ /* HIDE Page tab */ #ca-nstab-main { display: none !important; } /* HIDE Project tab */ #ca-nstab-project { display: none !important; } /* HIDE Discussion tab */ #ca-talk { display: none !important; } /* HIDE Read tab (from the prepackaged skins this tab is available only in the Vector skin) */ #ca-view { display: none !important; } /* HIDE View source tab (this tab is available for users who belong to user groups that don't have the permission to edit pages) */ #ca-viewsource { display: none !important; } /* HIDE View history/History tab */ #ca-history { display: none !important;}