User Lookup Codes

Removing header

Remove header

<style>
#header { display: none; }
</style>

Remove "Welcome, username | NP: # | Logout"

<style>
.user { display: none; }
</style>

Remove clock

<style>
#nst { display: none; }
</style>

Remove "User Lookup: username [?]"

<style>
.content div { display: none; }
.contentModule div { display: inline; }
</style>

Removing sections

Remove "User Info" section

<style>
#userinfo { display: none; }
</style>

Remove "Collections" section

<style>
#usercollections { display: none; }
</style>

Remove "Shop & Gallery" section

<style>
#usershop { display: none; }
</style>

Remove "Neopets" section

<style>
#userneopets { display: none; }
</style>

Remove "Neohome" section

<style>
#userneohome { display: none; }
</style>

Remove "Games & Trophies" section

<style>
#usertrophies { display: none; }
</style>

Removing etc

Remove all section titles ("User Info", "Collections", "Shop & Gallery", "Neopets", "Neohome", "Games & Trophies")

<style>
.contentModuleHeader, .contentModuleHeaderAlt { display: none; }
</style>

Remove border around tables

<style>
.contentModule, .contentModuleTable, .medText { border: 0px; }
td { padding: 0px; }
</style>

Remove from "User Info" section: "Trades", "Auctions", "Wishlist", "Neomail", "Neofriend"

<style>
#userinfo .medText .medText .medText { display: none; }
</style>

Remove from "User Info" section: title

<style>
#userinfo .contentModuleHeader { display: none; }
</style>

Remove from "User Info" section: shield

<style>
#userinfo img { display: none; }
#userinfo .medText .medText .medText img { display: inline; }
</style>

Remove from "Collections" section: title

<style>
#usercollections .contentModuleHeaderAlt { display: none; }
</style>

Remove from "Collections" section: images

<style>
#usercollections img { display: none; }
</style>

Remove from "Collections" section: text

<style>
#usercollections .medtext, #usercollections a { visibility: hidden; }
#usercollections img { visibility: visible; }
</style>

Remove from "Shop & Gallery" section: title

<style>
#usershop .contentModuleHeaderAlt { display: none; }
</style>

Remove from "Shop & Gallery" section: shopkeeper

<style>
#usershop img { display: none; }
</style>

Remove from "Neopets" section: title

<style>
#userneopets .contentModuleHeaderAlt { display: none; }
</style>

Remove from "Neopets" section: lines

<style>
#userneopets hr { display: none; }
</style>

Remove from "Neopets" section: pet images

<style>
#userneopets img { display: none; }
</style>

Remove from "Neopets" section: text

<style>
#userneopets .medText { visibility: hidden; }
#userneopets img { visibility: visible; }
</style>

Remove from "Neohome" section: title

<style>
#userneohome .contentModuleHeaderAlt { display: none; }
</style>

Remove from "Neohome" section: address, image, and world

<style>
#userneohome div { display: none; }
</style>

Remove from "Neohome" section: link to neohome

<style>
#userneohome a { display: none; }
</style>

Remove from "Neohome" section: image

<style>
#userneohome img { display: none; }
</style>

Remove from "Games & Trophies" section: title

<style>
#usertrophies .contentModuleHeaderAlt { display: none; }
</style>

Remove from "Games & Trophies" section: lines

<style>
#usertrophies hr { display: none; }
</style>

Remove from "Games & Trophies" section: "Games played: #"

<style>
#usertrophies b { display: none; }
#usertrophies div b { display: inline; }
</style>

Remove from "Games & Trophies" section: "Site Event Trophies", "Site Feature Trophies", and "Game Trophies"

<style>
#usertrophies div b { display: none; }
#usertrophies .trophy_cell b { display: inline; }
</style>

Remove from "Games & Trophies" section: text

<style>
#usertrophies .medText { visibility: hidden; }
#usertrophies img { visibility: visible; }
</style>

Remove from "Games & Trophies" section: images

<style>
#usertrophies img { display: none; }
</style>

Removing footer

Remove footer

<style>
#footer { display: none; }
</style>

Remove search and languages

<style>
#footer .sf { display: none; }
</style>

Remove footer image

<style>
.footerNifty { display: none; }
</style>

Remove footer links

<style>
#footer .copyright img { display: none; }
</style>

Remove footer copyright

<style>
#footer .copyright .sf { display: none; }
</style>