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.jpg) 0 0 no-repeat;
+
background: #8a6831 url(/virtuals/images/cobbles_lg.jpg) 0 0 no-repeat;
 
color: black;
 
color: black;
 
margin: 0;
 
margin: 0;
 
padding: 0;
 
padding: 0;
 
}
 
}

Revision as of 03:14, 4 September 2006

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

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