Difference between revisions of "MediaWiki:Monobook.css"

From PinataIsland.info, the Viva Piñata wiki
Jump to: navigation, search
m
Line 10: Line 10:
  
 
.pBody {
 
.pBody {
background-color: #fdffeb;
+
background-color: #ffffe5;
 
}
 
}

Revision as of 23:32, 15 February 2007

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

body {
	background: #daffbe url(/skins/monobook/leaf_pattern.jpg) 0 0 repeat;
}

ul {
        list-style-image: url(/skins/monobook/bullet1.gif);        
}

.pBody {
	background-color: #ffffe5;
}