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.
/* fucking pseudo-responsive theme */ @media screen and (max-width:600px) { #mw-panel #p-navigation { display:none; } #mw-panel #p-tb { display:none; } #mw-panel { width: auto; } #mw-panel #p-logo { width:auto; height:auto; } #mw-panel #p-logo .mw-wiki-logo { width:50px; height:50px; background-size: contain; } #left-navigation { float: left; margin-left: 0; } #pt-preferences, #pt-watchlist, #pt-mycontris, #pt-mytalk { display:none; } #p-personal ul { padding-left:0; } #ca-nstab-main { display:none; } #ca-talk.new a { font-size:0.7em; color:grey; } .mw-body { margin-left: 0; } .thumbinner { width:100% !important; padding:0 !important; margin:auto; } .thumb.tright { float:none; margin:0; } iframe { width:100%; height:auto; } #footer { margin-left:0; } #footer-icons { clear:both; } #footer-icons img { width:80px !important; height:auto !important; } }