Difference between revisions of "MediaWiki:Monobook.css"

From UKCA
Line 3: Line 3:
 
body {
 
body {
 
font: x-small sans-serif;
 
font: x-small sans-serif;
background: #f9f9f9 url({{SERVER}}/images/c/c6/Ukca_headbg.jpg) 0 0 no-repeat;
+
background: #f9f9f9 url({$wgScriptPath}/images/c/c6/Ukca_headbg.jpg) 0 0 no-repeat;
 
color: black;
 
color: black;
 
margin: 0;
 
margin: 0;

Revision as of 12:41, 5 May 2010

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

body {
	font: x-small sans-serif;
	background: #f9f9f9 url({$wgScriptPath}/images/c/c6/Ukca_headbg.jpg) 0 0 no-repeat;
	color: black;
	margin: 0;
	padding: 0;
}