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 */
  
body { background-image: none }
+
body {
 +
background-image: none;
 +
background-color: #369;
 +
}
  
 
#column-content { margin-left: -200px }
 
#column-content { margin-left: -200px }

Revision as of 15:01, 13 February 2008

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

body {
 background-image: none;
 background-color: #369;
}

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


#column-one { padding-top: 140px; }