Difference between revisions of "MediaWiki:Monobook.css"

From TemeraireWiki
Jump to: navigation, search
 
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 {
 +
font: x-small sans-serif;
 +
background: #8a6831 url(/images/map.jpg) 0 0 no-repeat;
 +
color: black;
 +
margin: 0;
 +
padding: 0;
 +
}

Revision as of 02:51, 4 September 2006

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

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