MediaWiki:Monobook.css: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the Monobook skin: body { background: #f0f0f0; }")
 
No edit summary
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 17:45, 1 May 2013

/* 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 }