MediaWiki:Monobook.css: Difference between revisions

From RangerMSP Wiki - PSA software for MSPs and IT services providers
Jump to navigation Jump to search
(Trying to remove the background image)
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
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: white; }
body { background-image: none; background-color: #FFFFFF;}
 
/* Using the Logo area for a navigation menu */
#column-one {
padding-top: 20px;
}
 
/* Removing the linkable logo area */
#p-logo,
#p-logo a,
#p-logo a:hover {
height: 0px;
}

Latest revision as of 15:06, 9 August 2009

/* CSS placed here will affect users of the Monobook skin */
body { background-image: none; background-color: #FFFFFF;}

/* Using the Logo area for a navigation menu */
#column-one {
	padding-top: 20px;
}

/* Removing the linkable logo area */
#p-logo,
#p-logo a,
#p-logo a:hover {
	height: 0px;
}