User Lookup Codes
Removing header
Remove header
#header { display: none; }
</style>
Remove "Welcome, username | NP: # | Logout"
.user { display: none; }
</style>
Remove clock
#nst { display: none; }
</style>
Remove "User Lookup: username [?]"
.content div { display: none; }
.contentModule div { display: inline; }
</style>
Removing sections
Remove "User Info" section
#userinfo { display: none; }
</style>
Remove "Collections" section
#usercollections { display: none; }
</style>
Remove "Shop & Gallery" section
#usershop { display: none; }
</style>
Remove "Neopets" section
#userneopets { display: none; }
</style>
Remove "Neohome" section
#userneohome { display: none; }
</style>
Remove "Games & Trophies" section
#usertrophies { display: none; }
</style>
Removing etc
Remove all section titles ("User Info", "Collections", "Shop & Gallery", "Neopets", "Neohome", "Games & Trophies")
.contentModuleHeader, .contentModuleHeaderAlt { display: none; }
</style>
Remove border around tables
.contentModule, .contentModuleTable, .medText { border: 0px; }
td { padding: 0px; }
</style>
Remove from "User Info" section: "Trades", "Auctions", "Wishlist", "Neomail", "Neofriend"
#userinfo .medText .medText .medText { display: none; }
</style>
Remove from "User Info" section: title
#userinfo .contentModuleHeader { display: none; }
</style>
Remove from "User Info" section: shield
#userinfo img { display: none; }
#userinfo .medText .medText .medText img { display: inline; }
</style>
Remove from "Collections" section: title
#usercollections .contentModuleHeaderAlt { display: none; }
</style>
Remove from "Collections" section: images
#usercollections img { display: none; }
</style>
Remove from "Collections" section: text
#usercollections .medtext, #usercollections a { visibility: hidden; }
#usercollections img { visibility: visible; }
</style>
Remove from "Shop & Gallery" section: title
#usershop .contentModuleHeaderAlt { display: none; }
</style>
Remove from "Shop & Gallery" section: shopkeeper
#usershop img { display: none; }
</style>
Remove from "Neopets" section: title
#userneopets .contentModuleHeaderAlt { display: none; }
</style>
Remove from "Neopets" section: lines
#userneopets hr { display: none; }
</style>
Remove from "Neopets" section: pet images
#userneopets img { display: none; }
</style>
Remove from "Neopets" section: text
#userneopets .medText { visibility: hidden; }
#userneopets img { visibility: visible; }
</style>
Remove from "Neohome" section: title
#userneohome .contentModuleHeaderAlt { display: none; }
</style>
Remove from "Neohome" section: address, image, and world
#userneohome div { display: none; }
</style>
Remove from "Neohome" section: link to neohome
#userneohome a { display: none; }
</style>
Remove from "Neohome" section: image
#userneohome img { display: none; }
</style>
Remove from "Games & Trophies" section: title
#usertrophies .contentModuleHeaderAlt { display: none; }
</style>
Remove from "Games & Trophies" section: lines
#usertrophies hr { display: none; }
</style>
Remove from "Games & Trophies" section: "Games played: #"
#usertrophies b { display: none; }
#usertrophies div b { display: inline; }
</style>
Remove from "Games & Trophies" section: "Site Event Trophies", "Site Feature Trophies", and "Game Trophies"
#usertrophies div b { display: none; }
#usertrophies .trophy_cell b { display: inline; }
</style>
Remove from "Games & Trophies" section: text
#usertrophies .medText { visibility: hidden; }
#usertrophies img { visibility: visible; }
</style>
Remove from "Games & Trophies" section: images
#usertrophies img { display: none; }
</style>
Removing footer
Remove footer
#footer { display: none; }
</style>
Remove search and languages
#footer .sf { display: none; }
</style>
Remove footer image
.footerNifty { display: none; }
</style>
Remove footer links
#footer .copyright img { display: none; }
</style>
Remove footer copyright
#footer .copyright .sf { display: none; }
</style>