Difference between revisions of "MediaWiki:Monobook.css"

From Clean
Jump to navigationJump to search
m
m
Line 1: Line 1:
 
/* CSS placed here will affect users of the Monobook skin */
 
/* CSS placed here will affect users of the Monobook skin */
  
#column-content { margin-left: -15em }
+
#column-content { margin-left: -200px }
#content { margin-left: 15em }
+
#content { margin-left: 200px }
#p-logo a, #p-logo a:hover { width: 15em }
+
#p-logo a, #p-logo a:hover { width: 180; margin-left: 10px;}
.portlet { width: 14em }
+
.portlet { width: 190px }
#p-cactions { left: 14em }
+
#p-cactions { left: 210px }
 
 
 
 
#p-logo, #p-logo a, #p-logo a:hover {
 
width: 100px;
 
}
 

Revision as of 14:55, 13 February 2008

/* CSS placed here will affect users of the Monobook skin */

#column-content { margin-left: -200px }
#content { margin-left: 200px }
#p-logo a, #p-logo a:hover { width: 180; margin-left: 10px;}
.portlet { width: 190px }
#p-cactions { left: 210px }