MediaWiki:Common.css
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.
/* CSS placed here will be applied to all skins */ .yt-video-container > iframe{ width:100% !important; } /* Hide help options for problem/solution/project category and special page */ #mw-indicator-mw-helplink{ display: none !important; } #n-help-mediawiki{ display: none !important; } /* Hide extra login option appearing twice at top right hamburger menu */ #pt-login{ display: none !important; } #pt-anon_oauth_login{ display: none !important; } /* Remove unnecessary sub-headings edit option for every pages */ .mw-editsection{ display:none; }