Terraria Wiki

  • Discussions are now available on the Terraria Wiki.
  • Miss the old Hydra Skin? Try out our Hydralize gadget! Visit the preferences page while logged in and turn on the gadget.

READ MORE

Terraria Wiki
(undo)
No edit summary
 
Line 8: Line 8:
 
.ns-0 .gallerybox .thumb img, .ns-2 .gallerybox .thumb img, .ns-100 .gallerybox .thumb img, .nochecker .gallerybox .thumb img {
 
.ns-0 .gallerybox .thumb img, .ns-2 .gallerybox .thumb img, .ns-100 .gallerybox .thumb img, .nochecker .gallerybox .thumb img {
 
background: white;
 
background: white;
}
 
#ft {
 
display: none;
 
}
 
#footer-places, #footer-poweredbyico {
 
display: none;
 
 
}
 
}

Latest revision as of 16:58, 22 January 2012

img[src$=".gif"], img[src$=".png"] {
   image-rendering: -moz-crisp-edges;
   -ms-interpolation-mode: nearest-neighbor;
}
.gallerybox .thumb img, .filehistory a img, #file img {
   background: url("http://i.imgur.com/1KOF7.png") repeat;
}
.ns-0 .gallerybox .thumb img, .ns-2 .gallerybox .thumb img, .ns-100 .gallerybox .thumb img, .nochecker .gallerybox .thumb img {
   background: white;
}