MediaWiki:Common.css
From QueerBio.com
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: Clear the cache in Tools → Preferences
/* CSS placed here will be applied to all skins */ body { background-color: #FFFFFF; background-image: none; } #mw-page-base { background-image: url("/wiki/skins/vector/images/topbkgd.png"); background-position: top left; } #p-logo { top: -190px; } #main-content { position: absolute; top: 80px; display: inline-block; max-width: 60%; } #didyouknow { display: inline-block; background-color: #eaf2f8; margin-left: 25px; min-width: 30%; max-width: 300px; padding-left: 25px; padding-top: 15px; padding-right: 25px; padding-bottom: 15px; } .dyk-1 { font-family: Arial, Helvetica; font-size: 16pt; align: center; } .dyk-2 { font-family: Arial, Helvetica; font-size: 14pt; align: center; } /* remove Toolbox */ #p-tb { display:none !important; }