MediaWiki:Monobook.css: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
m (remove sidebar widen stuff)
Line 1: Line 1:
/* CSS placed here will affect users of the Monobook skin */
/* CSS placed here will affect users of the Monobook skin */
body { background: #f0f0f0; }
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 }

Revision as of 01:58, 11 September 2013

/* CSS placed here will affect users of the Monobook skin */
body { background: #f0f0f0; }