MediaWiki:Common.css
Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* remove a bunch of the tabs */ #ca-nstab-main { display:none!important; } #ca-nstab-user { display:none!important; } #ca-talk { display:none!important; } #ca-watch { display:none!important; } #ca-unwatch { display:none!important; } /* allow images to take up the width of the page */ /* use: <div>[[Image:MyImage.png]]</div> */ img { max-width: 100%; height: auto; width: auto\9; /* ie8 */ } /* getting iFrames to take up the page correctly */ iframe { width: 100% !important; height: * !important; min-width: 600px; min-height: 500px; }