MediaWiki:Monobook.css

From m204wiki
Revision as of 17:45, 1 May 2013 by Admin (talk | contribs)
Jump to navigation Jump to search

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 affect users of the Monobook skin */
body { background: #f0f0f0; }

/* make Sidebar wider - from Manual:Interface/Sidebar - (to view change in Firefox: hold Shift while clicking Reload) */
/* this minor adjustment prevents some wrapping of items (primarily needed by Firefox) */
#column-content { margin-left: -13.9em }  /* IE doesn't seem to respond to this one */
#column-content #content { margin-left: 13.9em } /* IE doesn't seem to respond to this one */
#p-logo a, #p-logo a:hover { width: 13.9em } 
.portlet { width: 12.9em } 
#p-cactions { left: 12.9em }
div#column-content { margin-left: -13.9em }  
div#content { margin-left: 13.9em }