Difference between revisions of "MediaWiki:Monobook.css"

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