Difference between revisions of "MediaWiki:Monobook.css"

From PinataIsland.info, the Viva Piñata wiki
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 {
 +
background: #daffbe url(leaf_pattern.jpg) 0 0 repeat;
 +
}
 +
 +
ul {
 +
        list-style-image: url(bullet1.gif);       
 +
}
 +
 +
.pBody {
 +
background-color: #fdffeb;
 +
}

Revision as of 15:46, 12 January 2007

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

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

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

.pBody {
	background-color: #fdffeb;
}