Darkest Faerie Lair

User Lookup Tutorials

User Lookup Codes: Remove


User Info

Remove "User Info" section

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

Remove "Trades", "Auctions", "Wishlist", "Neomail", "Neofriend"

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

Remove title

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

Remove shield

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

Collections

Remove "Collections" section

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

Remove title

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

Remove images

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

Remove text

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

Shop & Gallery

Remove "Shop & Gallery" section

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

Remove title

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

Remove shopkeeper image

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

Neopets

Remove "Neopets" section

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

Remove title

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

Remove lines

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

Remove pet images

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

Remove text

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

Neohome

Remove "Neohome" section

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

Remove title

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

Remove address, image, and world

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

Remove link to neohome

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

Remove image

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

Games & Trophies

Remove "Games & Trophies" section

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

Remove title

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

Remove lines

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

Remove "Games played: #"

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

Remove "Site Event Trophies", "Site Feature Trophies", and "Game Trophies"

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

Remove text

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

Remove images

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

Miscellaneous

Remove "User Lookup: username [?]"

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

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

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

Remove borders around tables

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

User Lookup Codes: Colours

Click here to see other effects you can apply to these parts of your lookup.

Change background colour

<style />
body { background:#0FF; }
#main { background:none; border:0px; }
</style />
background:#0FF;

Change "User Lookup: username [?]" colour

<style />
.content div { color:#000; }
</style />
color:#000;

Change section title background and text colours

<style />
.contentModuleHeader, .contentModuleHeaderAlt { background:#FF0; color:#000; }
</style />
background:#FF0; color:#000;

Change section background and text colours

<style />
td.contentModuleContent { background:#0F0; color:#00F; }
</style />
background:#0F0; color:#00F;

Change section border colours

<style />
.contentModuleTable { border:5px solid #F0F; }
.contentModule { border:0px; }
</style />
border:5px solid #F0F;

Change link colours

<style />
a:link, a:visited { color:#F00; }
</style />
color:#F00;