Difference between revisions of "MediaWiki:Monobook.css"

From PinataIsland.info, the Viva Piñata wiki
Jump to: navigation, search
(6 intermediate revisions by the same user not shown)
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(/viva/skins/common/images/leaf_pattern.jpg) 0 0 repeat;
 +
}
 +
 +
ul {
 +
        list-style-image: url(/viva/skins/common/images/bullet1.gif);       
 +
}
 +
 +
.pBody {
 +
background-color: #ffffe5;
 +
}

Revision as of 22:42, 19 April 2017

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

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

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

.pBody {
	background-color: #ffffe5;
}