Difference between revisions of "MediaWiki:Monobook.css"

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

Latest revision as of 11:33, 22 June 2020

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

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

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

.pBody {
	background-color: #ffffe5;
}