FurVilla Wiki
No edit summary
mNo edit summary
Line 14: Line 14:
 
}
 
}
   
  +
/* Infobox enemy image sizing */
 
.pi-theme-enemy .pi-image-thumbnail {
 
.pi-theme-enemy .pi-image-thumbnail {
max-width: 150px;
+
max-width: 200px;
  +
max-height: 300px;
  +
width: auto;
 
height: auto;
 
height: auto;
 
}
 
}

Revision as of 06:03, 28 October 2018

/***** CSS placed here will be applied to all skins on the entire site. *****/

/** Main page - Content images and hover - courtesy of Pedia of Interest**/
.portal-Utility span { 
  width: 100px;
  height: 120px;
  display:block;
  background-image: url("https://vignette.wikia.nocookie.net/furvilla/images/a/a4/Utility-icon.png/revision/latest?cb=20180617150519")}
 
.portal-Utility span:hover {
  background-image:url("https://vignette.wikia.nocookie.net/furvilla/images/1/1b/Utility-icon-hover.png/revision/latest?cb=20180617152217") !important;
  width: 100px;
  height: 120px;
}

/* Infobox enemy image sizing */
.pi-theme-enemy .pi-image-thumbnail {
    max-width: 200px;
    max-height: 300px;
    width: auto;
    height: auto;
}