From TechnoDocs
Jump to: navigation, search
(Created page with "CSS placed here will affect users of the Modern skin: #mw_header { position: absolute; top: 0; left: 0; margin: 0 0 0 0; padding: 0 0em 0 0em; border: none; height: ...")
(No difference)

Revision as of 11:39, 4 October 2010

/* CSS placed here will affect users of the Modern skin */
 
#mw_header {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 0 0 0;
	padding: 0 0em 0 0em;
	border: none;
	height: 2em;
	width: 100%;
 
	background-color: #660000;
	color: white;
}