Website Tutorials
Recipes
Entertainment Reviews
Home Remedies
Game Codes and Cheats
VampireFreaks Website Tutorials | Submited Jun 30, 2008
**Notes**
Removing the Left Navigation
.leftnav{
display: none;
}
Removing the Top Menu
.menu2{
display: none;
}
Removing the VF's Banner
.maintop{
display: none;
}
Removing The Profile Name
.profilename{
display: none;
}
Removing Your Profile Pages
.profilepages{
display: none;
}
Removing Friends Journal, Journal, and Friends Profiles Links
.topbar{
display: none;
}
Removing Your Default Picture
.defaultpic{
display: none;
}
Removing Your Thumbnails
.thumbnail{
display: none;
}
Removing Your Videos
.videos{
display: none;
}
Removing Your Gallery Link
.gallery{
display: none;
}
Removing Your User Info
.userinfo{
display: none;
}
Removing The Link To Your Journal Entry
.journal_entry{
display: none;
}
Removing Your Section Headers
.profile_title, .likes_title, .dislikes_title, .music_title{
display: none;
}
Removing The Buttons On Your Profile
.buttons1, .buttons2, .buttons3{
display: none;
}
Removing the Link to Your Friends, Shit List, etc.
.friends{
display: none;
}
Hiding Your Rate Box
.rate{
display: none;
}
Removing Your Comments
.comments{
display: none;
}
Removing Everything
.leftnav, .menu2, .maintop, .profilename, .profilepages, .topbar, .defaultpic, .gallery, .thumbnail, .videos, .friends, .journal_entry, .userinfo, .profile_title, .likes_title, .dislikes_title, .music_title, .buttons1, .buttons2, .buttons3, .comments, .rate, .friends{
display: none;
}