Difference between revisions of "MediaWiki:Monobook.css"

From TemeraireWiki
Jump to: navigation, search
 
Line 3: Line 3:
 
body {
 
body {
 
font: x-small sans-serif;
 
font: x-small sans-serif;
background: #8a6831 url(/virtuals/images/cobbles_lg.jpg) 0 0 no-repeat;
+
background: #ebdebb url(/virtuals/images/cobbles_bg.jpg) 0 0 no-repeat;
 
color: black;
 
color: black;
 
margin: 0;
 
margin: 0;
 
padding: 0;
 
padding: 0;
 
}
 
}

Latest revision as of 20:51, 22 June 2007

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

body {
	font: x-small sans-serif;
	background: #ebdebb url(/virtuals/images/cobbles_bg.jpg) 0 0 no-repeat;
	color: black;
	margin: 0;
	padding: 0;
}